multiple internal views not working (requested conf files and logs)

Kevin Darcy kcd at chrysler.com
Mon Nov 2 21:03:59 UTC 2009


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.

- Kevin

Paul Krash wrote:
> Jeremy C. Reed wrote:
>> It may be useful for you to show us what you tried (configurations and
>> that it is restarted), how you tested, and any network traces and log
>> files showing that it is not working.
>
> All, the 'dot5' view works great. The 'internal' view does not serve.
> If I reverse the view order in named.local.conf, the first view gets 
> served, any views following do not.
>
> I have incremented the files and restarted the daemon. No joy.
>
> Thanks again!
>
> PKrash
>
> from the daemon.log :
>
> Nov 2 14:38:25 bind named[22011]: client 10.x.5.25#45709: view dot5: 
> query: code.fckd.net IN A +
> Nov 2 14:38:36 bind named[22011]: client 10.x.5.25#48023: view dot5: 
> query: home.fckd.net IN A +
> Nov 2 14:39:38 bind named[22011]: client 10.x.4.123#54159: view 
> internal: query: code.fckd.net IN A +
> Nov 2 14:39:38 bind named[22011]: client 10.x.4.123#36511: view 
> internal: query: code.fckd.net IN A +
> Nov 2 14:39:38 bind named[22011]: client 10.x.4.123#37112: view 
> internal: query: code IN A +
>
>
> named.local.conf :
>
> ________________________________________________________________________________________________________________ 
>
>> root at bind:/etc/bind# cat named.conf.local
>> //
>> // Do any local configuration here
>> //
>>
>> // Consider adding the 1918 zones here, if they are not used in your
>> // organization
>> //include "/etc/bind/zones.rfc1918";
>>
>> view dot5 {
>> match-clients {
>> 10.x.5.0/24;
>> };
>> zone "5.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.5.default.rev";
>> };
>> zone "eng.exegy.net" {
>> type master;
>> file "/etc/bind/fckd.net.default.dot5";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> };
>>
>> view internal {
>>
>> zone "eng.exegy.net" {
>> type master;
>> file "/etc/bind/fckd.net.default.hosts";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>>
>>
>> zone "0.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.0.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> zone "1.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.1.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> zone "2.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.2.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };ls -la
>> };
>> zone "3.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.3.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> zone "4.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.4.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> zone "6.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.6.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> zone "7.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.7.default.rev";
>> notify yes;
>> also-notify {
>> 10.x.1.32;
>> };
>> };
>> zone "8.x.10.in-addr.arpa" {
>> type master;
>> file "/etc/bind/10.x.8.rev";
>> };
>> };
>
>
> fckd.net.default.dot5 :
> ____________________________________________________________________________________________________________________ 
>
>
> 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.
> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
>




More information about the bind-users mailing list