Annotation of embedaddon/strongswan/testing/tests/ikev2/trap-any/hosts/sun/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: 
                      9: # to access the host via SSH in the test environment
                     10: conn pass-ssh
                     11:        authby=never
                     12:        leftsubnet=0.0.0.0/0[tcp/22]
                     13:        rightsubnet=0.0.0.0/0[tcp]
                     14:        type=pass
                     15:        auto=route
                     16: 
                     17: conn trap-any
                     18:        right=%any
                     19:        type=transport
                     20:        authby=psk
                     21:        auto=route
                     22: 

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