Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2002 16:50:03 -0700 (PDT)
From:      "james brown" <jbsd@syndicate.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/37602: netstat -i -b does not count outgoing packets for ip aliases
Message-ID:  <200205132350.g4DNo3B10130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/37602; it has been noted by GNATS.

From: "james brown" <jbsd@syndicate.net>
To: "Crist J. Clark" <cjc@FreeBSD.ORG>,
	FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: bin/37602: netstat -i -b does not count outgoing packets for ip aliases
Date: Mon, 13 May 2002 16:45:04 -0700 (PDT)

 > It doesn't make a lot of sense to track outgoing packets by source IP
 > address on an interface. The destination IP address determines which
 
 i think in our situation it does make sense.  here is our setup:
 
 - a single network interface.
 
 - multiple ip address aliases on that interface.
 
 - multiple http and ftp daemons bound to those ip addresses.
 
 we want to measure the network traffic for each ip address using 
 netstat -i -b in order to get statistics on how much traffic is moving 
 in and out of these daemons.
 
 > If you are playing with ipfw(8) accounting, you can see this by adding
 > rules like,
 
 i am aware that we can count bytes using ipfw accounting but this only 
 produces the total in/out combined.  we were hoping to use netstat 
 because it displays in and out separately.
 
 the bottom line is netstat -i -b does not appear to be working properly 
 for ip aliases, this is why i submitted the gnats report.
 
 thank you,
 james
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205132350.g4DNo3B10130>