Greetings,
   I am trying to configure ntopng on ubuntu 14.04.  The server has two
NICs that are in a transparent bridge.  My goal is to insert this box
between our network and our vendor managed router (WAN link).

/etc/network/interfaces:
auto lo eth0 eth1
iface lo inet loopback

iface eth0 inet manual
iface eth1 inet manual

iface br0 inet static
   address 1.28.178.238
   broadcast 1.28.178.255
   netmask 255.255.255.224
   gateway 1.28.178.226
   up route add -net 10.1.0.0 netmask 255.255.255.0 gw 1.28.178.225
   bridge_ports eth0 eth1
   bridge_stp on

however, when I visit:
https://1.28.178.238/ntop-bin/config_ntopng_instance.cgi
<https://ntop-bin/config_ntopng_instance.cgi>

The "interfaces" box only lists "collector only" Not eth0, eth1, or br0.

The dashboard does list eth0, eth1, and br0.

Am I dong something wrong?  Or should I be configuring the server and
ntopng differently?

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

Reply via email to