mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Setup Script - Bond Ubuntu testing
This commit is contained in:
@@ -145,7 +145,7 @@ create_bond() {
|
||||
cp /etc/network/interfaces /etc/network/interfaces.sosetup
|
||||
|
||||
local LBACK=$(awk '/auto lo/,/^$/' /etc/network/interfaces)
|
||||
local MINT=$(awk '/auto $MNIC/,/^$/' /etc/network/interfaces)
|
||||
local MINT=$(awk "/auto $MNIC/,/^$/" /etc/network/interfaces)
|
||||
|
||||
# Let's set up the new interface file
|
||||
echo $LBACK > /tmp/interfaces
|
||||
|
||||
Reference in New Issue
Block a user