iptables -N firewall
iptables -A firewall -m limit --limit 15/minute -j LOG
--log-prefix "/var/log/firewall"
iptables -A firewall -j DROP
And the dir /var/log/firewall excist.
It has worked before this way.


 --- Gordon Messmer <[EMAIL PROTECTED]> skrev: >
Again:  you weren't hacked, you're just using the
> option wrong.
> 
> Post the command you're trying to use this time and
> the error message it
> prints, and we can help you figure out exactly
> what's wrong.
> 
> 
> On Mon, 2002-10-21 at 06:44, linux power wrote:
> > No I get invalid --log-level
> > There is something wrong with the -j LOG
> statement.I
> > dont accept any options.
> > It became like this after I think I got hacked.
> > 
> > 
> > 
> >  --- Vaughan Roberts <[EMAIL PROTECTED]> skrev:
> >
> > This is what I use to get kernel logging turned on
> > > in iptables:
> > > iptables -A INPUT -m limit --limit 3/minute
> > > --limit-burst 3 -j LOG --log-level notice
> > > --log-prefix "Netfilter in: "
> > > 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

=====
http://home.no.net/~knutove/knut_ove_hauge_kuren.htm

______________________________________________________
Se den nye Yahoo! Mail på http://no.yahoo.com/
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok



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