On Thu, 24 Aug 1995, Frank K. Senter wrote:
> While rewriting my packet filter rules for more strictness, I discovered
> that my internal DNS server sends requests to the firewall DNS with both
> source and destination ports set to UDP 53. Isn't that a little unusual?
> If I allow packets with destination=UDP 53, can I get into trouble?
The most common scenario is below:
[client] {>1024} ----------> 53 [server] 53 -----> 53 [other server]
i.e. clients use a high source port, but server to server requests
are 53 on both src and dst.
This means that if you allow pkts with dst=53, then your server can send
queries and receive responses.
Danny
References:
-
DNS port 53
From: "Frank K. Senter" <fsenter @
mail .
more .
net>
|
|