|
|
2009-09-21
, 07:25
|
|
|
Posts: 415 |
Thanked: 182 times |
Joined on Nov 2007
@ Leeds UK
|
#2
|
I can still get to sites on the internet, but nothing internal.
--vr
|
|
2009-09-21
, 08:35
|
|
|
Posts: 129 |
Thanked: 60 times |
Joined on Jul 2009
@ Castello d'Argile (BO)
|
#3
|
I'm having a problem with openvpn on my N810. I have openvpn running on my firewall at home, and have been able to connect to it for a long time. The N810 can still connect, but once I do, it breaks DNS. I believe I have udhcpd misconfigured, and would appreciate any help anyone could provide.
|
|
2009-09-21
, 09:36
|
|
Posts: 471 |
Thanked: 136 times |
Joined on Jan 2009
@ Virginia, USA
|
#4
|
Are you sure it's dns that is a problem?
Could it be that your openvpn network at home is using the same network that you are on when you connect to it?
e.g. if your home network is 192.168.0.0/24 and your office network is 192.168.0.0/24 then you are going to have problems.
If you are using openvpn from multiple locations it is better to have your home network as something more obscure that is less likely to conflict.
e.g. 192.168.232.232/29
|
|
2009-09-21
, 16:47
|
|
Posts: 10 |
Thanked: 0 times |
Joined on Sep 2009
@ UK
|
#5
|
|
|
2009-09-21
, 18:23
|
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#6
|
does your firewall do any bridging?which is the internal DNS. I can still get to sites on the internet, but nothing internal
if you explicitly tell the dns server on the firewall which interfaces it should listen on, then the vpn interface must be dealt with manually, i.e. by restarting the dns server with a different commandline once the vpn server has been started.
|
|
2009-09-22
, 07:23
|
|
|
Posts: 129 |
Thanked: 60 times |
Joined on Jul 2009
@ Castello d'Argile (BO)
|
#7
|
Yes, OpenVPN's /etc/openvpn/update-resolv-conf uses /sbin/resolvconf
When the VPN is off, I can surf to sites normally, but I have blocked my internal network to external traffic (except openvpn). DNS resolves as expected.
When I connect to the VPN, I cannot use my internal DNS, although I have a
I did modify /etc/dnsmasq.conf and added
Can someone help me figure this out?
Thanks,
--vr