Ms7 Search
Google 搜尋 翻譯
calendar
« 四月 2025 »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
近期文章
文章分類
網站連結
Syndicate

« | »

網路監看 ntop3.3 安裝

2008-02-26 @ 20:16 in Linux

在安裝 ntop3.3 時一直無法成功,後來在阿濤的blog找到安裝方法,原則上大部分是用 yum 安裝 rpm 檔,只有 ntop3.3 用 tgz 檔,自己編輯,做法如下:

  1. tar zxvf ntop-3.3.tar.gz
  2. cd ntop-3.3
  3. ./autogen.sh  (有顯示任何 error ,就用 yum 安裝缺的 rpm,如果 yum找不到,就到 www.rpmfind.net 去找,然後用 rpm 安裝,在重覆執行 ./autogen.sh 直到成功,沒有 error
  4. make
  5. make install
  6. cp packages/RedHat/ntop.conf.sample /etc/ntop.conf
    cp packages/RedHat/ntop.init /etc/init.d/ntop
    chkconfig --add ntop
  7. 因為是自己 complier ,所以 ntop 在 /usr/local/bin ,所以必須將 /etc/init.d/ntop 內的 /usr/bin/ntop 改成 /usr/local/bin/ntop 如下vi /etc/init.d/ntop
    prog="/usr/local/ntop/bin/ntop"
    pids=`ps axf | grep '\/usr\/local\/ntop\/bin\/ntop' | awk '{ printf(" %s", $1) }; END { print "" }'`
  8. 設定一下conf 檔,就ok了

    vi /etc/ntop.conf

    --db-file-path /var/log/ntop

    --interface eth0

    -m 172.21.41.0/24

    --trace-level 3

    --http-server 3000

  9. 因為裝 ntop 是想要查看學校 cisco3750 ,而事前也請市網廖老師將 3-20  port  mirror 到  21  port,可是如果將主機直接插在 21 port 則無法連到主機,後來請教市網廖老師才知道是要多插一塊網卡,不要設ip,然後將那塊卡插在 21 port 就好了,但是要記得如果那片卡是 eth1 ,那麼 /etc/ntop.conf 內的 -interface eth0 要改成 -interface eth1 監看 eth1 才可以,大致上這樣就可用了
  10. 再來就要開始研究 ntop 的使用了

迴響

網路監看 ntop3.3 安裝 | 豬窩

Can I just say what a comfort to discover someone who actually knows what they are talking about over the internet.
You certainly understand how to bring a problem to light and make it important.
A lot more people ought to check this out and understand
this side of your story. I can't believe you're not more popular given that
you surely possess the gift.

作者 website host @ 01:34, 2020-08-07

網路監看 ntop3.3 安裝 | 豬窩

naturally like your website however you need to check the spelling on quite a few
of your posts. Several of them are rife with spelling
issues and I to find it very bothersome to tell the reality
on the other hand I will surely come back again.

作者 website hosting @ 17:05, 2020-08-07

網路監看 ntop3.3 安裝 | 豬窩

Just desire to say your article is as astonishing.
The clarity to your post is just nice and i could think you are an expert on this subject.
Well with your permission allow me to take hold of your RSS feed to keep updated with approaching post.
Thank you one million and please keep up the rewarding work.

作者 website hosting @ 10:54, 2020-08-14

網路監看 ntop3.3 安裝 | 豬窩

Hello! I know this is somewhat off topic but I was wondering
which blog platform are you using for this site? I'm getting tired of Wordpress because I've had issues with hackers and
I'm looking at options for another platform. I would be fantastic
if you could point me in the direction of
a good platform.

作者 web hosting services @ 12:03, 2020-08-14

網路監看 ntop3.3 安裝 | 豬窩

There's definately a lot to learn about this topic.
I really like all of the points you made.

作者 website host @ 17:41, 2020-08-14
«上一篇   1 2 3 4
發表迴響
 authimage