From 3e13e3e43228542df80a63da339c6139dd020e45 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Tue, 17 Mar 2015 12:14:49 +0300 Subject: [PATCH] Add help to project remark --- README.md | 10 +++++++++- flood_shield/build_shield.sh | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98de849d..bcacecbc 100644 --- a/README.md +++ b/README.md @@ -133,4 +133,12 @@ IP: xx.zz.xx.1 2014-11-21 08:01:11.419963 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags: size: 123 bytes ``` -To enable sFLOW simply specify IP of server with installed FastNetMon and specify port 6343. +To enable sFLOW simply specify IP of server with installed FastNetMon and specify port 6343. +To enable netflow simply specify IP of server with installed FastNetMon and specify port 2055. + +How I can help project? +- Test it! +- Share your experience +- Share your improvements +- Test it with different equpment +- Create feature requests diff --git a/flood_shield/build_shield.sh b/flood_shield/build_shield.sh index 95d7e5c9..485795b0 100755 --- a/flood_shield/build_shield.sh +++ b/flood_shield/build_shield.sh @@ -1,6 +1,6 @@ #!/bin/bash -# apt-get install -y ipset +# apt-get install -y ipset apt-get install -y libipset-dev gcc picohttpparser.c -c -o picohttpparser.o g++ shield.cpp picohttpparser.o -opicohttpparser -oshield -I/opt/pf_ring/include -L/opt/pf_ring/lib -lpfring -lnuma -lpcap