heavyt Guru
Joined: 03 Mar 2003 Posts: 498 Location: Matrix (Washington,DC)
|
Posted: Sat Sep 30, 2006 2:46 am Post subject: Help with Routed Tunneling lan-2-lan, hamachi are gateways |
|
|
I am trying to set-up routed tunneling between 2 lan networks with each having ubuntu boxes as the hamachi connections the other boxes are gentoo. The two ubuntu boxes are behind routers.
In box (ubuntu) 1 and 2 I added
Code: | echo 1 > /proc/sys/net/ipv4/ip_forward |
Code: | iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE | .
Yes eth0 is the local lan network cards.
But I can't ping any ip's on the local network not even the ubuntu boxes ip's (I can ping the hamachi ip's). |
|