On 14 Nov 2002, Sam Steingold wrote:
> my /var/log/messages is huge because it logs each and every packet:
>
> Nov 14 21:20:36 xxxx kernel: Packet log: input ACCEPT eth0 PROTO=6 ...
>
> how do I turn this off?

The Drastic Way is "/etc/init.d/iptables stop" or "ipchains stop"

did you happen to configure a firewall yourself?

But the best solution is to figure out where your firewall is configured,
and comment any references in the script to logging:

 # iptables -A INPUT -i $INTERNET -f -j LOG --log-prefix "LOG: "

look in your /var/log/boot.log for references to ipchains, iptables, or
firewalls.

-- 
\ \/ / _       |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|    a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to