Hello,
When
When we run Suricata-IDS using suricata -i NIC
, can it connect two NICs like in AF_PACKET IPS
mode?
Thank you.
Hello,
When
When we run Suricata-IDS using suricata -i NIC
, can it connect two NICs like in AF_PACKET IPS
mode?
Thank you.
no, you need to use suricata.yaml config for this use-case as in IPS mode.
Hello,
Thank you so much.
So, does Suricata-IDS only have this capability in IPS mode?
You can list multiple interfaces under the af-packet
section for IDS/monitoring mode as well. And you can specify -i
multiple times on the command line as well. Sometimes its worth just trying to see if something works.
Hello,
Thanks.
Does Suricata-IDS only have this capability in IPS mode? Or I can connect two NICs in monitoring mode too, but I must define them under the af-packet
section?