Drop build-hostconfig script
Use processed host configurations directly instead.
This commit is contained in:
committed by
Tobias Brunner
parent
2d1577d661
commit
261cf0e395
@@ -3,18 +3,18 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_ALICE
|
||||
address 10.1.0.10
|
||||
netmask 255.255.0.0
|
||||
broadcast 10.1.255.255
|
||||
gateway 10.1.0.1
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_ALICE
|
||||
address fec1::10
|
||||
netmask 16
|
||||
|
||||
iface eth1 inet static
|
||||
address PH_IP_ALICE1
|
||||
address 192.168.0.50
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.0.255
|
||||
iface eth1 inet6 static
|
||||
address PH_IP6_ALICE1
|
||||
address fec0::5
|
||||
netmask 16
|
||||
|
||||
@@ -3,10 +3,10 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_BOB
|
||||
address 10.2.0.10
|
||||
netmask 255.255.0.0
|
||||
broadcast 10.2.255.255
|
||||
gateway 10.2.0.1
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_BOB
|
||||
address fec2::10
|
||||
netmask 16
|
||||
|
||||
@@ -3,10 +3,10 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_CAROL
|
||||
address 192.168.0.100
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.0.255
|
||||
gateway 192.168.0.254
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_CAROL
|
||||
address fec0::10
|
||||
netmask 16
|
||||
|
||||
@@ -3,10 +3,10 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_DAVE
|
||||
address 192.168.0.200
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.0.255
|
||||
gateway 192.168.0.254
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_DAVE
|
||||
address fec0::20
|
||||
netmask 16
|
||||
|
||||
@@ -3,19 +3,19 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_MOON
|
||||
address 192.168.0.1
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.0.255
|
||||
gateway 192.168.0.254
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_MOON
|
||||
address fec0::1
|
||||
netmask 16
|
||||
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
address PH_IP_MOON1
|
||||
address 10.1.0.1
|
||||
netmask 255.255.0.0
|
||||
broadcast 10.1.255.255
|
||||
iface eth1 inet6 static
|
||||
address PH_IP6_MOON1
|
||||
address fec1::1
|
||||
netmask 16
|
||||
|
||||
@@ -3,19 +3,19 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_SUN
|
||||
address 192.168.0.2
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.0.255
|
||||
gateway 192.168.0.254
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_SUN
|
||||
address fec0::2
|
||||
netmask 16
|
||||
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
address PH_IP_SUN1
|
||||
address 10.2.0.1
|
||||
netmask 255.255.0.0
|
||||
broadcast 10.2.255.255
|
||||
iface eth1 inet6 static
|
||||
address PH_IP6_SUN1
|
||||
address fec2::1
|
||||
netmask 16
|
||||
|
||||
@@ -3,10 +3,10 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_VENUS
|
||||
address 10.1.0.20
|
||||
netmask 255.255.0.0
|
||||
broadcast 10.1.255.255
|
||||
gateway 10.1.0.1
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_VENUS
|
||||
address fec1::20
|
||||
netmask 16
|
||||
|
||||
@@ -3,10 +3,10 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address PH_IP_WINNETOU
|
||||
address 192.168.0.150
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.0.255
|
||||
gateway 192.168.0.254
|
||||
iface eth0 inet6 static
|
||||
address PH_IP6_WINNETOU
|
||||
address fec0::15
|
||||
netmask 16
|
||||
|
||||
Reference in New Issue
Block a user