Date: Tue, 20 Jan 2004 10:29:51 +1100 From: Andrew Thomson <andrewjt@applecomm.net> To: freebsd-questions@freebsd.org Subject: ipsec changes in 5.2 Message-ID: <1074554991.701.57.camel@itouch-1011.prv.au.itouchnet.net>
next in thread | raw e-mail | index | archive | help
I'm really more interested in changes wrt ipsec since 5.0! ;) I just upgraded my laptop from 5.0 to 5.2 the other day and now my IPSEC VPN doesn't work. I run a VPN over my wireless adhoc network at home. There are just two hosts on the network, the firewall and the laptop. The firewall is running Freebsd 4.8. When my laptop was on 5.0 the following setup worked a treat. However since the upgrade, the VPN has stopped working. Below are the setkey entries I was using to get the job done. spdadd 192.168.14.2/32 0.0.0.0/0 any -P in ipsec esp/tunnel/192.168.14.2-192.168.14.1/require; spdadd 0.0.0.0/0 192.168.14.2/32 any -P out ipsec esp/tunnel/192.168.14.1-192.168.14.2/require; And racoon for the key exchange. Any tips? ajt.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1074554991.701.57.camel>