ntop
参数s:
[@filename]
[-a|--access-log-file ]
[-b|--disable-decoders]
[-c|--sticky-hosts]
[-e|--max-table-rows]
[-f|--traffic-dump-file file>]
[-g|--track-local-hosts]
[-h|--help]
[-j|--create-other-packets]
[-l|--pcap-log ]
[-m|--local-subnets ]
[-n|--numeric-ip-addresses]
[-o|--no-mac]
[-p|--protocols ]
[-q|--create-suspicious-packets]
[-r|--refresh-time ]
[-s|--no-promiscuous]
Browsing the archives for the ntop tag
FreeBSD上的网络监控软件ntop的安装步骤如下: 1、将相关的ports升级。(cvsup或其他方式如Sub....等); 2、安装ntop #cd /usr/ports/net/ntop #make install clean #rehash 3、安装完成后,可以手工启动 ntop。即输入ntop,运行即可。 如果是第一次启动ntop,系统会提示,输入admin的口令; 或在/etc/rc.conf文件中加入 ntop_enable="YES" 自动启动ntop; 4 、设置密码 /usr/local/bin/ntop -u nobody -A 输入查看密码 以进程服务形式启用ntop /usr/local/bin/ntop -u nobody -d 5、此时可以用netstat -an 或 netstat -an |grep 3000 查看3000的端口在监听; 6、在浏览器中,输入http://*.*.*.* :3000既可以进入相应的ntop网络管理监控界面。