Re: How to disable logging of certain packets

From: Smitty (a.no.spam.smitty@verizon.net)
Date: 01/31/03


From: Smitty <a.no.spam.smitty@verizon.net>
Date: Fri, 31 Jan 2003 00:30:54 GMT

Jeroen van Holst wrote:

> On Thu, 30 Jan 2003 06:12:22 +0000, Smitty wrote:
>
>> How would I set iptables to not log udp packets to port 137 which is the
>> ms netbios port?
>> Smitty
>
> Try:
> iptables -N logdrop
> iptables -A logdrop -j DROP -p udp --dport netbios-ns

Thanks, Jeroen!
You are the only person to give me a straightforward answer.
Smitty



Relevant Pages