View previous topic :: View next topic |
Author |
Message |
mariourk l33t


Joined: 11 Jul 2003 Posts: 807 Location: Urk, Netherlands
|
Posted: Fri Jan 21, 2005 9:07 am Post subject: Monitoring networkload on a Gentoo-server form windows |
|
|
My boss wants to know what's going on on his network.
So, what I'm looking for is some server prog that I can run on the Gentoo-server (that acts
as router/gateway) that can be accessed from a windows computer.
I tried ntop, as far as I could see, this prog did what I wanted and could be accesses with
a browser. Unfortunately, no matter what I try, I can't get a connetion with a browser to
the ntop-port.
So if someone knows a solution to this or a good alternative, Iam very glad to hear.
Thanks!  |
|
Back to top |
|
 |
adaptr Watchman


Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Jan 21, 2005 10:27 am Post subject: |
|
|
Edit the ntop config and allow access from other addresses than just localhost.
Or you could use mrtg, which needs snmp setup on all devices you want to monitor, but once it runs it is very slick. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
 |
mariourk l33t


Joined: 11 Jul 2003 Posts: 807 Location: Urk, Netherlands
|
Posted: Fri Jan 21, 2005 11:11 am Post subject: |
|
|
adaptr wrote: | Edit the ntop config and allow access from other addresses than just localhost. |
What is the configuration file of ntop? This is all I have in /etc/ntop/
Code: |
etter.passive.os.fp.gz
ntop-cert.pem
oui.txt.gz
p2c.opt.table.gz
specialMAC.txt.gz
|
adaptr wrote: | Edit the ntop config and allow access from other addresses than just localhost.
Or you could use mrtg, which needs snmp setup on all devices you want to monitor, but once it runs it is very slick. |
Sounds cool, can you be more specific how to do that? A howto would be great!  |
|
Back to top |
|
 |
adaptr Watchman


Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Jan 21, 2005 11:22 am Post subject: |
|
|
What does
Code: | netstat -ltpn |grep ntop |
show you ?
IOW at what port does it listen and from what addresses does it accept connections ?
IIRC ntop has a built-in HTTP server so you could probably configure it... from ntop. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
 |
mariourk l33t


Joined: 11 Jul 2003 Posts: 807 Location: Urk, Netherlands
|
Posted: Fri Jan 21, 2005 11:48 am Post subject: |
|
|
netstat -ltpn |grep ntop, gives nothing.
It is really stupid but it seems ntop didn't run at all
Starting ntop did't give any errors so I didn't really thought about that...
Starting ntop without the init-scrip gives some weird errors, like this:
Code: |
**FATAL_ERROR** INITWEB: ssl binding problem - 'Permission denied'(13)
|
It seems getting ntop working is a bit more complex than I expected. Does someone
know some good docs/howto's that give some more light on this? |
|
Back to top |
|
 |
|