<div dir="ltr">I apologize that this is a bit of a x-post, since i also have it on SO: <a href="https://stackoverflow.com/questions/45948045/stopping-suricata-in-nfqueue-mode-with-fw-rules-enabled-kills-all-connections">https://stackoverflow.com/questions/45948045/stopping-suricata-in-nfqueue-mode-with-fw-rules-enabled-kills-all-connections</a><br><br>I have installed suricata 4.0 in IPS mode per the docs <a href="https://suricata.readthedocs.io/en/latest/configuration/suricata-yaml.html#suricata-yaml-nfq">https://suricata.readthedocs.io/en/latest/configuration/suricata-yaml.html#suricata-yaml-nfq</a>:<br><br>I can start it with /etc/init.d/suricata start, but as soon as i stop it with /etc/init.d/suricata stop it will drop all connections to the box and not allow further connections. I have run:  sudo iptables -A OUTPUT -j NFQUEUE & sudo iptables -A INPUT -j NFQUEUE only after starting b/c if i run these beforehand, the same thing occurs, all connections are dropped and i can't ssh back into the box.<br><br>It will restart (with iptable rules enabled), but connections are on hold (can't type or ssh from another location) while the restart is in progress, and while it takes about 5 seconds, it does come back successfully.<br><br>This leads me to a few questions, but lets keep it at one, how can i add these firewall rules without having something listening reading NFQUEUE Since suricata will forward or drop, i assume since they don't get removed from the queue, they are never processed further.<br><div><br></div><div>If you want the SO rep, happy to get the answer there.  Any assistance is appreciated.</div><div><br>Jeff</div></div>