Response to Re: Appears on Console?

Herminio herminio@home.com
Sat, 27 Oct 2001 13:12:53 -0400


netfilter-request@lists.samba.org wrote:

>Send netfilter mailing list submissions to
>	netfilter@lists.samba.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.samba.org/listinfo/netfilter
>or, via email, send a message with subject or body 'help' to
>	netfilter-request@lists.samba.org
>
>You can reach the person managing the list at
>	netfilter-admin@lists.samba.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of netfilter digest..."
>
>
>Today's Topics:
>
>   1. Re: iptables 1.2.4 (Harald Welte)
>   2. tftp troubles (John Duino)
>   3. Re: Max number of rules. (Brad Chapman)
>   4. "NET: 20 messages surpressed" - Appears on Console? (Costa, Todd (DMH))
>   5. Re: 20 messages surpressed" - Appears on Console? (Tommy Lacroix)
>   6. Port Forwarding (Jon Coulter)
>   7. Can't SSH from masqued box to gateway (Rickard Andersson)
>   8. Re: syslogd and netfilter (Pontus Edvardsson)
>   9. Re: syslogd and netfilter (Alex)
>  10. Re: syslogd and netfilter (Justin Michael)
>  11. (no subject) (gcarcano@libero.it)
>  12. SNAT of local connections (gcarcano@libero.it)
>
>--__--__--
>
>Message: 1
>Date: Fri, 26 Oct 2001 21:38:19 +0200
>From: Harald Welte <laforge@gnumonks.org>
>To: Richard Gooch <rgooch@atnf.csiro.au>
>Cc: netfilter@lists.samba.org
>Subject: Re: iptables 1.2.4
>
>On Fri, Oct 26, 2001 at 03:44:41PM +1000, Richard Gooch wrote:
>
>>  Hi, all. After a long time using iptables-1.1.2, I decided to try
>>out iptables-1.2.4 released recently. Unfortunately, it doesn't work
>>with my 2.4.14-pre2 kernel. I get:
>># iptables -L
>>Chain INPUT (policy ACCEPT)
>>target     prot opt source               destination         
>>iptables: target `standard' v1.1.2 (I'm v1.2.4).
>>
>>Looking at the INSTALL file and the What's Changed page, there's no
>>hint as to further requirements. I guess that one of the patches in
>>patch-o-matic is required. It would be good to have that documented.
>>
>
>Nothing is required. Your iptables binary (1.2.4) is running with plugins
>version 1.1.2. please check your LIBDIR / IPT_LIB_DIR at compile time
>respectively the .so files in /usr/local/lib/iptables and /usr/lib/iptables.
>
>>Also, it would be good to know which of the patches are required. Can
>>someone tell me? Perhaps that should be documented too...
>>
>
>nothing required.
>
>>				Regards,
>>					Richard....
>>
>
If you look at the file /etc/syslog.conf (on RedHat Linux, at least) 
there is an entry that reads:

kern.*                            /dev/console

The line above is saying "Kernel.*(any) messages redirect to 
/dev/console".  Put the # in front of it to comment it out, so it looks 
like this:

# kern.*                            /dev/console

This might work.

****  Herminio