dhcpd.conf: add kernel01 dhcp so it can be reinstalled
This commit is contained in:
parent
8de42b2da6
commit
1a7cbe9f49
1 changed files with 5 additions and 0 deletions
|
@ -1284,3 +1284,8 @@ host buildhw-a64-11 {
|
|||
fixed-address 10.3.170.131;
|
||||
option host-name "buildhw-a64-11";
|
||||
}
|
||||
host kernel01 {
|
||||
hardware ethernet d0:94:66:45:8c:0f;
|
||||
fixed-address 10.3.174.129;
|
||||
option host-name "kernel01";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue