Closed thezoggy closed 1 year ago
Ohh - I see. Fixed.
can confirm it works now! thanks
Hi dear, I'm having this same problem:
root@nfsen:/var/nfsen/maxmind# nfdump -M /var/nfsen/profiles-data/live/RT_NE40_BGP -T -R 2023/04/06/nfcapd.202304061055:2023/04/06/nfcapd.202304061125 -n 10 -s ip/flows 'dst as 16509'
Can not filter according geo elements without a geo location DB
I can confirm that my routers are exporting AS numbers within flow data, so I still need to use gelookup?
It was built this way, may --enable-maxmind be the problem?
./configure --enable-nsel --enable-nfprofile --enable-sflow --enable-readpcap --enable-nfpcapd --enable-nftrack --enable-maxmind
Thanks!
Make sure you run the code from the latest master repo. The bug has been fixed. A next release will be due by the end of April.
You don't need geo lookup for ASN filtering. If you don't need the country codes, you don't need maxmind at all, if you have ASN numbers I your flows.
Make sure you run the code from the latest master repo. The bug has been fixed. A next release will be due by the end of April.
You don't need geo lookup for ASN filtering. If you don't need the country codes, you don't need maxmind at all, if you have ASN numbers I your flows.
I have used latest release, not from master repo so I think that's the problem. Is there a way to upgrade it? Or I have to recompile everything?
Just get the code from the master repo and compile it the same way as you did for the release. If you install the new binaries, you are fine. There is no change for the data.
Pretty good! Really thanks, bro. You've done a very good job.
When testing newer nfsen/nfdump I noticed that we can no longer filter by asn:
nfdump was built with (both our older instance and this new one are built using same flags, however we can filter by asn just fine on 1.6.x):