[NTLUG:Discuss] Bind question: How to get internal clients to resolve external zones?

Neil Aggarwal neil at JAMMConsulting.com
Mon Jun 13 17:12:42 CDT 2011


Hey everyone:

I am trying to set up a name server using bind.

I have two zones, internal and external defined
in my named.conf:

view internal {
        match-clients {
		// List of client ranges
                };
        recursion yes;
        };
view external {
        zone "." IN {
                type hint;
                file "named.ca";
        };

        // List of zone definitions
};

I can resolve queries for the zones listed in
the external view from external machines, but
the machines listed in the match-clients listing
are not resolving them.  

Any ideas what went wrong?

Thanks,
	Neil


--
Neil Aggarwal, (972)834-1565, http://UnmeteredVPS.net/centos
Virtual private server with CentOS 5.5 preinstalled
Unmetered bandwidth = no overage charges 




More information about the Discuss mailing list