개인적으로 리눅스라고 하면 래드햇만 써왔던 나에게 우분트는 너무나도 황홀한 OS 였다
본인은 데비안 계열로 알고 있다..
암튼 쓰면 쓸수록 푹푹… 빠져드는 우분트 …. Ntop을 설치 하여 쓸 일이 있어.. 사용하다..
Network Traffic Map 메뉴가 정상적으로 되지 않아 웹을 찾던중 다음을 찾았다.
혹시 본인 처럼 고생하는 분들에게 다음과 같은 정보를 제공한다.
How to install ntop (network monitoring utility)
Ntop is a network monitoring utility. You can monitor local devices as well as devices with Netflow output (like a Cisco router). It’s very easy to install too, open a terminal and type:
sudo apt-get install ntop
Now that it is installed, you have to do some basic setup. Once again, in the terminal, type:
sudo ntop
You will be asked for a password, and then to confirm the password. This will be the admin password for the ntop web interface. Next, we want to install “Dot”, which is a part of the “Graphviz” package:
sudo apt-get install graphviz
Now, again in the terminal type:
sudo /etc/init.d/ntop start
Thats it! ntop is running! Try browsing to http://127.0.0.1:3000 to get started. You will have to add the path to dot to the ntop configuration.
Admin -> Configure (Enter admin user/pass) -> Preferences
At the bottom add a new preference:
dot.path /usr/bin/dot
You should now have a network map for the local interface under IP -> Local -> Network Traffic Map
Visit http://www.ntop.org/ for more information.