File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / hosts / venus / etc / ipsec.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:49 2020 UTC (4 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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: 
   11: conn nat-t
   12: 	left=%any
   13: 	leftcert=venusCert.pem
   14: 	leftid=@venus.strongswan.org
   15: 	leftfirewall=yes
   16: 	right=192.168.0.2
   17: 	rightid=@sun.strongswan.org
   18: 	rightsubnet=10.2.0.0/16
   19: 	auto=add

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