move mac address of mgmt to working ip address. while it is set as astatic, bios updates seem to reset it to dhcp
This commit is contained in:
parent
119fd49bed
commit
7e09a87ace
1 changed files with 4 additions and 6 deletions
|
@ -1249,14 +1249,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
fixed-address 10.5.130.137;
|
||||
option host-name "buildvmhost-a64-osbs01-01";
|
||||
}
|
||||
|
||||
|
||||
|
||||
host tbc-a64-01-mgmt {
|
||||
host buildvmhost-a64-17-mgmt {
|
||||
hardware ethernet E8:6A:64:39:18:63;
|
||||
fixed-address 10.5.130.144;
|
||||
option host-name "tbc-aarch64-01";
|
||||
fixed-address 10.5.130.138;
|
||||
option host-name "buildvmhost-aarch64-17";
|
||||
}
|
||||
|
||||
host tbc-a64-02-mgmt {
|
||||
hardware ethernet E8:6A:64:39:19:35;
|
||||
fixed-address 10.5.130.145;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue