* Problem with ULOG
@ 2003-03-11 11:06 hare ram
0 siblings, 0 replies; only message in thread
From: hare ram @ 2003-03-11 11:06 UTC (permalink / raw)
To: netfilter
Hi all
Iam setting up a Bridge in my campus
and try to log using ULOG to mysql
Bridge setup working fine, but iam not able to Log using Ulog to mysql
when i try to use this script iam able to log with interface oob_in oob_out
called in database br0
$IPTABLES -F
$IPTABLES -F -t nat
$IPTABLES -F -t filter
$IPTABLES -I INPUT -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "EXT_IN"
$IPTABLES -I OUTPUT -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "EXT_OUT"
$IPTABLES -I FORWARD -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "FORWARD"
----
when i use
$IPTABLES -F
$IPTABLES -F -t nat
$IPTABLES -F -t filter
$IPTABLES -I INPUT -i eth1 -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "EXT_IN"
$IPTABLES -I OUTPUT -o eth1 -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "EXT_OUT"
$IPTABLES -I INPUT -i eth0 -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "INT_IN"
$IPTABLES -I OUTPUT -o eth0 -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "INT_OUT"
$IPTABLES -I FORWARD -j ULOG --ulog-nlgroup 1 --ulog-cprange 48 \
--ulog-qthreshold 50 --ulog-prefix "FORWARD"
iam not able to see the interface traffic at all, its only capturing the br0
interface only
any help will be greate
hare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-11 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-11 11:06 Problem with ULOG hare ram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox