can you please send me
- the output of "ifconfig -a"
# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:XX:XX:XX:XX:6b
          inet addr:XX.XX.XX8.100  Bcast:XX.XX.XX9.255  Mask:255.255.254.0
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:86014363 errors:0 dropped:1570 overruns:0 frame:0
          TX packets:4222131 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:111069959667 (111.0 GB)  TX bytes:1332851812 (1.3 GB)

eth1      Link encap:Ethernet  HWaddr 00:YY:YY:YY:YY:6d
          inet addr:YY.YY.YY.100  Bcast:YY.YY.YY.255  Mask:255.255.255.0
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:43287843 errors:0 dropped:2619 overruns:0 frame:0
          TX packets:4374048 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:52473702699 (52.4 GB)  TX bytes:727051729 (727.0 MB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:169279 errors:0 dropped:0 overruns:0 frame:0
          TX packets:169279 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:27516061 (27.5 MB)  TX bytes:27516061 (27.5 MB)

-  "netstat -na|grep 3000"  # netstat -naptu | grep -e 3000
There is no other service running on port 3000 udp or tcp.


_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to