Hello,
about half a week ago, I wrote the mail below to netfilter@, but
got no answers until now and even there is no answer in the
archive, so maybe you can help ne with this issue?
PS: I'm not on this list, please CC: me in replies...
thanks & regards,
Mario
----- Forwarded message from [EMAIL PROTECTED] -----
From: Mario 'BitKoenig' Holbe <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: iptables/sparc: packet-counter/statistics problems on sparc?
Holla,
i use iptables with kernel 2.4.14 on Sparc Architecture.
In all tables (not only filter as shown below, but also nat and
mangle) I can see big problems with all packet counters:
it seems they all have somehow random values.
To maybe describe this a bit more verbose, I added a little
iptables input/output cut'n'waste below.
Is this a known problem and is this maybe fixed in some later
iptables release/kernel? I didn't find anything about it in the
changelogs back since 1.2.2.
On a intel architecture, the counters are working well with
2.4.13 kernel and with 2.4.18 kernel.
Or do I miss some module again? Uh - I know, why I'm compiling this
stuff directly into the kernel on my own machines :)
And - it seems, this is not a 'client' problem. I compiled the
1.2.6a binaries (binaries only, not kernel) and they show the
same phantastic counters, so it seems, the counters are wrong
in the kernel.
rhenium:~ # iptables -nvL
Chain INPUT (policy ACCEPT 37 packets, 2740 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 1 packets, 44 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 20 packets, 2592 bytes)
pkts bytes target prot opt in out source destination
rhenium:~ # iptables -A INPUT
rhenium:~ # iptables -nvL
Chain INPUT (policy ACCEPT 8077341311G packets, 508 bytes)
pkts bytes target prot opt in out source destination
7 508 all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 758319G packets, 5066358641G bytes)
pkts bytes target prot opt in out source destination
rhenium:~ # iptables -A FORWARD
rhenium:~ # iptables -nvL
Chain INPUT (policy ACCEPT 7 packets, 508 bytes)
pkts bytes target prot opt in out source destination
8077341311G 508 all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT 758319G packets, 5066358641G bytes)
pkts bytes target prot opt in out source destination
0 0 all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 4 packets, 432 bytes)
pkts bytes target prot opt in out source destination
rhenium:~ #
thanks & regards,
Mario
--
<delta> talk softly and carry a keen sword
----- End forwarded message -----