-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NETFLOW] No data available for logical interfaces #1741
Comments
|
@fichtner Any help please? |
|
this may be a limitation of ng_netflow(4), see https://www.freebsd.org/cgi/man.cgi?query=ng_netflow |
|
it seems like the interface in netgraph is unnamed: May be this can be the problem. While searching further i saw that mpd5, which is used for pppoe session, support netflow configuration. But am unable to test as each time the configuration is erased by opnsense. |
|
you can add mpd.conf additions to https://github.com/opnsense/core/blob/master/src/etc/inc/interfaces.inc#L1438 it's /usr/local/etc/inc/interfaces.inc on the device |
|
Thanks. Added these two lines to interfaces.inc and restarted mpd5: But still no luck. |
|
Unfortunately I don't have a setup to test against. There was a netflow-related thread here: https://sourceforge.net/p/mpd/discussion/44693/thread/df7fc19b/ Possible naming here... http://mpd.sourceforge.net/doc5/mpd44.html#44 The overal documentation lacks, worst case we need to look at the source code to find out why it is not registering a reachable node name. |
|
And this: http://mpd.sourceforge.net/doc5/mpd34.html It looks like we could connect to the existing node by doing this: But again it's not very clear how the setup flow is. I remember @AdSchellevis spent a lot of time getting the system into a usable state. |
|
will try it and let you know |
Hello,
I configured the netflow so as to be able to view it with insight. But it is only able to capture data on physical interfaces and nothing on gre tunnel or pppoe. In opnsense i didnot see any warning or errors but tried to restart Netflow service via cli and i get these errors:
OPNsense version:
Any help on this please?
Thanks.
The text was updated successfully, but these errors were encountered: