Hi All
I configured a DNS on FC8. I followed the howtoforge tutorial
http://howtoforge.net/linux_bind9_an...ing_nameserver
when i try to resolve
www.testdomain.net from another machine (a machine other than the one which i configured DNS), it is not able to resolve the same.
[root@localhost ~]# ping
www.testdomain.net
ping: unknown host
www.testdomain.net
If i ping it from the same machine on which DNS is configured it is pinging.
[root@localhost]# ping
www.testdomain.net
PING
www.testdomain.net (192.168.0.19) 56(84) bytes of data.
64 bytes from 192.168.0.19: icmp_seq=1 ttl=64 time=0.036 ms
64 bytes from 192.168.0.19: icmp_seq=2 ttl=64 time=0.048 ms
---
www.testdomain.net ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.036/0.042/0.048/0.006 ms
[root@localhost]#
When i check for the status of my namd service its giving the following output.
[root@localhost ~]# /etc/init.d/named status
version: 9.5.0b3
number of zones: 16
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running
named-sdb dead but pid file exists
[root@localhost ~]#
what does this named-sdb dead but pid file exists means ?
if i do telnet 192.168.0.19 53 from a remote machine its giving the following error.
telnet 192.168.0.19 53
Trying 192.168.0.19...
telnet: connect to address 192.168.0.19: Connection refused
[root@localhost ~]#
if i do telnet localhost 53 from the same machine where DNS is configured its connecting to port 53.
Why is it happening so ?
Whats wrong with my DNS configuration ?
Looking forward to hear from you
Thanks and Regards
Nidhin Tomson
Recent comments
1 day 17 hours ago
1 day 19 hours ago
2 days 7 hours ago
2 days 10 hours ago
2 days 14 hours ago
2 days 20 hours ago
3 days 6 hours ago
3 days 8 hours ago
3 days 16 hours ago
3 days 17 hours ago