In the immortal words of "John Lee" <[EMAIL PROTECTED]>...
> i'm using a freebsd 4.10-stable server with 50 IP addresses.
> Is there any program i can install that will be able to tell me:
> 
> - how much bandwidth (ie. kbps) each individual IP is using?
> 
> trafcount seems to count total traffic only, any idea?

Try using the log functions of the ipfw system

ipfw add log ip from any to <ip address> 

an entry for each address would log all traffic to/from that address

Cheers

Tim


-- 
Tim Aslat <[EMAIL PROTECTED]>
Spyderweb Consulting
http://www.spyderweb.com.au
Phone: +61 0401088479
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to