CENTOS Named (BIND DNS) and OPENVPN - How to allow VPN clients to Connect to BIND as DNS

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-12-02T08:38:09Z Indexed on 2011/01/02 4:53 UTC
Read the original article Hit count: 160

Filed under:
|

Hi,

I have setup OpenVPN. All seems to be working fine except that Name Lookups are not done via the BIND DNS server on the server. I have added

push "redirect-gateway def1" and push "dhcp-option DNS 10.8.0.1"

to the OpenVPN server config. It does seem like this is being pushed to the Client.

The problem however is that I believe the BIND DNS is not allowing the Client to connect and do name lookups.

How do I go about configuring BIND to allow connections from the VPN clients?

© Stack Overflow or respective owner

Related posts about bind

Related posts about openvpn