Skip to content
Discussion options

You must be logged in to vote

I found a solution to the Suricata issue with the Tap port on the Forward node. Please follow these steps:

Set the monitoring port (ens224) to promiscuous mode and disable NOARP:

  1. Run: ifconfig ens224 promisc NOARP
    Bring down the ens224 interface:

  2. Run: ifdown ens224
    Configure the ens224 interface:

  3. Run: sudo ip link set ens224 up arp on promisc
    Set ens224 to promiscuous mode on the bond0 interface:

  4. Run: sudo ip link set ens224 up promisc on bond0
    Assign ens224 as the master interface of bond0:

  5. Run: sudo ip link set ens224 master bond0

  6. Restart the network service:
    Run: sudo systemctl restart network

These steps should fix the problem. Make sure to adjust the interface names acc…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jrmsq
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jrmsq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants