Bind 9.1.2 zone files

arjen-bind at 3va.net arjen-bind at 3va.net
Mon Jun 4 20:44:24 UTC 2001




On Mon, 4 Jun 2001, Bruce Markey wrote:

> Here are the zone files..
> 
> Also.. i recreated the 208 file on the slave and noticed it got renamed when
> i restarted named.

What do you mean, recreated? named creates a slave zone for you by
querying the master... The zones have different SOA serials. That is 
not ok, and might be caused by creating the slave zone yourself.

Grtz

Arjen,



> here is hte log message
> Jun  4 16:23:47 SGCDNS2 named[1091]: zone_saveunique: zone
> 208.171.29.in-addr.arpa/IN: saved '208.171.29' as 'db-XX5zq5ey'
> 
> What is that all about..
> Thanks much
> 
> Bruce Markey
> Network Engineer
> Spectrum Networks
> brmarkey at spectrum-net.com
> *******************************************************
> "We're on a mission from God."  Elwood Blues
> 
> 
> -- Attached file included as plaintext by Listar --
> -- File: slavenamedconf.txt
> 
> 
> options {
>         directory "/var/named";
>         pid-file "named.pid";
> };
> zone "." {
>         type hint;
>         file "root.hints";
> };
> zone "0.0.127.in-addr.arpa"{
>         type slave;
>         file "127.0.0";
>         masters{
>                 208.171.29.100;
>         };
> };
> zone "208.171.29.in-addr.arpa"{
>         type slave;
>         file "208.171.29";
>         masters{
>                 208.171.29.100;
>         };
> };
> zone "mysgc.com"{
>         type slave;
>         file "mysgc.com";
>         masters{
>                 208.171.29.100;
>         };
> };
> 
> 
> -- Attached file included as plaintext by Listar --
> -- File: masnamedconf.txt
> 
> 
> 
> options {
>         directory "/var/named";
>         pid-file "named.pid";
> };
> zone "." {
>         type hint;
>         file "root.hints";
> };
> zone "0.0.127.in-addr.arpa"{
>         type master;
>         file "127.0.0";
> };
> zone "208.171.29.in-addr.arpa"{
>         type master;
>         file "208.171.29";
> };
> zone "mysgc.com"{
>         type master;
>         file "mysgc.com";
> };
> zone "mysgc.net"{
>         type master;
>         file "mysgc.net";
> };
> zone "spectrumglobalonline.com"{
>         type master;
>         file "spectrumglobalonline.com";
> };
> zone "spectrumglobalonline.net"{
>         type master;
>         file "spectrumglobalonline.com";
> };
> 
> -- Attached file included as plaintext by Listar --
> -- File: slave208.txt
> 
> $TTL 86400
> 29.171.208.in-addr.arpa.               IN      SOA     SGCDNS.mysgc.com.       brmarkey.mysgc.com. (
>                         2001091625 ; serial
>                         10800 ; refresh
>                         3600 ; retry
>                         604800 ; expire
>                         86400 ; default_ttl
>                         )
> ;
> ;
> ;       Name Servers
> ;
> 29.171.208.in-addr.arpa.               IN      NS      SGCDNS.mysgc.com.
> 29.171.208.in-addr.arpa.                IN      NS      SGCDNS2.mysgc.com.
> ;
> ;       Host Addresses
> ;
> 100.29.171.208.in-addr.arpa.             IN      PTR     SGCDNS.mysgc.com.
> 102.29.171.208.in-addr.arpa.            IN      PTR     SGCWEB.mysgc.com.
> 101.29.171.208.in-addr.arpa.            IN      PTR     SGCMAIL.mysgc.com.
> 104.29.171.208.in-addr.arpa.            IN      PTR     SGCDNS2.mysgc.com.
> -- Attached file included as plaintext by Listar --
> -- File: mas208.txt
> 
> $TTL 86400
> 29.171.208.in-addr.arpa.               IN      SOA     SGCDNS.mysgc.com.       brmarkey.mysgc.com. (
>                         2001091627 ; serial
>                         10800 ; refresh
>                         3600 ; retry
>                         604800 ; expire
>                         86400 ; default_ttl
>                         )
> ;
> ;
> ;       Name Servers
> ;
> 29.171.208.in-addr.arpa.               IN      NS      SGCDNS.mysgc.com.
> 29.171.208.in-addr.arpa.                IN      NS      SGCDNS2.mysgc.com.
> ;
> ;       Host Addresses
> ;
> 100.29.171.208.in-addr.arpa.             IN      PTR     SGCDNS.mysgc.com.
> 102.29.171.208.in-addr.arpa.            IN      PTR     SGCWEB.mysgc.com.
> 101.29.171.208.in-addr.arpa.            IN      PTR     SGCMAIL.mysgc.com.
> 104.29.171.208.in-addr.arpa.            IN      PTR     SGCDNS2.mysgc.com.
> 
> 



More information about the bind-users mailing list