Adjust dhcp config some more for moonshot carts.
This commit is contained in:
parent
2c3fc7d1ca
commit
f98a4d4efe
1 changed files with 12 additions and 5 deletions
|
@ -2030,15 +2030,22 @@ subnet 10.5.129.0 netmask 255.255.255.0 {
|
|||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option routers 10.5.129.254;
|
||||
option log-servers 10.5.126.29;
|
||||
# option vendor-class-identifier "PXEClient";
|
||||
# option vendor-encapsulated-options 09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;
|
||||
|
||||
|
||||
host aarch64-c01 {
|
||||
host aarch64-c1n1 {
|
||||
hardware ethernet 14:58:D0:58:E5:32;
|
||||
fixed-address 10.5.129.100;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "aarch64-c01";
|
||||
option host-name "aarch64-c1n1";
|
||||
filename "grubaa64.efi";
|
||||
}
|
||||
|
||||
host aarch64-c2n1 {
|
||||
hardware ethernet 14:58:d0:58:95:32;
|
||||
fixed-address 10.5.129.101;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "aarch64-c2n1";
|
||||
filename "grubaa64.efi";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue