multiple internal views not working (requested conf files

Krash, Paul pkrash at exegy.com
Mon Nov 2 21:38:45 UTC 2009


Kevin Darcy asked:

>Confused. Looks like the clients are matching the 
>correct view, but "fckd.net" is not defined in either view,
> so what exactly was the point of having views? fckd.net names are
>going to get resolved the same regardless.

I attempted to obfuscate our internal domain name, Mr. Reed caught it.
fckd.net is the imaginary name of the segment I am serving.

Sorry for the confusion, too many balls in the air today
(some are on the floor :-)

what I understand that this:
________________________________________________________________
view dot5 {
        match-clients {
                10.x.5.0/24;
                };
        zone "5.x.10.in-addr.arpa" {
                type master;
                file "/etc/bind/10.19.5.default.rev";
                };
        zone "fckd.net" {
                type master;
                file "/etc/bind/fckd.net.default.dot5";
                notify yes;
                also-notify {
                        10.x.1.32;
                        };
                };
        };
_________________________________________________________

will serve one zone to .5 network only.

While this:

----------------------------------------------------------------

view internal {

        match-clients {
                !10.x.5.0/24;
		10.x.x.0/16	
                };
        zone "fckd.net" {
                type master;
                file "/etc/bind/fckd.net.default";
                notify yes;
                also-notify {
                        10.x.1.32;
                        };
                };
---------------------------------------------------------------

will serve a different zone file to the rest of the 10.x.x.0/16 network.

I think I am close to resolving this, back to integration of Samba+NFS+
NIS+LDAP+DHCP+DNS+Kerberos w/Active Directory 2008, without third party
plugins and helpers.....(*long* term project)....[sigh]

PKrash
 
This e-mail and any documents accompanying it may contain legally privileged and/or confidential information belonging to Exegy, Inc. Such information may be protected from disclosure by law. The information is intended for use by only the addressee. If you are not the intended recipient, you are hereby notified that any disclosure or use of the information is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by e-mail or phone regarding instructions for return or destruction and do not use or disclose the content to others.



More information about the bind-users mailing list