On Wed, Dec 3, 2014 at 9:45 AM, Ruben De Baets <[email protected]> wrote:

> Hello,
>
>
Hi!


> I'm trying ntopng out, but I don't manage to poll more then one interface
>
> The commands i tried :
>     ./ntopng -i eth1 -i eth2              -> only eth2 is monitored
>     ./ntopng --interface=eth1 --interface=eth2 -> only eth2 is monitored
>     ./ntopng --interface=eth1,eth2    -> ntopng tries to monitor
> interface "eth1,eth2", which does not exist.
>
> What am I doing wrong?
>
>
I seem to be able to monitor multiple interfaces by using the -i switch
multiple times.
E.g.
# ./ntopng -i enp0s25 -i wlp3s0
<snip>
03/Dec/2014 09:55:49 [NetworkInterface.cpp:858] Started packet polling on
interface enp0s25 [id: 3]...
03/Dec/2014 09:55:49 [NetworkInterface.cpp:858] Started packet polling on
interface wlp3s0 [id: 8]...
# ./ntopng -i enp0s25 -i lo -i wlp3s0
<snip>
03/Dec/2014 09:59:57 [NetworkInterface.cpp:858] Started packet polling on
interface enp0s25 [id: 3]...
03/Dec/2014 09:59:57 [NetworkInterface.cpp:858] Started packet polling on
interface lo [id: 4]...
03/Dec/2014 09:59:57 [NetworkInterface.cpp:858] Started packet polling on
interface wlp3s0 [id: 8]...

I am using ntopng v.1.2.2 (SVN r1.2.2). Which version are you using?

Thanks,
Arianna


Kind regards,
> Ruben De Baets
>
> _______________________________________________
> Ntop mailing list
> [email protected]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>



-- 
/*
 * Arianna Avanzini
 * [email protected]
 * http://ava.webhop.me
 */
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to