Results 1 to 3 of 3
Hello Friends,
I am new to linux world and setting a DNS server at my home pc
I have done the setting in named.conf, and created the zone files etc
...
- 04-14-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
Linux DNS server installation problem
Hello Friends,
I am new to linux world and setting a DNS server at my home pc
I have done the setting in named.conf, and created the zone files etc
while doing the nslookup for the domain I have following error
+++++++++++++++++++++
Got SERVFAIL reply from "IP ADDRESS" trying next server
+++++++++++++++++++++
Please help me out fro this issue
Neetu
- 04-16-2009 #2
What command are you using to lookup your domain? Full command please.
Is the machine you are doing the lookups from a linux or Windows system?
If Linux then please post the output from the following command:
If it is a windows machine then post the output from the following command:Code:cat /etc/resolv.conf
What is the ip address of the DNS server you setup?Code:ipconfig/all
Do you have a firewall running on the dns server? If yes is port 53 open?
On the dns system please post the output from the following command:
How did you install/setup DNS?Code:service named status
- 04-16-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 25
In addition to steps posted by LazyDog, provide the output from below command
# dig FQDN of your machine - eg. if your system FQDN is system1.example.com
command must be
# dig system1.example.com


Reply With Quote