Annotation of embedaddon/strongswan/testing/tests/ikev2/ip-two-pools/hosts/moon/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:        leftcert=moonCert.pem
        !            12:        leftid=@moon.strongswan.org
        !            13:        leftfirewall=yes
        !            14:        right=%any
        !            15: 
        !            16: conn int 
        !            17:        left=PH_IP_MOON1
        !            18:        rightsourceip=10.4.0.0/28
        !            19:        auto=add
        !            20: 
        !            21: conn ext 
        !            22:        left=PH_IP_MOON
        !            23:        rightsourceip=10.3.0.0/28
        !            24:        auto=add

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