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-questions" in the body of the message

Reply via email to