jean-luc_ n00b
Joined: 23 Mar 2005 Posts: 1
|
Posted: Wed Mar 23, 2005 6:49 pm Post subject: OpenVPN & Routing |
|
|
Using OpenVPN 1.6.0 to connect my notebook to my local network.
It works great to exchange data between my server and my notebook, but when it comes to routing I am having no success. I am not able to see any other computers on my local network and vice versa.
I have used the howto on http://gentoo-wiki.com/HOWTO_OpenVPN_primer.
192.168.0.0 is my local network. 10.0.0.1 is the server end of OpenVPN and 10.0.0.2 the client.
Routing table on my notebook:
Code: |
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.0.0.0 10.0.0.1 255.255.255.0 UG 0 0 0 tun0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 10.0.0.1 255.255.255.0 UG 0 0 0 tun0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
|
Routing table on my server:
Code: |
Destination Gateway Genmask Flags Metric Ref Use Iface
217.0.116.97 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
0.0.0.0 192.168.0.1 255.255.255.0 UG 0 0 0 eth0
10.0.0.0 10.0.0.1 255.255.255.0 UG 0 0 0 tun0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 217.0.116.97 0.0.0.0 UG 0 0 0 ppp0
|
Thank you in advance,
Jean-Luc |
|