LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Pf_ring (https://www.linuxquestions.org/questions/linux-newbie-8/pf_ring-4175507261/)

chequele 06-06-2014 01:34 PM

Pf_ring
 
I'd like to know how to install PF_RING. I have been reading about it, but I am lost. A step-by-step description of the installation process would be welcome.

turtlebay777 06-06-2014 01:44 PM

In which operating system do you want to install it?

chequele 06-06-2014 01:55 PM

I have two options. The first one is Red Hat and the other is Ubuntu.

szboardstretcher 06-06-2014 02:27 PM

From their documentation, looks like all you have to do is run a make file and load the module. Did you have a problem doing this?

Ubuntu:

Code:

svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING/
cd PF_RING/kernel
make
sudo insmod ./pf_ring.ko
cd ../userland
make



All times are GMT -5. The time now is 06:27 PM.