Below are my modified files as well as the contents or my
/var/log/messages and /etc/resolv.conf. Thanks for the help so far. In
case it is important This is one machine name seth ip 216.254.81.92
Ray

<!--------------------------named.conf------------------------------->
options {
        directory "/etc/named";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "db.127.0.0";
};

zone "devit.net" {
        type master;
        file "db.devit.net";
};

zone "mystorytown.com" {  
        type master;   
        file "db.mystorytown.com";
};


zone "81.254.216.in-addr.arpa" {
        type master;
        file "db.216.254.81";
};


<!-----------------------------db.named/devit.net--------------------------->
@       IN              SOA     devit.net       root.devit.net (
                                2000062503      ;serial
                                8H              ;refresh
                                2H              ;retry
                                1W              ;expire
                                1D )            ;minimum

                        NS      seth.devit.net.
                        NS      ns2.speakeasy.net.
                        MX      10 devit.net.

seth.devit.net.         A       216.254.81.92
                                               
ns                      A       216.254.81.92
www                     A       216.254.81.92
ftp                     A       216.254.81.92


<!-----------------------------db.mystorytown.com------------------------->
@       IN      SOA     mystorytown.com         ray.devit.net (
                        2000062403              ;serial
                        8H                      ;refresh
                        2H                      ;retry
                        1W                      ;expire

ns              A       216.254.81.92
www             A       216.254.81.92
ftp             A       216.254.81.92


<!------------------------------db.127.0.0---------------------------------->

@               IN      SOA     devit.net       root.devit.net (
                                2000062503      ;serial
                                8H              ;refresh
                                2H              ;retry
                                1W              ;expire
                                1D )            ;minimum

                        NS      seth.devit.net

1                       PTR     localhost.


<!------------------------------db.216.254.81------------------------------->
@               IN              SOA     devit.net.      ray.devit.net. ( 
                                        2000062503      ; Serial
                                        28800           ; Refresh
                                        7200            ; Retry
                                        604800          ; Expire
                                        86400)          ; Minimum TTL
                                NS      seth.devit.net.
                                NS     
ns2.speakeasy.ne<!-----------------------------/etc/resolv.conf--------------------------->
nameserver 127.0.0.1
nameserver 216.254.81.92

<!-----------------------------/var/logs/messages------------------------->


Jun 25 13:29:29 localhost named[10650]: starting.  named 8.2.2-P5 Mon
Feb 28 10:17:53 EST 2000
^[EMAIL PROTECTED]:/usr/src/bs/BUILD/bind-8.2.2_P5/src/bin/named
Jun 25 13:29:29 localhost named[10650]: Zone "0.0.127.in-addr.arpa"
(file db.127.0.0): No default TTL set using SOA minimum instead
Jun 25 13:29:29 localhost named[10650]: master zone
"0.0.127.in-addr.arpa" (IN) loaded (serial 2000062504)
Jun 25 13:29:29 localhost named[10650]: Zone "devit.net" (file
db.devit.net): No default TTL set using SOA minimum instead
Jun 25 13:29:29 localhost named[10650]: master zone "devit.net" (IN)
loaded (serial 2000062504)
Jun 25 13:29:29 localhost named[10650]: Zone "mystorytown.com" (file
db.mystorytown.com): No default TTL set using SOA minimum instead
Jun 25 13:29:29 localhost named[10650]: db.mystorytown.com:7: expected a
TTL, got "ns"
Jun 25 13:29:29 localhost named[10650]: db.mystorytown.com:7: SOA ")"
error near (A)
Jun 25 13:29:29 localhost named[10650]: Zone "mystorytown.com" (file
db.mystorytown.com): no SOA RR found
Jun 25 13:29:29 localhost named[10650]: master zone "mystorytown.com"
(IN) rejected due to errors (serial 2000062504)
Jun 25 13:29:29 localhost named[10650]: Zone "81.254.216.in-addr.arpa"
(file db.216.254.81): No default TTL set using SOA minimum instead
Jun 25 13:29:29 localhost named[10650]: master zone
"81.254.216.in-addr.arpa" (IN) loaded (serial 2000062504)
Jun 25 13:29:29 localhost named[10650]: listening on [127.0.0.1].53 (lo)
Jun 25 13:29:29 localhost named[10650]: listening on [216.254.81.92].53
(eth0)
Jun 25 13:29:29 localhost named[10650]: Forwarding source address is
[0.0.0.0].1027
Jun 25 13:29:29 localhost named[10651]: Ready to answer queries.
Jun 25 13:29:29 localhost named[10651]: sysquery: nlookup error on ?
Jun 25 13:29:44 localhost named[10651]: No root nameservers for class IN
Jun 25 13:29:44 localhost named[10651]: sysquery: findns error
(SERVFAIL) on ns2.speakeasy.net?
Jun 25 13:29:47 localhost named[10651]: sysquery: findns error
(SERVFAIL) on ns2.speakeasy.net?
Jun 25 13:29:49 localhost named[10651]: sysquery: findns error
(NXDOMAIN) on seth.devit.net.0.0.127.in-addr.arpa?

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to