I've got a mess

Michael Barber mikeb at comcity.com
Wed Apr 21 15:03:00 UTC 2004


Thanks Kevin...  Answers below.

> Michael Barber wrote:
>
> >I changed my named.conf on the secondary from the commented lines to the
new
> >lines...
> >It looks like it was slaving the local db.127.0.0.
> >
> I'm not sure what relevance that has. That's an entirely different zone.

No relevance....just trying everything I can think of.  I think its always
been like that....I thought it was saying that it wasn't authoritative
because the primary NS is up and that it refers to it.

> What does the slave zone definition for comcity.com look like?

//named.conf

zone "comcity.com" {
 type slave;
 file "_db_COMCITY.zone";
 masters {
  207.168.174.130;
 };
};


//comcity zone as slaved.
(trimmed some superflous A records for clarity)

; BIND version named 8.4.4 Fri Jan 16 22:45:44 2004
; BIND version marka at drugs:src/port/winnt
; zone 'comcity.com'   first transfer
; from [209.66.93.2].53:53 (local [209.10.62.22].1045) using AXFR at Mon Mar
08 13:59:21 2004
; NOT TSIG verified
$ORIGIN com.
comcity 1800 IN SOA ns.comcity.com. webmaster.comcity.com. (
  2004033101 43200 7200 604800 1800 )
 1800 IN NS ns.comcity.com.
 1800 IN NS ns2.comcity.com.
 1800 IN MX 10 mail.comcity.com.
 1800 IN MX 50 mail2.comcity.com.
 1800 IN A 209.66.93.9
$ORIGIN comcity.com.
* 1800 IN MX 10 mail.comcity.com.
 1800 IN MX 50 mail2.comcity.com.
stats 1800 IN A 209.10.62.48
dns 1800 IN A 207.168.174.130
ns 1800 IN A 207.168.174.130
ns2 1800 IN A 209.10.62.39
mail 1800 IN A 209.66.93.2
sake 1800 IN A 209.10.62.39
localhost 1800 IN A 127.0.0.1
www 1800 IN A 209.66.93.9

> Also, do
> you see any error messages in the logs at the time named tries to
> read/load the comcity.com zone file?

No error messages at all.

>                            -Kevin
>
>
>
>



More information about the bind-users mailing list