Re: Problem with IPTables Logging

2002-11-21 Thread Bret Hughes
On Thu, 2002-11-21 at 06:02, Amit Kumar Gupta wrote: > Hi List, > I went through a document available on the site :- > http://people.unix-fu.org/andreasson/iptables-tutorial/iptables-tutorial > .html > > I am having a problem in it. In the LOGGING section it is written that > if we write a comman

Problem with IPTables Logging

2002-11-21 Thread Amit Kumar Gupta
Hi List, I went through a document available on the site :- http://people.unix-fu.org/andreasson/iptables-tutorial/iptables-tutorial.html   I am having a problem in it. In the LOGGING section it is written that if we write a command as :-   Iptables –A FORWARD –p tcp –j LOG –loglevel

IPTables Logging question

2002-11-20 Thread Amit Kumar Gupta
Hi List, I am using Redhat 7.1 with 2.4.5 sources. I am having a problem reg logging of Iptables. Whenever i execute iptables command with LOG target, i get some messages in var/log/dmesg and /var/log/messages. (as given in syslog.conf file) I want that these messages should go to /var/log/iptab

RE: iptables Logging

2002-04-13 Thread Brian
PROTECTED] Subject: iptables Logging Hi there, Was wondering if there's a way to do logging of unknown ports/traffic while not logging those known ports? I've tried the following and all doesn't work, can anyone give me a correct solution ? -A INPUT -i eth0 -p tcp -m tcp ! --sport

iptables Logging

2002-04-13 Thread sixx
Hi there, Was wondering if there's a way to do logging of unknown ports/traffic while not logging those known ports? I've tried the following and all doesn't work, can anyone give me a correct solution ? -A INPUT -i eth0 -p tcp -m tcp ! --sport 22 --tcp-flags FIN,SYN,ACK -j LOG -A INPUT -i e