Guest 1nsane Posted January 19, 2009 Posted January 19, 2009 I need to drop certain UDP packets if the rules are matched. On Linux I would do it with iptables and the following: -A INPUT -p udp --dport PORT_HERE -m length --length 28 -j DROP However most of my servers run Windows Server 2003/2008 and I am not at all certain as to how I could achieve the same the effect here on Windows Server. Any help would be appreciated! Thanks. Quote
Guest Peter Foldes Posted January 20, 2009 Posted January 20, 2009 You posted to the public.security newsgroup and it should have been posted to the windows.server.security newsgroup. Please repost it there news://msnews.microsoft.com/microsoft.publ...server.security -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. "1nsane" <1nsane@discussions.microsoft.com> wrote in message news:F747D030-008D-4AC3-BBAA-DF99D9C9E5BF@microsoft.com...<span style="color:blue"> >I need to drop certain UDP packets if the rules are matched. On Linux I > would do it with iptables and the following: > -A INPUT -p udp --dport PORT_HERE -m length --length 28 -j DROP > > However most of my servers run Windows Server 2003/2008 and I am not at all > certain as to how I could achieve the same the effect here on Windows Server. > > Any help would be appreciated! Thanks. </span> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.