Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "hare ram" <hareram@sol.net.in>
To: netfilter@lists.samba.org
Subject: Problem with ULOG
Date: Tue, 11 Mar 2003 16:36:40 +0530	[thread overview]
Message-ID: <019501c2e7be$4b5bb8e0$13fcc5cb@Housecall> (raw)

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



                 reply	other threads:[~2003-03-11 11:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='019501c2e7be$4b5bb8e0$13fcc5cb@Housecall' \
    --to=hareram@sol.net.in \
    --cc=netfilter@lists.samba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox