Page 3 of 3
Re: Issues with initial bridge setup
Posted: Thu Sep 22, 2011 1:16 pm
by nanotronicsimaging
I had thought that I added a static route for the openvpn server
network address: 192.168.11.254
subnet mask 255.255.255.0
gateway: 10.8.0.1
interface: lan
Re: Issues with initial bridge setup
Posted: Thu Sep 22, 2011 1:30 pm
by maikcat
you must add to your lan pcs something like
route add 10.8.0.0 mask 255.255.255.0 192.168.11.5
11.5 is (?) openvpn servers lan ip
Michael.
Re: Issues with initial bridge setup
Posted: Thu Sep 22, 2011 1:36 pm
by nanotronicsimaging
yes 11.5 is the openvpn linux server, ill try that command again on a different lan pc
Re: Issues with initial bridge setup
Posted: Thu Sep 22, 2011 5:55 pm
by nanotronicsimaging
still didnt work
Re: Issues with initial bridge setup
Posted: Mon Sep 26, 2011 12:36 pm
by nanotronicsimaging
Any other suggestions?
Re: Issues with initial bridge setup
Posted: Tue Sep 27, 2011 6:07 pm
by maikcat
please post the output of
tracert 10.8.0.1
from a pc inside your lan (with the static route added to it)
Michael.
Re: Issues with initial bridge setup
Posted: Tue Sep 27, 2011 8:03 pm
by nanotronicsimaging
I have solved the issue! Thanks for all your help, I just need to get the DNS to push correctly now
Re: Issues with initial bridge setup
Posted: Wed Sep 28, 2011 7:45 am
by janjust
that is excellent new!
For a thread this long, please explain a bit more in detail how you solved it; what is the final openvpn, bridge and/or iptables configuration?