Suricata monitor interface config

Issues related to configuring your network
Post Reply
briankoch709
Posts: 1
Joined: 2015/03/09 13:21:16

Suricata monitor interface config

Post by briankoch709 » 2015/03/09 13:25:46

I've setup security onion, but it's Ubuntu 12.04 LTS. I'm playing around to get something similar setup in CentOS 7, but I'm a bit of a noob to Linux. The monitor interface config in Ubuntu looks like this:
auto eth1
iface eth1 inet manual
up ip link set $IFACE promisc on arp off up
down ip link set $IFACE promisc off down
post-up ethtool -G $IFACE rx 2040; for i in rx tx sg tso ufo gso gro lro; do ethtool -K $IFACE $i off; done
post-up echo 1 > /proc/sys/net/ipv6/conf/$IFACE/disable_ipv6

What would be the equivalent config in CentOS 7?

Post Reply