Remotely push DNS server to client via OpenVPN

Posted by wishi on Super User See other posts from Super User or by wishi
Published on 2009-11-02T20:35:22Z Indexed on 2010/04/19 19:04 UTC
Read the original article Hit count: 514

Filed under:
|
|
|

Hi!

When I try to push a DNS server via the OpenVPN server-config I don't get that server to be the first DNS server on the connected client system. It ends up being specified as an alternative DNS server.

push "dhcp-option DNS 89.238.75.146" # DNS-Server 1 (local djbdns)

To overcome certain network restrictions, if they're at place, I use 443 TCP. - That means that my DNS queries are sent via TCP (if I manually reconfigure the DNS server), which doesn't scale very well from a performance perspective.

Are there any kewl solutions for that?

Marius

© Super User or respective owner

Related posts about openvpn

Related posts about tcp