个人工具

“UbuntuHelp:Ntop”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
Configuration
Installation
第36行: 第36行:
 
(In human-readable, this means you can very comprehensively monitor your network traffic, connections & bandwidth via a web output)
 
(In human-readable, this means you can very comprehensively monitor your network traffic, connections & bandwidth via a web output)
  
== Installation ==
+
== 安装 ==
Packages needed for installation are:
+
你必须安装下列的包:
  
 
<pre><nowiki>
 
<pre><nowiki>
第43行: 第43行:
 
</nowiki></pre>
 
</nowiki></pre>
  
'''NOTE: The below installation instructions are for an outside packageThis can potentially cause problems with your system.'''
+
'''NOTE: 在安装下列包前包证你的系统能正常工作.'''
  
If you want the latest version you can get the .deb package from the Debian site here: [http://ftp.us.debian.org/debian/pool/main/n/ntop/ntop_3.0-5_i386.deb Ntop]
+
可以从下列Debian网站下这个.deb : [http://ftp.us.debian.org/debian/pool/main/n/ntop/ntop_3.0-5_i386.deb Ntop]
  
You can install the latest package (if downloaded from the link above) using:
+
安装这个包:
  
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg -i ntop_3.0-5_i386.deb
 
sudo dpkg -i ntop_3.0-5_i386.deb
 +
 
</nowiki></pre>
 
</nowiki></pre>
  

2007年9月4日 (二) 14:02的版本



Ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the IP (Internet Protocol) and Fibre Channel (FC) traffic generated by each host. The traffic is sorted according to host and protocol. Protocols (user configurable) include:

        • TCP/UDP/ICMP
        • (R)ARP
        • IPX
        • DLC
        • Decnet
        • AppleTalk
        • Netbios
        • TCP/UDP

o FTP

o HTTP

o DNS

o Telnet

o SMTP/POP/IMAP

o SNMP

o NFS

o X11

        • Fibre Channel

o Control Traffic - SW2, GS3, ELS

o SCSI

(In human-readable, this means you can very comprehensively monitor your network traffic, connections & bandwidth via a web output)

安装

你必须安装下列的包:

ntop

NOTE: 在安装下列包前. 包证你的系统能正常工作.

可以从下列Debian网站下这个.deb 包: Ntop

安装这个包:

sudo dpkg -i ntop_3.0-5_i386.deb

配置

配置NTOP要重新设置他的管理员密码

sudo ntop --set-admin-password

然后重起这个服务

sudo ntop -u ntop -d

Access

查看你的网络状态从下列的WEB网页:

http://localhost:3000

Links

[1]