Hi ... I just wanted to share this, if someone will have similiar problems ...
I had two problems with buliding ntop-2.1.3 on Slackware Linux 8.1. I tried to build ntop on different computers, using clean-install of slack 8.1 and the patched one ... 1: BUILD-NTOP.txt mentions ./configure; make; make install to build ntop. I had to use ntop/autogen.sh, since no configure script is present. 2: when running autogen.sh make throws an error: no -lgd. I had to add "-L/..../gdchart0.94c/gd-1.8.3" before -lgd to LIBS and MORELIBS vars in /ntop/Makefile. That seemed to help ... Since I'm not too experienced with compiling on linux, I don't know why this happened and if I'm doing the right thing to fix it. Any comments? Oh and I have a question: I'm running ntop on my gateway, which is connected to the internet with ADSL. I have two NICs in this computer: eth0 is connected to the ADSL modem and eth1, which is connected to local network. There's also an ppp0 interface (PPPoE). So to which interface should I bind ntop, if I want to monitor traffic comming to the router AND to the local net? I tried eth0 (which has no ip) -- ntop just lists some routers Are there any considerations using promiscous mode on ppp0 (I'd have to check that with my ISP ...) Regards, Rok ------------------- http://www.email.si _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
