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
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
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
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
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