diff options
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index 4b18b20..bedf4b2 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -75,10 +75,8 @@ iface eth0 inet manual auto br0 iface br0 inet static address 10.0.0.2 - broadcast 10.0.0.255 gateway 10.0.0.1 netmask 255.255.255.0 - network 10.0.0.0 pre-up ifconfig eth0 down pre-up ifconfig eth0 up @@ -105,9 +103,7 @@ iface eth0 inet dhcp auto br0 iface br0 inet static address 10.0.0.1 - broadcast 10.0.0.255 netmask 255.255.255.0 - network 10.0.0.0 pre-up brctl addbr br0 post-down brctl delbr br0 @@ -154,10 +150,8 @@ iface bond0.100 inet manual auto br100 iface br100 inet static address 10.100.0.2 - broadcast 10.100.0.255 #gateway 10.100.0.1 netmask 255.255.255.0 - network 10.100.0.0 post-up ip route add 10.100.0.0/24 via 10.100.0.1 dev br100 post-down ip route del 147.87.226.0/24 dev br100 |