add in mac address for dhcp of arm boxes
This commit is contained in:
parent
abf8bb7401
commit
d068a17db5
1 changed files with 62 additions and 1 deletions
|
@ -1115,7 +1115,68 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
fixed-address 10.5.130.67;
|
||||
option host-name "dell-fxqa01-03";
|
||||
}
|
||||
|
||||
|
||||
host buildvmhost-aarch64-10 {
|
||||
hardware ethernet E8:6A:64:39:18:C3;
|
||||
fixed-address 10.5.130.130;
|
||||
option host-name "buildvmhost-aarch64-10";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-11 {
|
||||
hardware ethernet E8:6A:64:39:18:B2;
|
||||
fixed-address 10.5.130.131;
|
||||
option host-name "buildvmhost-aarch64-11";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-12 {
|
||||
hardware ethernet E8:6A:64:39:19:68;
|
||||
fixed-address 10.5.130.132;
|
||||
option host-name "buildvmhost-aarch64-12";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-13 {
|
||||
hardware ethernet E8:6A:64:39:18:63;
|
||||
fixed-address 10.5.130.133;
|
||||
option host-name "buildvmhost-aarch64-13";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-14 {
|
||||
hardware ethernet E8:6A:64:39:18:63;
|
||||
fixed-address 10.5.130.134;
|
||||
option host-name "buildvmhost-aarch64-14";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-15 {
|
||||
hardware ethernet E8:6A:64:39:18:60;
|
||||
fixed-address 10.5.130.135;
|
||||
option host-name "buildvmhost-aarch64-15";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-16 {
|
||||
hardware ethernet E8:6A:64:39:19:35;
|
||||
fixed-address 10.5.130.136;
|
||||
option host-name "buildvmhost-aarch64-16";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-17 {
|
||||
hardware ethernet E8:6A:64:97:6B:E0;
|
||||
fixed-address 10.5.130.137;
|
||||
option host-name "buildvmhost-aarch64-17";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-18 {
|
||||
hardware ethernet E8:6A:64:39:18:CB;
|
||||
fixed-address 10.5.130.138;
|
||||
option host-name "buildvmhost-aarch64-18";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-19 {
|
||||
hardware ethernet E8:6A:64:39:19:69;
|
||||
fixed-address 10.5.130.139;
|
||||
option host-name "buildvmhost-aarch64-19";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
# ARM MGMT VLAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue