UDP Packet Filtering Help
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.
.
Relevant Pages
- UDP Packet Filtering Help
... I need to drop certain UDP packets if the rules are matched. ... On Linux I ... would do it with iptables and the following: ... certain as to how I could achieve the same the effect here on Windows Server. ... (microsoft.public.windows.server.security) - Windows XP Slow File Copy Performance
... files or single large files to Windows Server 2003 or a Linux NAS device. ... This slowness occurs on our local LAN as well as our WAN. ... We use QOS on our WAN for our VOIP phones, ... (microsoft.public.windowsxp.network_web) - Re: Exact syntax and examples for iptables
... iptables is not running as the previous sysadmin hardened the server. ... So I issue the two commands you gave on both cluster nodes & it will ... application from a Windows server application via sqlnet (ie Tcp ... In fact I would like to block on all ports on the Linux cluster to stop ... (RedHat) - Re: Windows 2003 server and Linux
... >> only thing that we are using the Windows server for are Policies ... >> they have linux machines that use SAMBA server. ... >> unreliable) then the remote sites can't connect to their local linux ... (microsoft.public.windows.server.networking) - Re: Fedora the right choice?
... >easily get this going on a windows server which is what I do for a living. ... >But in an effort to force myself to learn and get more experience with Linux ... I am assuming if I install this OS minus the GUI ... (Fedora) |
|