[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kernel logging iptables info to console



Hi
	I am using the following rules to log information about packets:

iptables -I INPUT -i ppp0 -m state --state INVALID,NEW -j LOG
--log-prefix "IPTABLES - NEW PACKETS: "  --log-level info
iptables -I FORWARD  -i ppp0 -m state --state INVALID,NEW -j LOG
--log-prefix "IPTABLES - NEW PACKETS: " --log-level info

The packets get written to /var/log/kern.log but they also get outputed
on the console. How can I stop the packets from appearing on the
console.

Thankyou

Charlie

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
 


-- 
To UNSUBSCRIBE, email to debian-firewall-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: