个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第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
+
* 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>
+
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>
 
<pre><nowiki>
 
sudo apt-get install ntop -y
 
sudo apt-get install ntop -y
 
</nowiki></pre>
 
</nowiki></pre>
 
 
 
== Configuration ==
 
== Configuration ==
 
When first installing & configuring the ntop application you need to set an admin password.
 
When first installing & configuring the ntop application you need to set an admin password.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ntop --set-admin-password
 
sudo ntop --set-admin-password
 
</nowiki></pre>
 
</nowiki></pre>
 
 
restart the service with
 
restart the service with
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ntop -u ntop -d
 
sudo ntop -u ntop -d
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Access ==
 
== Access ==
 
To access your network statistics via the web visit the web address:
 
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:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:52的版本


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

sudo ntop -u ntop -d

Access

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

Links

[3]