个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Ntop}} {{Languages|UbuntuHelp:Ntop}} Ntop shows the current network usage. It displays a list of hosts that are currently using the network and ...)
 
 
(未显示3个用户的9个中间版本)
第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 ==
 
== 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
+
/etc/init.d/ntop restart
 
</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: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]