1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-10 06:16:19 +02:00

Fix install guide

This commit is contained in:
Pavel Odintsov 2014-06-09 14:15:30 +04:00
parent d8ce6aaaf6
commit dd1857a473

View File

@ -103,9 +103,14 @@ gunzip GeoIPASNum.dat.gz
It's REQUIRED to add all your networks in CIDR form to file /etc/networks_list if form when one subnet on one line. Please aggregate your networks because long networks list will significatly slow down programm. And please change REDIS_SUPPORT = yes to no in Makefile if you do not need traffic counting feature. When you running this software in OpenVZ node you may did not specify networks explicitly, we can read it from file /proc/vz/veip.
Copy standard config file to /etc:
```bash
cp fastnetmon.conf /etc/fastnetmon.conf
```
Start it:
```bash
./fastnetmon
./fastnetmon eth1,eth2
```