Networking Forums

Networking Forums > Computer Networking > Linux Networking > Tinydns issues

Reply
Thread Tools Display Modes

Tinydns issues

 
 
javier.ortega@gmail.com
Guest
Posts: n/a

 
      06-28-2007, 11:35 PM
Hey gang,

Here is the issue im having:

I installed Tinydns on RHEL ES4. Everything was fine. This morning I
saw that my dns server is not accepting queries on port 53. Netstat
shows the follwing:

udp 0 0 <IP>:53
0.0.0.0:* 5652/tinydns


svstat shows tinydns running, and no errors on the multilog.

when I do a "telnet localhost 53" it does not even make a socket
connection.
Any ideas?

Thanks in advanced

 
Reply With Quote
 
 
 
 
Stephane CHAZELAS
Guest
Posts: n/a

 
      06-29-2007, 12:09 AM
2007-06-28, 23:35(-00), (E-Mail Removed):
[..]
> Here is the issue im having:
>
> I installed Tinydns on RHEL ES4. Everything was fine. This morning I
> saw that my dns server is not accepting queries on port 53. Netstat
> shows the follwing:
>
> udp 0 0 <IP>:53
> 0.0.0.0:* 5652/tinydns
>
>
> svstat shows tinydns running, and no errors on the multilog.
>
> when I do a "telnet localhost 53" it does not even make a socket
> connection.
> Any ideas?

[...]

telnet uses TCP, not UDP. UDP is not a connection oriented
transport protocol. DNS general works over UDP but can also work
over TCP. Your Tinydns may be configured to only use UDP (which
is fine).

Also, your netstat shows that tinydns is listening on the <IP>
interface, not on the loopback interface (127.0.0.1, or ::1), so
trying to contact "localhost" won't help.

--
Stéphane
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ad-Hoc issues. Nori Linux Networking 1 11-12-2007 01:14 AM
Ad-Hoc issues. Nori Linux Networking 0 11-12-2007 01:12 AM
XP Pro MN-720 issues joe Broadband Hardware 2 08-25-2004 06:00 AM
PPTP issues including issues with routing Sameer Windows Networking 0 04-27-2004 05:06 AM
Help With djbdns/tinydns celeste Linux Networking 0 08-11-2003 04:50 AM



1 2 3 4 5 6 7 8 9 10 11