Actions
Support #406
closed
LO
How to make Suricata auto start at system starup
Support #406:
How to make Suricata auto start at system starup
Status:
Closed
Priority:
Normal
Assignee:
-
Affected Versions:
Label:
Description
Hi,
Please can someone tell me how to make Suricata auto start at system starup. I'm running Suricata in IPS mode on Centos. Each time server re-starts, Suricata is stops running.
Please excuse my newbie question
LO Updated by Lambert Osas over 14 years ago
OK. I figured it out.
Thanks
PM Updated by Peter Manev over 14 years ago
Hi,
Would you care to post your findings - the way you made Suricata auto start at system start?
Might be helpful for someone else.
Thanks
LO Updated by Lambert Osas over 14 years ago
In IPS mode using NFQUEUE in Centos , I simply added the following lines to my /etc/rc.local file:
iptables -A FORWARD -j NFQUEUE
cd /usr/local/bin
./suricata -D -c /etc/suricata/suricata.yaml -q 0
VJ Updated by Victor Julien almost 14 years ago
- Status changed from New to Closed
Actions