From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michele Petrazzo - Unipex srl Subject: bytes count question Date: Thu, 15 Mar 2007 15:56:41 +0100 Message-ID: <45F95EA9.3030201@unipex.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hi list, I'm making some test for see "how many traffic" create an IP, so, into the gateway, I create a chain, add a rule so all the traffic go through it, and here accept all the traffic. After, from that IP, I download a file that has 1 MB and I control with a "iptables -nxvL my_chain" what number are on the "bytes" columns, but with a big surprise, I see 60000. What're this number? I thought to find something like 1048000 (or similar)! I'm missing something? Thanks, Michele