Annotation of embedaddon/strongswan/testing/hosts/alice/etc/ipsec.conf, revision 1.1.1.1

1.1       misho       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:                
                     11: conn nat-t
                     12:        left=%any
                     13:        leftcert=aliceCert.pem
                     14:        leftid=alice@strongswan.org
                     15:        leftfirewall=yes
                     16:        right=192.168.0.2
                     17:        rightid=@sun.strongswan.org
                     18:        rightsubnet=10.2.0.0/16
                     19:        auto=add

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>