Annotation of embedaddon/strongswan/testing/tests/ike/rw_v1-net_v2/hosts/sun/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 net-net 
                      6:        left=PH_IP_SUN
                      7:        leftcert=sunCert.pem
                      8:        leftid=@sun.strongswan.org
                      9:        leftsubnet=10.2.0.0/16
                     10:        right=PH_IP_MOON
                     11:        rightid=@moon.strongswan.org
                     12:        rightsubnet=10.1.0.0/16
                     13:        keyexchange=ikev2
                     14:        auto=add

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