[TriLUG] DNS

Magnus Hedemark chrish at trilug.org
Tue Jan 13 08:28:03 EST 2004


On Mon, 12 Jan 2004 STaylor at srspos.com wrote:

> Am I too understand that I have not given the bind program
> cubeville.com.zone as a place to look to resolve stuff?

You haven't told your named server (bind) to be an authoritative source 
for the domain cubeville.com via the file cubevill.com.zone.

> I set this up using the Redhat gui DNS tool. I didn't even know I had a
> custom zone. Will the problem go away if I just rename the named.custom
> file or pull out the zone data from the file?

You have to edit the named.custom file and tell it to use the 
cubeville.com.zone file.

It might look like:

zone  "cubeville.com" {
        allow-query { any; };
        type master;
        file  "cubeville.com.zone";
};


--Magnus




More information about the TriLUG mailing list