Annotation of embedaddon/strongswan/testing/tests/ikev2/net2net-rfc3779/hosts/moon/etc/ipsec.conf, revision 1.1.1.1

1.1       misho       1: # /etc/ipsec.conf - strongSwan IPsec configuration file
                      2: 
                      3: conn %default
                      4:        ikelifetime=60m
                      5:        keylife=20m
                      6:        rekeymargin=3m
                      7:        keyingtries=1
                      8:        keyexchange=ikev2
                      9:        mobike=no
                     10: 
                     11: conn net-net
                     12:        left=PH_IP_MOON
                     13:        leftcert=moonCert.pem
                     14:        leftid=@moon.strongswan.org
                     15:        leftsubnet=10.1.0.0/16
                     16:        leftfirewall=yes
                     17:        right=PH_IP_SUN
                     18:        rightid=@sun.strongswan.org
                     19:        rightsubnet=0.0.0.0/0
                     20:        auto=add

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