We have an IPCop firewall/proxy installed in our network, and although I can use iftop to somewhat take a look at how the clients are using the Internet, is it possible to monitor it from outside the proxy with something like ntop?

Note that I'm not interested in LAN traffic, only traffic that goes to/from the Internet.

link|improve this question

74% accept rate
feedback

3 Answers

Have ntop kick out netflow data and you can get all sorts of fun reports.

http://www.ntop.org/netflow.html

http://www.networkuptime.com/tools/netflow/

Some people do just write their own flow parsers as well if you're into that sort of thing.

More information about netflow data:

http://www.manageengine.com/products/netflow/cisco-netflow.html http://www.computerperformance.co.uk/HealthCheck/netflow_monitoring.htm

link|improve this answer
would any of this solution work in a sonicwall enviornment? – Saif Khan May 14 '09 at 19:34
Which model sonicwall? – sparks May 14 '09 at 20:03
No NetFlow available :( – Ivan May 17 '09 at 23:38
feedback

We've used IPAudit http://ipaudit.sourceforge.net/. It could give you pretty granular info about outgoing/incoming bandwidth.

Here are some screenshots: enter image description here enter image description here

link|improve this answer
That looks handy, but I couldn't get it to play with gnuplot from Ubuntu 8.10 – Ivan May 18 '09 at 0:54
feedback
up vote 3 down vote accepted

I couldn't find something that wouldn't also mix LAN traffic, so I settled for IPTraf. I do have to use it from the firewall machine, but since it's a text program it's no big deal.

By using filters and named MACs, I can quickly take a look at Internet traffic.

I also found an interesting program called EtherApe. It graphs local network connections, check it out.

Another simple monitoring tool, BandwidthD.

Cacti looks interesting too, but too bloated for what I want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.