Ntopng 0.8.12
-
Not sure if anyone has noticed yet, with the latest version of ntopng, the enc0 interface seems to be available under the interfaces pull down.
However its not an option in the pfSense ntopng General Options Interfaces section.
Also it doesn't seem to collect any sort of VPN data.
-
Found an issue with the command line that caused problems.
I submitted a patch to github that will hopefully be merged.
https://github.com/pfsense/FreeBSD-ports/pull/519
You can also download and install the System_Patches package and add a new patch pointing to url https://github.com/pfsense/FreeBSD-ports/pull/519.diff
Set the strip count to 4 , Save it, Fetch, then Apply it.
All you need to do then is go back to the ntopng settings and resave it. The service should restart and everything will be back to normal.
-
Does your patch remove it or actually enable ntopng to collect date from enc0 ?
-
It removes it.
Basically the new ntopng removed the ability to disable alerts via the command line, so if you had that option checked in the ntop settings, it would cause everything else to act up.
The interfaces you chose and the local networks would be ignored.
This patch just removes the command line flag from being generated.