RE: [suse-security] IPTables - Logging
28 Nov
2001
28 Nov
'01
12:31
I still don't know how to log traffic on a specific interface ( eg eth0 )
Well, RTFM. ;-) http://netfilter.samba.org/unreliable-guides/ And try the following: iptables -A INPUT -i eth0 -j LOG iptables -A FORWARD -i eth0 -j LOG iptables -A FORWARD -o eth0 -j LOG iptables -A OUTPUT -o eth0 -j LOG HTH Tobias
8452
Age (days ago)
8452
Last active (days ago)
0 comments
1 participants
participants (1)
-
Reckhard, Tobias