On Jan 16, 2008 2:05 PM, Duane Morris <[EMAIL PROTECTED]> wrote: > Running on CentOS 5. I have two nics on the same network, eth0 with an IP > address plugged in network switch and eth1 without IP address plugged into > hub sitting between switch and firewall. I'm running ntop against eth1, > it's getting traffic, but when I click summary, then hosts I get an empty > page. Summary Traffic, Network Flows all work. Under All protocals all > selections are empty. > > Missing something??? Why are the pages empty except for Summary Traffic. > > ntop -i eth1 -u root -d > > Thanks
I'm running two NICs also, but under FreeBSD and in a slightly different configuration. I have the numbered NIC on one subnet, and the unnumbered NIC on a mirror port in a separate switch in a subnet between the firewall and our backbone switch. If it helps, here's a snippet from my /etc/rc.conf file. Note that rl0 is a Realtek NIC, and that fxp0 is an Intel NIC. ifconfig_rl0="inet 192.168.24.239 netmask 255.255.255.0" ifconfig_fxp0="up" ntop_enable="YES" ntop_flags="-d -u ntop -P /home/ntop/databases -K -L -t 4 -o -i fxp0 -w 192.168.24.239:3000 -W 0 -D zetron.com -L" I have to wonder if you've told ntop to monitor the unnumbered NIC (the -i parameter) Kurt _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
