Annotation of embedaddon/strongswan/testing/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:        left=192.168.0.1
                     11:        leftcert=moonCert.pem
                     12:        leftid=@moon.strongswan.org
                     13:        leftfirewall=yes
                     14: 
                     15: conn net-net
                     16:        leftsubnet=10.1.0.0/16
                     17:        right=192.168.0.2
                     18:        rightsubnet=10.2.0.0/16
                     19:        rightid=@sun.strongswan.org
                     20:        auto=add
                     21: 
                     22: conn host-host
                     23:        right=192.168.0.2
                     24:        rightid=@sun.strongswan.org
                     25:        auto=add
                     26: 
                     27: conn rw
                     28:        leftsubnet=10.1.0.0/16
                     29:        right=%any
                     30:        auto=add

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