I'm trying to setup a master console for a few ntopng instances by
following the ntopng 1.2 user guide in section 6.2, however even when I
follow the man page for the remote nodes on how to setup a listening port I
get this error on the remote nodes:

Oct  6 16:42:51 bh-lab-ntop-701 ntopng: [ExportInterface.cpp:45] ERROR:
Unable to bind ZMQ endpoint "tcp://*:3701": Protocol not supported

my ntopng.conf:

root@bh-lab-ntop-701:/var/run# more /etc/ntopng/ntopng.conf
-m="10.0.0.0/8,132.206.0.0/16,132.216.0.0/16,142.157.0.0/16,172.16.0.0/12"
-G=/var/run/ntopng.pid
-A=2
-i=eth1
-x=512000
-X=512000
-l
-I "tcp://*:3701"

I also tried:
-I="tcp://*:3701"

... and this did not work either

This is from the man page:

-I|--export-flows
Export the expired flows on the specified endpoint. For instance supposing
to start ntopng on  host  1.2.3.4  as  ntopng  -I "tcp://*:3456",  it
 exports  flows on this endpoint so that you can create a hierarchy of
ntopng's. You can achieve that by starting a collector ntopng as ntopng -i
tcp://1.2.3.4:3456

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

Reply via email to