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

bind errors



hello all,

    may i ask for some opinion re some error messages that i see in my
daemon.log ?
    i continually see the ff in it :

Mar  6 11:28:34 bangus named[612]: sysquery: findns error (NXDOMAIN) on
bangus.mydomain.com?
Mar  6 11:28:35 bangus named[612]: sysquery: findns error (NXDOMAIN) on
bangus.mydomain.com?
Mar  6 11:36:38 bangus named[612]: sysquery: findns error (NXDOMAIN) on
bangus.mydomain.com?
Mar  6 11:36:40 bangus named[612]: sysquery: findns error (NXDOMAIN) on
bangus.mydomain.com?

    here are my config files.  is there anything terribly wrong with it
?


my /etc/named.con contains the following :

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



and the file mydomain.com.db, the following :

; BIND data file for zone mydomain.com
@       IN      SOA     mydomain.com. root.mydomain.com. (
                        2000030301      ; Serial
                        10800           ; Refresh
                        3600            ; Retry
                        604800          ; Expire
                        86400   )       ; Default TTL

        IN      NS      bangus.mydomain.com.
        IN      MX      10 mail.mydomain.com.

@       IN      A       192.168.0.12
www     IN      A       192.168.0.12
mail    IN      A       192.168.0.12


thanks a lot everyone ...  any help greatly appreciated

chad
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


Reply to: