-
Installed a Sensor (Forward Node) on physical server from the 2.3.190 iso. During installation, I asked it to monitor traffic on all the interfaces except for the management interface. For some reason, it didn't create bond0. Suricata was only capturing packets from interface eno2. I've manually created bond0 and run so-setup-network. Even tried manually editing the suricata.yaml and the onion2_sensor.sls but nothing that I've tried has been effective. Suricata is still listening on only eno2. Maybe I made a mistake in adding bond0 with this command: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Try running this command and see if that fixes the issue: nmcli con up bond0-slave-eno2 |
Beta Was this translation helpful? Give feedback.
-
We decided to give up on getting suricata to capture from multiple interfaces using bond0. Configured the Cisco switch to combine the interfaces onto one 10G interface. Suricata is now monitoring that traffic using ens3f0. So, for us, this is a closed issue. |
Beta Was this translation helpful? Give feedback.
We decided to give up on getting suricata to capture from multiple interfaces using bond0. Configured the Cisco switch to combine the interfaces onto one 10G interface. Suricata is now monitoring that traffic using ens3f0.
So, for us, this is a closed issue.
Thanks for the assistance.