Re: TCP/IP Packet Filtering
From: Joe Richards [MVP] (humorexpress_at_hotmail.com)
Date: 07/06/04
- Next message: Mark: "password"
- Previous message: Micky: "Effective Security Policy"
- In reply to: Steven L Umbach: "Re: TCP/IP Packet Filtering"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 06 Jul 2004 09:25:59 -0400
First off note that UDP is connectionless. It is all fire and forget. No stream
as it were for the firewall to maintain state on.
Second... You would think everything was fine by looking at that part of the
trace unless you realized that the filter was making it so the OS didn't respond
to the 3513 inbound...
What you will notice is that even though a positive response came back, the
machine would ask a couple of more times for that address to be resolved and
depending on your configuration would start to broadcast or ask WINS for help.
Basically it would look like it was ignoring the IP address that the name was
being resolved to and that is EXACTLY what is happening.
joe
-- Joe Richards Microsoft MVP Windows Server Directory Services www.joeware.net Steven L Umbach wrote: > Hi Jim. > > FYI. I have pasted a capture from Ethereal so you can see the sequence that > caused you grief. I modified the output screen to show unresolved source and > destination ports . I am not sure how good it will look in a paste but here > goes. This is an example on a capture just before I opened my web browser > which has a home page of Foxnews.com and my internal lan IP address is > 192.168.1.105. Notice my computer using a source port of 3513 to a > destination port of 53 and the response of the dns server from port 53 back > to port 3513. It would be the port 3513 udp in this example that would be > blocked by the udp port filtering. Keep in mind that W2K dns client caches > recent dns queries including failures. So if you do any testing in the > future, always use the command " ipconfig /flushdns" to clear the dns client > cache first. --- Steve > > > Source Destination Protocol Src port Dst > port Info > 192.168.1.105 202.12.27.33 DNS 3513 53 > Standard query A www.foxnews.com > > 202.12.27.33 192.168.1.105 DNS 53 3513 > Standard query response > > "Jim Bohan" <Thread7@hotmail.com> wrote in message > news:49c7cba4.0407042158.181c5059@posting.google.com... > >>Joe, >> >>Well he gave me the fish, but I did learn. I could find no >>documentation telling me Steve's statement - "IP udp filtering is >>useless for using dns as you need to configure the policy to allow the >>above 1024 ports for return traffic from the external dns server to >>your computer which is not practical." After hours trying to figure >>out why the UDP traffic wasn't coming through I was at a dead end and >>finally had to ask some "experts" such as yourselves. Great response >>guys. >> >>Thread7 > > >
- Next message: Mark: "password"
- Previous message: Micky: "Effective Security Policy"
- In reply to: Steven L Umbach: "Re: TCP/IP Packet Filtering"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|