mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 21:36:37 +03:00
9 lines
236 B
Bash
9 lines
236 B
Bash
interface="eth0"
|
|
|
|
ip route del default
|
|
ip add sh $interface
|
|
ip route add default dev $interface
|
|
ip link set dev $interface promisc on
|
|
ethtool -K $interface gro off lro off
|
|
|
|
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf |