# /etc/ipsec.conf - Openswan IPsec configuration file # RCSID $Id: ipsec.conf.in,v 1.13 2004/03/24 04:14:39 ken Exp $ # This /usr/share/doc/openswan/ipsec.conf-sample # # Manual: ipsec.conf.5 version 2.0 # conforms to second version of ipsec.conf specification # basic configuration config setup # Debug-logging controls: "none" for (almost) none, "all" for lots. klipsdebug=none plutodebug="control parsing" interfaces=%defaultroute # Add connections here # sample VPN connection conn TestVPN authby=secret left=%defaultroute leftsubnet=192.168.1.0/24 right=64.144.47.23 rightsubnet=192.168.50.50/32 rightnexthop=64.144.47.1 auto=start #Disable Opportunistic Encryption include /etc/ipsec.d/examples/no_oe.conf