Re: [leaf-user] VPN Tunnel Problem

2002-06-23 Thread Dragon Wood
. Dragon Wood [EMAIL PROTECTED] on 06/21/2002 01:46:21 PM To: Phillip Watts/austin/Nlynx@Nlynx cc: [EMAIL PROTECTED] Subject: Re: [leaf-user] VPN Tunnel Problem Yes it worked! Thank you very much Phillip. By the way, I put the suggested iptables command in /etc

Re: [leaf-user] VPN Tunnel Problem

2002-06-22 Thread Phillip . Watts
: [EMAIL PROTECTED] Subject: Re: [leaf-user] VPN Tunnel Problem I spoke slightly too soon, but I am very very close. I can now successfully ping any servers at the remote location in subnet 172.16.100.0/24 through the VPN gateway from any workstation at the main office in subnet 192.168.0.0/24. I

Re: [leaf-user] VPN Tunnel Problem

2002-06-21 Thread Phillip . Watts
DragonWood, any success? --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ leaf-user mailing list: [EMAIL PROTECTED]

Re: [leaf-user] VPN Tunnel Problem

2002-06-21 Thread Tom Eastep
On Fri, 21 Jun 2002, Dragon Wood wrote: Yes it worked! Thank you very much Phillip. By the way, I put the suggested iptables command in /etc/shorewall/start like so: run_iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to-source 172.16.100.1 In /etc/shorewall/masq: eth10.0.0.0/0

Re: [leaf-user] VPN Tunnel Problem

2002-06-21 Thread Phillip . Watts
] on 06/21/2002 01:46:21 PM To: Phillip Watts/austin/Nlynx@Nlynx cc: [EMAIL PROTECTED] Subject: Re: [leaf-user] VPN Tunnel Problem Yes it worked! Thank you very much Phillip. By the way, I put the suggested iptables command in /etc/shorewall/start like so: run_iptables -t nat

Re: [leaf-user] VPN Tunnel Problem

2002-06-21 Thread Dragon Wood
Thanks Tom. That's a much cleaner and easier to maintain way. I restricted the SNAT to the subnet of the VPN client network as suggested. Works great. --- Tom Eastep [EMAIL PROTECTED] wrote: On Fri, 21 Jun 2002, Dragon Wood wrote: Yes it worked! Thank you very much Phillip. By the way,

Re: [leaf-user] VPN Tunnel Problem

2002-06-21 Thread Dragon Wood
To: Phillip Watts/austin/Nlynx@Nlynx cc: [EMAIL PROTECTED] Subject: Re: [leaf-user] VPN Tunnel Problem Yes it worked! Thank you very much Phillip. By the way, I put the suggested iptables command in /etc/shorewall/start like so: run_iptables -t nat -A POSTROUTING -o eth1 -j