spaces in named.conf

Terry Davis tdavis at birddog.com
Fri Apr 6 09:38:45 UTC 2001


Ok, I am rather confused.
Here is my named.conf file:

options {
        directory "/etc/namedb";
	  pid-file "/var/run/named.pid";
        allow-query { any; };
};
include "/etc/namedb/zones.conf";


And here is the included zones.conf file:

zone "birddog.com" {
        type master;
        file "db.birddog.com";
        allow-transfer { 10.10.1.8; };
};

zone "internal.net" {
        type master;
        file "db.internal.net";
        allow-transfer { 10.10.1.8; };
};

zone "10.in-addr.arpa" {
        type master;
        file "rev.10";
        allow-transfer { 10.10.1.8; };
};

zone "." { type hint; file "named.root"; };


Transfers and everything was working great until I added the internal.net
zone.  Now I should confess that this is not our domain!!! This is simply a
backware compatibility issue because our last administrator thought it would
be cute to name the internal network internal.net.

Thank you for any help!
Terry

-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org]On
Behalf Of Terry Davis
Sent: Friday, April 06, 2001 4:25 AM
To: bind-users at isc.org
Subject: spaces in named.conf



are they allowed?

This is what was breaking my zone transfer.



More information about the bind-users mailing list