| Hi All,
I have openVPN configured on a machine at my office.
From home I can connect via the tunnel, and can ping the adapter on the intranet side (it's a 10.0.0.251 IP address).
Since the tunnel is on 10.8.0.9, how do I get the packets from the intranet to make it back thru the tunnel to my home system?
If I try to ping anything other than the NIC at the end of the tunnel I get no response.
What magic is necessary to route packets back to the remote end of the tunnel? Do I have to put another route on all machine on my remote intranet to 10.8.,0.9 to make this work?
When I'm connected here's what the netstat shows:
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 10.8.0.2 * 255.255.255.255 UH 0 0 0 tun0 67.108.232.96 * 255.255.255.224 U 0 0 0 eth0 10.0.0.0 * 255.255.255.0 U 0 0 0 eth1 10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0 169.254.0.0 * 255.255.0.0 U 0 0 0 eth1 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 67.108.232.97.p 0.0.0.0 UG 0 0 0 eth0
Thanks. Bruce |