Add DHCP reservation for sushi.
This commit is contained in:
parent
ba8f079c00
commit
25e0f52789
@ -104,6 +104,11 @@ host matrix {
|
|||||||
fixed-address matrix.binary.kitchen;
|
fixed-address matrix.binary.kitchen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host sushi {
|
||||||
|
hardware ethernet 52:54:00:17:02:23;
|
||||||
|
fixed-address sushi.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
host punsch {
|
host punsch {
|
||||||
hardware ethernet 00:21:85:1b:7f:3d;
|
hardware ethernet 00:21:85:1b:7f:3d;
|
||||||
fixed-address punsch.binary.kitchen;
|
fixed-address punsch.binary.kitchen;
|
||||||
|
Loading…
Reference in New Issue
Block a user