Re: iptables and syslog

2006-02-24 Thread Yann Lejeune
On 2006/02/23-23:07(+0100), Luis Fernando Llana Díaz wrote : > a couple of years ago I designed a firewall with iptables. I wrote some > rules of the kind: > iptables .. -LOG > The packages that mathed the rule were displayed in /var/log/syslog. Now I > have had to change the firewall, sinc

iptables and syslog

2006-02-23 Thread Luis Fernando Llana Díaz
Hello, a couple of years ago I designed a firewall with iptables. I wrote some rules of the kind: iptables .. -LOG The packages that mathed the rule were displayed in /var/log/syslog. Now I have had to change the firewall, since I had some errors I have written some rules like iptables -A

Re: iptables and syslog

2001-11-20 Thread Tim Moss
Apparently, on Mon, Nov 19, 2001 at 12:41:16PM +0100, Michael Hierweck wrote: > Hello everybody, > > I would like to log some paket I reject using iptables: > > > iptables -A mychain -j LOG --log-level warn > > But the messages are displayed on the current console. Switching warn to 4,7 > oder

Re: iptables and syslog

2001-11-19 Thread Jeff
Michael Hierweck, 2001-Nov-19 12:41 +0100: > Hello everybody, > > I would like to log some paket I reject using iptables: > > > iptables -A mychain -j LOG --log-level warn > > But the messages are displayed on the current console. Switching warn to 4,7 > oder debug does not help. > > I'm usin

iptables and syslog

2001-11-19 Thread Michael Hierweck
Hello everybody, I would like to log some paket I reject using iptables: iptables -A mychain -j LOG --log-level warn But the messages are displayed on the current console. Switching warn to 4,7 oder debug does not help. I'm using Woody and did not modify the syslog.conf by hand. Thans for yo