Annotation of embedaddon/strongswan/testing/tests/ikev2/dhcp-static-client-id/hosts/moon/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 %default
                      6:        ikelifetime=60m
                      7:        keylife=20m
                      8:        rekeymargin=3m
                      9:        keyingtries=1
                     10:        keyexchange=ikev2
                     11:        left=PH_IP_MOON
                     12:        leftsubnet=10.1.0.0/16
                     13:        leftcert=moonCert.pem
                     14:        leftid=@moon.strongswan.org
                     15:        leftfirewall=yes
                     16: 
                     17: conn rw
                     18:        right=%any
                     19:        rightsourceip=%dhcp
                     20:        auto=add

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