Re: How to disable logging of certain packets
From: Jeroen van Holst (j_holst@wanadoo.nl)
Date: 01/30/03
- Next message: Chris Lount: "Does this work? ( iptables )"
- Previous message: Alexander Clouter: "Re: netmeeting my host receives no video"
- In reply to: Smitty: "How to disable logging of certain packets"
- Next in thread: Smitty: "Re: How to disable logging of certain packets"
- Reply: Smitty: "Re: How to disable logging of certain packets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jeroen van Holst" <j_holst@wanadoo.nl> Date: Thu, 30 Jan 2003 23:22:08 +0100
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
- Next message: Chris Lount: "Does this work? ( iptables )"
- Previous message: Alexander Clouter: "Re: netmeeting my host receives no video"
- In reply to: Smitty: "How to disable logging of certain packets"
- Next in thread: Smitty: "Re: How to disable logging of certain packets"
- Reply: Smitty: "Re: How to disable logging of certain packets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|