How do I get a daemon working on Fedora? I installed suricata on Fedora 32 KDE using dnf install suricata. That installed ok, but now I don’t know how to make a server and test that it prevents firefox intrusions. I intend to use suricata to prevent metasploit attacks on the RAM of my firefox browser and block them. Can you help me test it is working and share the code you did to configure suricata to work as a daemon service/server. So far it it is not working. What do I put at the commandline to protect firefox get the suricata server daemon running on Fedora 32 KDE?
It was not working until I edited the resulting of ip link show and matched it on -i
ip link show
suricata -D -c /etc/suricata/suricata.yaml -i wls1
Now I do not know if it is protecting firefox