Re: How to disable logging of certain packets
From: Smitty (a.no.spam.smitty@verizon.net)
Date: 01/31/03
- Next message: sputnic: "possible DoS attack"
- Previous message: A. Marshall: "Re: Port number query"
- In reply to: Jeroen van Holst: "Re: How to disable logging of certain packets"
- Next in thread: Marcus Lauer: "Re: How to disable logging of certain packets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: sputnic: "possible DoS attack"
- Previous message: A. Marshall: "Re: Port number query"
- In reply to: Jeroen van Holst: "Re: How to disable logging of certain packets"
- Next in thread: Marcus Lauer: "Re: How to disable logging of certain packets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|