Posts

Showing posts from February, 2022

Installing nfsen & nfdump PortTracker plugin on ubuntu

 # ## Installing nfsen & nfdump PortTracker plugin on ubuntu We need to get nfdump 1.6.23 or newer. The version of nfdump included on Ubuntu 20.04/21.04/22.04 is nfsen-1.3.6p1 , ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lab Tasks This section is prerequisite if you had already done while installing nfsen then may skip below section 1 >>>> Prerequisite: https://youtu.be/4DkB0jQiTqw https://ipcorenetworks.blogspot.com/2021/08/installing-nfsen-nfdump-on-ubuntu-and.html +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Section 1: # cd cd /var/nfsen/ # wget https://github.com/phaag/nfdump/archive/v1.6.23.tar.gz # tar xvzf nfdump-1.6.23.tar.gz # cd nfdump-1.6.23/ # sh ./autogen.sh ./configure --enable-nsel --enable-nfprofile --enable-sflow --enable-readpcap --enable-nfpcapd --enable-nftrack # make && make install ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ * Make a directory for the nftrac