This is my installing steps. 1. /usr/port/net/ntop make install clean
2. chown -R nobody /usr/local/share/ntop chgrp -R nobody /usr/local/share/ntop 3. ntop -A (input passwd) 4. /usr/local/bin/ntop -d -L -4 --set-pcap-nonblocking -i de0 -w 3000 -W 3001 -a /var/log/ntop.access.log -u nobody 5. netstat -a|grep ntop tcp4 0 0 *.ntop *.* LISTEN 6. use browser(I.E.) to access http://$hostname:3000/ can't get any message back 7. I use xinetd to start ntop I edit /usr/local/etc/xinetd.d/ntop #/usr/local/etc/xinetd.d/ntop service ntop { disable = no socket_type = stream wait = no user = nobody server = /usr/local/bin/ntop server_args = -d -L -4 --set-pcap-nonblocking -i de0 -w 3000 -a /var/log/ntop.access.log log_on_success += DURATION HOST USERID } 8. use browser(I.E.) to access http://$hostname:3000/ get message like following: Please enter the root password: I have run ntop2.2 successfully on FreeBSD Can anyone help me , this problem bother me. Thank you very much. Jang ----------------------------------------------------------------- 每天都 Yahoo!奇摩 海的顏色、風的氣息、愛你的溫度,盡在信紙底圖 http://tw.promo.yahoo.com/mail_premium/stationery.html _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
