]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev1-stroke/protoport-dual/hosts/carol/etc/ipsec.conf
notify-payload: Update reference for notify types for PPKs
[people/ms/strongswan.git] / testing / tests / ikev1-stroke / protoport-dual / hosts / carol / etc / ipsec.conf
1 # /etc/ipsec.conf - strongSwan IPsec configuration file
2
3 config setup
4
5 conn %default
6 ikelifetime=60m
7 keylife=20m
8 rekeymargin=3m
9 keyingtries=1
10 keyexchange=ikev1
11 left=PH_IP_CAROL
12 leftcert=carolCert.pem
13 leftid=carol@strongswan.org
14 leftfirewall=yes
15 right=PH_IP_MOON
16 rightsubnet=10.1.0.0/16
17 rightid=@moon.strongswan.org
18 auto=add
19
20 conn home-icmp
21 leftprotoport=icmp
22 rightprotoport=icmp
23
24 conn home-ssh
25 leftprotoport=tcp
26 rightprotoport=tcp/ssh