it helps if you make the dhcpd.conf actually refer to what you want
This commit is contained in:
parent
b8f4fed0e6
commit
53a79bf340
1 changed files with 16 additions and 0 deletions
|
@ -329,6 +329,22 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
|||
filename "uefi/grubx64.efi";
|
||||
}
|
||||
|
||||
host virthost04 {
|
||||
hardware ethernet E4:43:4B:24:19:96;
|
||||
fixed-address 10.5.126.144;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "virthost04";
|
||||
filename "uefi/grubx64.efi";
|
||||
}
|
||||
|
||||
host virthost05 {
|
||||
hardware ethernet E4:43:4B:22:CE:EA;
|
||||
fixed-address 10.5.126.145;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "virthost05";
|
||||
filename "uefi/grubx64.efi";
|
||||
}
|
||||
|
||||
|
||||
host virthost06 {
|
||||
hardware ethernet 18:66:da:f7:7a:58;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue