Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenVPN & Routing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
jean-luc_
n00b
n00b


Joined: 23 Mar 2005
Posts: 1

PostPosted: Wed Mar 23, 2005 6:49 pm    Post subject: OpenVPN & Routing Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum