Jump to content

UDP Packet Filtering Help


Recommended Posts

Posted

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.

  • Replies 1
  • Created
  • Last Reply
Guest Peter Foldes
Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...