# /etc/ipsec.conf - FreeS/WAN IPsec configuration file # More elaborate and more varied sample configurations can be found # in FreeS/WAN's doc/examples file, and in the HTML documentation. # basic configuration config setup # THIS SETTING MUST BE CORRECT or almost nothing will work; # %defaultroute is okay for most simple cases. #interfaces="ipsec0=eth0 ipsec1=eth1 ipsec2=eth2" interfaces="ipsec0=eth0 ipsec2=eth2" # Debug-logging controls: "none" for (almost) none, "all" for lots. klipsdebug=none plutodebug=none forwardcontrol=yes # Use auto= parameters in conn descriptions to control startup actions. plutoload=%search plutostart=%search # Close down old connection when new one using same ID shows up. # uniqueids=yes #conn %default conn a2l_3hops keyingtries=0 # sample VPN connection # Left security gateway, subnet behind it, next hop toward right. left=192.168.0.1 leftnexthop=192.168.0.3 leftsubnet=192.168.1.0/24 # Right security gateway, subnet behind it, next hop toward left. right=192.168.4.2 rightnexthop=192.168.4.4 rightsubnet=192.168.3.0/24 # To authorize this connection, but not actually start it, at startup, # uncomment this. auto=start authby=rsasig leftid=@alpha.uccs.edu leftrsasigkey=0sAQNviXUS+n/0jGyqWOq3ybZZSozdrZZ7efyw8eA3k6JtAvC4ardcSTIJzLQzn1S1t9cMIfNAy4XUL1op3oFrxt0s7NMaDxeWsqiIe2ogGFm5xCxJvHu4CStdzIY4Zv7Kjru/bS+V6oT8Cg5+Rjtfdow63kR9MhdyiancEeXm7D/+O63m5W1RCwybVfsjbQZJWlNrR1+5YdGWImjHYpFsO/7+Z+jiiKkJMrcwP3cWXQOFuJ9rHlrKk+oNi+zrlWDOjRtJtj0TIE/LGqAp2fnh8CSbhZkrkwyjHJV/qkXwUrX1wbX+uNl2Kx5+oAUNlym32UdvW9gpGmZ8XLHtmvq7F32v rightid=@lamar.uccs.edu rightrsasigkey=0sAQNhgHS/Bm8nJJc/a/6V9JlG0eXcjdR006DuygJ+cHR3Dyw5kJ9Gz/fWpkxdkH9SHjt7Y4HEJZC6mRcPCG6cfvc8kCWftNOf20g3IL20iH4do9v25lBXhqlO1/l1AHQ+fv8lDoxVmNcckeIyFCsDXaFZFgvDYuI1dTsC4CZXdusDZAM6gPeN9oUIiyCyyRGNuDUzyyKxD592+KgQTB4hxgG7MEYfCXfj2ZOCCGDuFLRThEDe45EZPsDfjLBKdlDPufbTHEWHZ0nTNZDuzf41QltlfamxDLSd7a6cDsdCtjBCHBH1oDOvNgOz0N2Rr+vlDuMCZSf/ytoxZYPJqw3jEC7r #