Results 1 to 2 of 2
Hi, I'm new here so I'd like to ask a couple of things..
I've got openVPN setup and working.. its on the 10.35.3.0 range whereas my LAN ip is on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-09-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
VPN + External traffic
Hi, I'm new here so I'd like to ask a couple of things..
I've got openVPN setup and working.. its on the 10.35.3.0 range whereas my LAN ip is on the 192.168.1.0 range. I can ping each other so that's fine.
My major question is, how would I route all my LAN traffic through OpenVPN without having to resort to bridging? I run my VPN server on a single IP, so for me it isn't an option. I've tried reading up on masquerading but thats a bit too indepth for me at the moment, so I'm wondering if anyone here has a simple solution that would allow me to direct all my traffic through the VPN network out into the Internet. I don't have/want to filter anything out, so we can skip that part.
A big thanks in advance for any help givem
- 04-09-2007 #2Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
This is the result of netstat -nr btw
What I'd like to do is to allow traffic from 10.35.3.0 to pass through the gateway of the default connection which belongs to eth0(88.191.28.1). Any ideas from the gurus here?Code:10.35.3.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 10.35.3.0 10.35.3.2 255.255.255.0 UG 0 0 0 tun0 88.191.28.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 0.0.0.0 88.191.28.1 0.0.0.0 UG 0 0 0 eth0


Reply With Quote
