cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1013
Views
5
Helpful
1
Replies

Automatic connection reset for TCP port 53

Santanu Mandal
Level 1
Level 1

Hello, Happy New year to all..

 

Recently I am facing an issue regarding DNS resolution. problem is connection reset for TCP port 53. 

It is going for TCP connection as DNS resolution packet is more than 512 bytes:

Please let me know:

1. How I can check if TCP port 53 is open in router.

2. Any other reason for terminating this TCP session/ how to troubleshoot ?

 

#Thanks in advance,

 

Santanu

1 Reply 1

ghostinthenet
Level 7
Level 7

A connection reset indicates that the device you're connecting to has refused the connection. This can be a case of a port not being permitted through a firewall or it could be as simple as there being no DNS running at the other end.

Are you trying to actually connect to the router for DNS resolution or are you trying to connect to an external DNS server through the router?

If it's on the router, make sure that you have "ip dns server" configured or there will be no DNS running. You can verify that the ports are open by using the "show control-plane host open-ports" command and looking for the DNS ports (53/tcp and 53/udp) to be in listening state.

The output should look like this:

edge#show control-plane host open-ports | include :53
 tcp        *:53        *:0        DNS Server    LISTEN
 udp        *:53        *:0        DNS Server    LISTEN