LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   DNS server: prob in nslookup command (https://www.linuxquestions.org/questions/red-hat-31/dns-server-prob-in-nslookup-command-432581/)

visitashu 04-07-2006 01:20 AM

DNS server: prob in nslookup command
 
options { directory "/var/named" ;};
zone "dsce.com" {
type master;
file "forward";
};
zone "0.168.192.in-addr.arpa" {
type master;
file "reverse";
};
this is my /etc/named.conf directory on SERVER [192.168.0.62]
--------------------------------------------------------------------------------------------------------------------------------------------------------
$TTL 86400
@ IN SOA SERVER.dsce.com. root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
@ IN NS SERVER.dsce.com.
SERVER IN A 192.168.0.62
station2 IN A 192.168.0.61
chat IN A 192.168.0.61
songs IN A 192.168.0.61

this is my forward file on SERVER [192.168.0.62]
------------------------------------------------------------------------------------------------------------------------------------------
$TTL 86400
@ IN SOA SERVER.dsce.com. root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
@ IN NS SERVER.dsce.com.
62 IN PTR SERVER.
61 IN PTR station2.
61 IN PTR station2.
61 IN PTR station2.

this is reverse file on SERVER [192.168.0.62]
---------------------------------------------------------------------------------------------------------------------------------
NOW the ques is when i say
#rndc reload ///fine i get the promt after execution
i hav to say the NEXT line on 192.168.0.62 or 192.168.0.61 machine
#nslookup 192.168.0.62 on my SERVER machine itself or in Client machine "station2.dsce.com"
[192.168.0.61]
i hv added in /etc/resolv.conf file nameserver 192.168.0.62 ,in my client machine [192.168.0.61]
why is it showing this ERROR=====>;; connection timed out; no servers could be reached


required service r running !!!

BYE

voip_tech_2004 04-12-2006 11:34 AM

If you really want help, I would need your full config file of your /etc/named.conf as well as your full directory of your named which contains all of your files...... listing as well as their contents...
But if somebody else sees something,


All times are GMT -5. The time now is 06:51 PM.