个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
Configuration
 
(未显示3个用户的6个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Ntop}}
 
{{From|https://help.ubuntu.com/community/Ntop}}
 
{{Languages|UbuntuHelp:Ntop}}
 
{{Languages|UbuntuHelp:Ntop}}
 
 
 
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:
 
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
**** TCP/UDP/ICMP
+
* (R)ARP
**** (R)ARP
+
* IPX
**** IPX
+
* DLC
**** DLC
+
* Decnet
**** Decnet
+
* [[UbuntuHelp:AppleTalk|AppleTalk]]
**** AppleTalk
+
* Netbios
**** Netbios
+
* TCP/UDP
**** TCP/UDP
+
 
o FTP
 
o FTP
 
 
o HTTP
 
o HTTP
 
 
o DNS
 
o DNS
 
 
o Telnet
 
o Telnet
 
 
o SMTP/POP/IMAP
 
o SMTP/POP/IMAP
 
 
o SNMP
 
o SNMP
 
 
o NFS
 
o NFS
 
 
o X11
 
o X11
 
+
* Fibre Channel
**** Fibre Channel
+
 
o Control Traffic - SW2, GS3, ELS
 
o Control Traffic - SW2, GS3, ELS
 
 
o SCSI
 
o SCSI
 
 
(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 ==
 
== Installation ==
 
Packages needed for installation are:
 
Packages needed for installation are:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
ntop
 
ntop
 
</nowiki></pre>
 
</nowiki></pre>
 
+
You can just type the following to install it (make sure you enable the Universe repositories):
'''NOTE: The below installation instructions are for an outside package.  This can potentially cause problems with your system.'''
+
[https://help.ubuntu.com/7.10/add-applications/C/extra-repositories.html]
 
+
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 apt-get install ntop -y
 
</nowiki></pre>
 
</nowiki></pre>
 
+
== Configuration ==
==配置 ==
+
When first installing & configuring the ntop application you need to set an admin password.
配置NTOP要重新设置他的管理员密码
+
 
+
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ntop --set-admin-password
 
sudo ntop --set-admin-password
 
</nowiki></pre>
 
</nowiki></pre>
 
+
restart the service with
然后重起这个服务
+
 
<pre><nowiki>
 
<pre><nowiki>
sudo ntop -u ntop -d
+
/etc/init.d/ntop restart
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Access ==
 
== Access ==
查看你的网络状态从下列的WEB网页:
+
To access your network statistics via the web visit the web address:
 
+
[http://localhost:3000]
http://localhost:3000
+
 
+
 
== Links ==
 
== Links ==
 
[http://www.ntop.org/]
 
[http://www.ntop.org/]
 
+
----
[[category:CategoryDocumentation]]
+
[[category:CategoryNetworking]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:15的最新版本


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

You can just type the following to install it (make sure you enable the Universe 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

/etc/init.d/ntop restart

Access

To access your network statistics via the web visit the web address: [2]

Links

[3]