Annotation of embedaddon/strongswan/testing/tests/ikev1/net2net-fragmentation/hosts/sun/etc/ipsec.conf, revision 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:        keyexchange=ikev1
        !            11:        fragmentation=yes
        !            12: 
        !            13: conn net-net 
        !            14:        left=PH_IP_SUN
        !            15:        leftcert=sunCert.pem
        !            16:        leftid=@sun.strongswan.org
        !            17:        leftsubnet=10.2.0.0/16
        !            18:        leftfirewall=yes
        !            19:        right=PH_IP_MOON
        !            20:        rightid=@moon.strongswan.org
        !            21:        rightsubnet=10.1.0.0/16
        !            22:        auto=add

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