mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
Setup Script - Fix for network interface
This commit is contained in:
@@ -181,9 +181,6 @@ create_bond() {
|
|||||||
echo "source /etc/network/interfaces.d/*" > /etc/network/interfaces
|
echo "source /etc/network/interfaces.d/*" > /etc/network/interfaces
|
||||||
echo "" >> /etc/network/interfaces
|
echo "" >> /etc/network/interfaces
|
||||||
|
|
||||||
local LBACK=$(awk '/auto lo/,/^$/' /etc/network/interfaces)
|
|
||||||
local MINT=$(awk "/auto $MNIC/,/^$/" /etc/network/interfaces)
|
|
||||||
|
|
||||||
# Let's set up the new interface file
|
# Let's set up the new interface file
|
||||||
# Populate lo and create file for the management interface
|
# Populate lo and create file for the management interface
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user