less than 1 minute read

Notes on openswan troubleshooting and various sundry rotary girders:
/usr/sbin/ipsec auto –add “connection name” #before using –up

/usr/sbin/ipsec auto –up tunnelipsec


> config setup> interfaces=”ipsec0=eth0”You shouldn’t specify interfaces with the 2.6 kernel. It has no ipsecXinterfaces.
<p></p><p>route add -net 192.168.1.0 netmask 255.255.255.0 gw 67.128.y.z dev eth1</p><p> </p><p> #sysctl -p
net.ipv4.ip_forward = 1</p>

Updated: