mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-12-11 08:47:05 +00:00
8 lines
198 B
Bash
8 lines
198 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
|
|
|
|
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf |