个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
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: 在安装下列包前包证你的系统能正常工作.'''
+
'''NOTE: The below installation instructions are for an outside packageThis can potentially cause problems with your system.'''
  
可以从下列Debian网站下这个.deb : [http://ftp.us.debian.org/debian/pool/main/n/ntop/ntop_3.0-5_i386.deb Ntop]
+
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]
  
安装这个包:
+
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>
  
 +
If you are using Ubuntu 7.04, you can just type the following to install it (make sure you enable the Universe and Multiverse repositories):
 +
[https://help.ubuntu.com/7.04/add-applications/C/extra-repositories.html]
 +
 +
<pre><nowiki>
 +
sudo apt-get install ntop -y
 
</nowiki></pre>
 
</nowiki></pre>
  
==配置 ==
+
 
配置NTOP要重新设置他的管理员密码
+
== Configuration ==
 +
When first installing & configuring the ntop application you need to set an admin password.
  
 
<pre><nowiki>
 
<pre><nowiki>
第61行: 第68行:
 
</nowiki></pre>
 
</nowiki></pre>
  
然后重起这个服务
+
restart the service with
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ntop -u ntop -d
 
sudo ntop -u ntop -d
第67行: 第74行:
  
 
== Access ==
 
== Access ==
查看你的网络状态从下列的WEB网页:
+
To access your network statistics via the web visit the web address:
  
http://localhost:3000
+
[http://localhost:3000]
  
 
== Links ==
 
== Links ==

2007年11月21日 (三) 18:27的版本



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)

Installation

Packages needed for installation are:

ntop

NOTE: The below installation instructions are for an outside package. This can potentially cause problems with your system.

If you want the latest version you can get the .deb package from the Debian site here: Ntop

You can install the latest package (if downloaded from the link above) using:

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

If you are using Ubuntu 7.04, you can just type the following to install it (make sure you enable the Universe and Multiverse repositories): [1]

sudo apt-get install ntop -y


Configuration

When first installing & configuring the ntop application you need to set an admin password.

sudo ntop --set-admin-password

restart the service with

sudo ntop -u ntop -d

Access

To access your network statistics via the web visit the web address:

[2]

Links

[3]