Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free.
Distribution: Ubuntu, RedHat, Gentoo, Linux Mint, Arch Linux, Fedora
Posts: 26
Rep:
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
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,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.