LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Name server error and getting worse.. (https://www.linuxquestions.org/questions/linux-networking-3/name-server-error-and-getting-worse-161882/)

zeroboys 03-24-2004 01:27 PM

Name server error and getting worse..
 
i think i'm stuck with name server..
while i was setting DNS up i thought oh this is simple..you know..
when i got this error oh boy.. i've tried many time by changing this and that..
but still same happenping.. no idea ..


[root@zeroboys named]# nslookup 192.168.4.1 [ OK ]
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 192.168.3.110
Address: 192.168.3.110#53

** server can't find 1.4.168.192.in-addr.arpa: SERVFAIL

-------------------------------------------------------
I applied everything including zeroboys.ca and ns.zerboys.ca for testing internaly..
this is not for Externa.. cause i don';t have public name.. you know what i mean...
And you know.. other things.. like ip address also...
Adn Absolutely i copied all most setting from site..

I have two lan cards
First one is 192.168.3.110 for external
Second one is 192.168.4.1 for internal

~~~ Tell me where should i setup the dns between External and Internal... ~~~~
~~~~First of all I want to see the result internaly whether this dns work or not...~~~~
===========================================

And here are my settings ....

This is resolv.conf

nameserver 192.168.3.110
#nameserver 192.168.3.1
#nameserver 207.181.101.5

===========================

This is named.conf

zone "4.168.192.in-addr.arpa" IN {
type master;
file "named.rev";
allow-update {none;};
};

zone "zeroboys.ca" IN {
type master;
file "named.zone";
allow-update {none;};
};

================================

This is named.zone

$TTL 86400
@ IN SOA ns.zeroboys.ca. root.ns.zeroboys.ca. (
1997022700 ; serial
28800 ; refresh
14400 ; retry
3600000 ; expire
86400 );miniumum

IN NS ns.zeroboys.ca.
IN A 192.168.4.1
IN MX 10zeroboys.ca.

;;

www IN CNAME @
mail IN CNAME @
* IN CNAME @

========================================

This is named.rev

$TTL 86400
@ IN SOA ns.zeroboys.ca. root.ns.zeroboys.ca. {
1997022700 ;serial
28800 ; refresh
14400 ;retry
3600000 ;expire
86400 );minimum

IN NS ns.zeroboys.ca.

1 IN PTR localhost.

===========================================
Anything i did wrong.. i think i did something wrong.. but.. you know..
In any case i would be here all day... give me any suggestions..

Is there anything i have to show you .. then tell me.. would be provided...

Thank in advance..

God bless you...

jstu 03-24-2004 01:51 PM

I'm not really sure what your asking for, but if your having problems with named I would restart it and check your messages file for errors. And secondly thats not your whole named.conf is it.

zeroboys 03-24-2004 02:07 PM

i know what are you talking about...
 
but in case i don;t think that cause this problem..
that;s why i posted this question...
i want name server which can type instead of ip address..

my named daemon seems fine...just like this...

[root@zeroboys named]# service named status
number of zones: 6
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running


...........................................
whenever i changed something from DNS setting...
i restarted the Named Daemon...


All times are GMT -5. The time now is 05:19 PM.