Annotation of embedaddon/strongswan/testing/tests/ikev2/mobike-nat/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=ikev2
        !            11: 
        !            12: conn mobike
        !            13:        left=PH_IP_SUN
        !            14:        leftcert=sunCert.pem
        !            15:        leftid=@sun.strongswan.org
        !            16:        leftsubnet=10.2.0.0/16
        !            17:        right=%any
        !            18:        rightsourceip=10.3.0.3
        !            19:        rightid=alice@strongswan.org
        !            20:        auto=add

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