CENTOS Named (BIND DNS) and OPENVPN - How to allow VPN clients to Connect to BIND as DNS
- by David
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?