[iptables] How to both DROP and LOG
From: Harry Putnam (reader@newsguy.com)Date: 05/18/02
- Next message: Luke Vogel: "Re: [iptables] How to both DROP and LOG"
- Previous message: Harry Putnam: "iptables DROP all, whats wrong here?"
- Next in thread: Luke Vogel: "Re: [iptables] How to both DROP and LOG"
- Reply: Luke Vogel: "Re: [iptables] How to both DROP and LOG"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Harry Putnam <reader@newsguy.com> Date: Sat, 18 May 2002 00:52:34 -0700
Can a single iptables rule be given that will both DROP and LOG attempted
connections?
Or must it be done like below?
iptables -I FORWARD -s $host -j DROP
iptables -I FORWARD -s $host -j LOG
- Next message: Luke Vogel: "Re: [iptables] How to both DROP and LOG"
- Previous message: Harry Putnam: "iptables DROP all, whats wrong here?"
- Next in thread: Luke Vogel: "Re: [iptables] How to both DROP and LOG"
- Reply: Luke Vogel: "Re: [iptables] How to both DROP and LOG"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]