All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Remigiusz Kosztowny" <kacza@alfa-system.pl>
To: linux-admin@vger.kernel.org
Subject: Re: COUNTING in FORWARD.
Date: Thu, 12 Dec 2002 16:50:52 +0100	[thread overview]
Message-ID: <004301c2a1f6$3ffa9a10$bea83050@kacza> (raw)
In-Reply-To: 003301c2a1f4$91578780$bea83050@kacza

[...]
> [root@bridge root]# iptables -xvnL FORWARD | head -n 3
> Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
>        0        0 get-http   tcp  --  *      eth1    0.0.0.0/0
> xx.xx.xx.0/24     tcp spt:80
>        0        0 put-http   tcp  --  *      eth0    xx.xx.xx.0/24
> 0.0.0.0/0          tcp dpt:80
Sorry for my mistake. Should be:

[root@bridge root]# iptables -xvnL FORWARD | head -n 4
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts      bytes target     prot opt in     out     source
destination
       0        0 get-http   tcp  --  *      eth1    0.0.0.0/0
80.48.168.0/24     tcp spt:80
       0        0 put-http   tcp  --  *      eth0    80.48.168.0/24
0.0.0.0/0          tcp dpt:80
pkts and bytes are equal zero, why? In 2.4.19 it's OK, in 2.4.20 not.



      reply	other threads:[~2002-12-12 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-12 15:38 COUNTING in FORWARD Remigiusz Kosztowny
2002-12-12 15:50 ` Remigiusz Kosztowny [this message]

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='004301c2a1f6$3ffa9a10$bea83050@kacza' \
    --to=kacza@alfa-system.pl \
    --cc=linux-admin@vger.kernel.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.