FreeBSD上的网络监控软件ntop安装运行

in 服务器类

freebsd-ntop

FreeBSD上的网络监控软件ntop的安装步骤如下:
1、将相关的ports升级。(cvsup或其他方式如Sub….等);
2、#cd /usr/ports/net/ntop
#make install clean
3、安装完成后,可以手工启动 ntop。即输入ntop,运行即可。如果是第一次启动ntop,系统会提示,输入admin的口令;
或在/etc/rc.conf文件中加入 ntop_enable=”YES” 自动启动ntop;
4、此时可以用netstat -an 或 netstat -an |grep 3000 查看3000的端口在监听;
5、在浏览器中,输入http://*.*.*.* :3000既可以进入相应的ntop网络管理监控界面。

入本地机,则输入http://127.0.0.1

:3000
0 Comments

Leave a Reply

You must be logged in to post a comment.

Using Gravatars in the comments - get your own and be recognized!

XHTML: These are some of the tags you can use: <a href=""> <b> <blockquote> <code> <em> <i> <strike> <strong>