Fix ips for new aarch64 hardware.

When allocating IP addresses, I used the reverse DNS file as the guide
for what had been allocated. This was in error because there were 3
servers already allocated in this space. This moves the ips to a new
space.
This commit is contained in:
Stephen Smoogen 2021-02-19 12:43:13 -05:00
parent a5a3b0d7de
commit 644461a1d4
5 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@ dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth1_ipv4: 10.3.170.147
eth1_ipv4: 10.3.170.151
eth1_ipv4_nm: 24
eth1_ipv4_gw: 10.3.170.254

View file

@ -5,7 +5,7 @@ dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth1_ipv4: 10.3.170.148
eth1_ipv4: 10.3.170.152
eth1_ipv4_nm: 24
eth1_ipv4_gw: 10.3.170.254

View file

@ -5,7 +5,7 @@ dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth1_ipv4: 10.3.170.149
eth1_ipv4: 10.3.170.153
eth1_ipv4_nm: 24
eth1_ipv4_gw: 10.3.170.254

View file

@ -5,7 +5,7 @@ dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth1_ipv4: 10.3.170.150
eth1_ipv4: 10.3.170.154
eth1_ipv4_nm: 24
eth1_ipv4_gw: 10.3.170.254

View file

@ -1082,7 +1082,7 @@ host buildhw-a64-21-mgmt {
}
host buildhw-a64-21 {
hardware ethernet 50:6b:4b:6a:b6:20 ;
fixed-address 10.3.170.147;
fixed-address 10.3.170.151;
filename "uefi/grubaa64.efi";
next-server 10.3.163.10;
option routers 10.3.170.254;
@ -1095,7 +1095,7 @@ host buildhw-a64-22-mgmt {
}
host buildhw-a64-22 {
hardware ethernet 50:6b:4b:6a:eb:b0 ;
fixed-address 10.3.170.148;
fixed-address 10.3.170.152;
filename "uefi/grubaa64.efi";
next-server 10.3.163.10;
option routers 10.3.170.254;
@ -1108,7 +1108,7 @@ host buildhw-a64-23-mgmt {
}
host buildhw-a64-23 {
hardware ethernet 50:6b:4b:6a:ea:60;
fixed-address 10.3.170.149;
fixed-address 10.3.170.153;
filename "uefi/grubaa64.efi";
next-server 10.3.163.10;
option routers 10.3.170.254;
@ -1121,7 +1121,7 @@ host buildhw-a64-24-mgmt {
}
host buildhw-a64-24 {
hardware ethernet 50:6B:4B:6A:C4:90 ;
fixed-address 10.3.170.150;
fixed-address 10.3.170.154;
filename "uefi/grubaa64.efi";
next-server 10.3.163.10;
option routers 10.3.170.254;