Fred K Ollinger on Mon, 8 Jul 2002 19:40:11 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] dns troubles


> by any chance is your /etc/named.conf declaring
> master zone for underwood.fram.eu instead of
> fram.eu?

Here's the relevent part of /etc/bin/named.conf:


zone "." in
{
type slave;
file "/etc/bind/tld-root";
masters {167.216.255.199; 64.247.218.149; 157.238.46.24;};
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "localhost" {
        type master;
        file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
        type master;
        file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
};

// add entries for other zones below here

zone "underwood.fram.eu" {
        type master;
        file "/etc/bind/db.underwood";
};

zone "28.158.141.in-addr.arpa" {
        type master;
        file "/etc/bind/db.141.158.28";
};

Thanks for the help so far, I think I'm getting there.

Fred


______________________________________________________________________
Philadelphia Linux Users Group       -      http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion  -  http://lists.phillylinux.org/mail/listinfo/plug