diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-06-29 09:14:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-06-29 09:20:38 +0000 |
commit | 13f1aa11bd770faf8e66a72a7ac34fc1f7e2305a (patch) | |
tree | 1cdf704c14e208bc35e4ea25569ff14086ae4ed7 /share/doc | |
parent | Adding upstream version 20170522. (diff) | |
download | open-infrastructure-compute-tools-13f1aa11bd770faf8e66a72a7ac34fc1f7e2305a.tar.xz open-infrastructure-compute-tools-13f1aa11bd770faf8e66a72a7ac34fc1f7e2305a.zip |
Adding upstream version 20170629.upstream/20170629
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index 73d1ce1..72d42d5 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -5,7 +5,7 @@ container-tools: Host Setup 1. Debian Packages ------------------- -apt install net-tools bridge-utils ifenslave vlan +apt install bridge-utils ifenslave vlan 2. Boot Parameters @@ -54,7 +54,7 @@ iface lo inet loopback iface eth0 inet manual -auto br0 +allow-hotplug br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 0 @@ -76,7 +76,7 @@ iface lo inet loopback iface eth0 inet manual -auto br0 +allow-hotplug br0 iface br0 inet static address 10.0.0.2 gateway 10.0.0.1 @@ -103,10 +103,10 @@ source /etc/network/interfaces.d/* auto lo iface lo inet loopback -auto eth0 +allow-hotplug eth0 iface eth0 inet dhcp -auto br0 +allow-hotplug br0 iface br0 inet static address 10.0.0.1 netmask 255.255.255.0 @@ -131,14 +131,14 @@ source /etc/network/interfaces.d/* auto lo iface lo inet loopback -auto eth0 +allow-hotplug eth0 iface eth0 inet dhcp iface eth1 inet manual iface eth2 inet manual -auto bond0 +allow-hotplug bond0 iface bond0 inet manual up ifconfig bond0 0.0.0.0 up down ifconfig bond0 down @@ -155,7 +155,7 @@ iface bond0 inet manual iface bond0.100 inet manual vlan-raw-device bond0 -auto br100 +allow-hotplug br100 iface br100 inet static address 10.100.0.2 #gateway 10.100.0.1 |