• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Packet filtering Win 2000/2003 server Help

BML

Senior member
I just installed my RC 2 2003 server from Microsoft. Im trying to enabme packet filtering on my NIC thats connected to my WAN.
I enable routing and remote access and selected the basic firewall check box for that interface. I added a "deny all except below" and added:

source address | source mask | destination address | destination mask | protocol | source port | destination port

ANY . ANY. 192.168.0.4 255.255.255.0 TCP 3384 ANY



And for some reason it blocks everything may be im doing something wrong im not sure any help would be greatly appreciated.



 
Your internet NIC will never see a destination address of 192.168.0.x so nothing will match that rule.

Can you explaing exactly what your trying to accomplish and maybe we can help? In your rules you'll have to use the public internet IP address of your machine because that will be what's inside the packets coming to and from your internet NIC.
 
What service chooses port 3384 to come from? The way I am reading that is:

Any ip address using port 3384 can connect to 192.168.0.4 on any port

Maybe I am reading that wrong though...
 
Im trying to filter everythig except 3384 for remote desktop.
But for some reason i keep locking myself out.
My server is runnig behind a router and my server is in the dmz of the router.
 
Back
Top