Re: Almost there [was Re: FreeBSD 4.7-REL-p3 and an ... Linksys BEFVP41]
George Hartzell <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile,gmane.os.freebsd.questions |
|---|---|
| Message-ID | <[email protected]> |
Stacy Millions writes: > George Hartzell wrote: > > [...] > > I almost have things working! > > > > I've fallen back to a very simple solution, [...] > > > > /usr/sbin/setkey -FP > > /usr/sbin/setkey -F > > > > /usr/sbin/setkey -c << EOF > > spdadd LAPTOP_IP/32 192.168.1.0/24 any -P out ipsec esp/tunnel/LAPTOP_IP-LINKSYS_IP/require; > > spdadd 192.168.1.0/24 LAPTOP_IP/32 any -P out ipsec esp/tunnel/LINKSYS_IP-LAPTOP_IP/require; > > EOF > > That should be > spdadd 192.168.1.0/24 LAPTOP_IP/32 any -P in ipsec ... > > [...] > You need an inbound tunnel and an outbound tunnel. Fixing the policy statement > above, should do it. Stacy wins the prize. I fixed the typo on the second line, changing the "out" to an "in" and things are working swimingly! Thanks! g. To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message