blob: 1c44db265d5a5f1236185d8e8e2a7ae071772105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Before starting arpCounterattack, you should edit its configuration file,
%%PREFIX%%/etc/arpCounterattack/arpCounterattack.conf. Then, add the following
line to /etc/rc.conf:
arpcounterattack_enable="YES"
Finally, to start it, run the following command:
%%PREFIX%%/etc/rc.d/arpCounterattack start
|