Ntop and port 3000

Just installed Ntop. Seems to work well as localhost:3000, but from another network machine cannot seem to connect to port 3000 per following http://192.168.1.1:3000. 1.1 being the machine Ntop is installed on.

Have opened TCP and UDP ports 3000 in the Firewall, but doesn’t seem to make a difference. Even took the firewall down and brought it back up with no effect.

Suggestions please.

Alison

Is ntop perhaps configured out of the box to only listen on localhost for security reasons? Do this:

netstat -atnp | grep 3000

If the output contains 127.0.0.1:3000 that would be it, and you would have to look at ntop’s configuration file.

Does to. Thanks. Will investigate further.

Alison