View Single Post
  #7 (permalink)  
Old 2007-12-26
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,648
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: VPN tunnel problem, could be a bug?

This is a configuration problem somewhere. Check the routing on client 1, check the encryption domains of both peers.

From client 1, do a traceroute and see where it thinks the packets are going.
From the gateway you can do an:

fw monitor -e 'accpet (src=192.168.1.1 and dst=10.0.0.1) or \
(src=10.0.0.1 and dst=192.168.1.1) ;'

and see if the packets are going through the firewall.
Reply With Quote