From: Rakotomandimby Mihamina <mrakotom@free.fr>
To: netfilter@lists.netfilter.org
Subject: Iptables LOG
Date: Thu, 25 Dec 2003 12:25:12 +0100 [thread overview]
Message-ID: <200312251225.12203.mrakotom@free.fr> (raw)
Hi every one :-)
I'm using :
kernel 2.4.23
iptables 1.2.8
a ppp connection .
into my kernel conf , i have enabled iptables LOG
(
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
)
I try to have iptables logs into a file .
I search and i found this to make it works :
http://lists.netfilter.org/pipermail/netfilter/2003-September/046667.html
What i made is :
#1 give this iptables rule
iptables -A INPUT -j LOG --log-level debug --log-prefix "iptables_rktmb : "
#2 modifying /etc/syslog.conf
[...]
*.info;*.!warn;kern.!=debug;\
authpriv.none;cron.none;mail.none;news.none -/var/log/messages
[...]
*.=debug /var/log/debug
#3 killall -HUP syslogd
But IT DOES NOT want to work ... i have nothing into /var/log/debug execpt my
pppd logs ...
How should i manage it ? what did i miss please ? Help me . :-)
--
Rakotomandimby Mihamina Andrianifaharana
Tel : +33 2 38 76 43 65
http://stko.dyndns.info/site_principal/Members/mihamina
next reply other threads:[~2003-12-25 11:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-25 11:25 Rakotomandimby Mihamina [this message]
2003-12-25 20:00 ` Iptables LOG Stephen Smoogen
-- strict thread matches above, loose matches on Subject: below --
2003-06-10 17:05 iptables: log Markus Hochmann
2002-10-25 0:17 iptables log Sébastien Ferré
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200312251225.12203.mrakotom@free.fr \
--to=mrakotom@free.fr \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.