add dhcp-reservations for signage-pis at programmtresen
This commit is contained in:
parent
d93cf6545e
commit
08794fa4f2
@ -47,6 +47,48 @@
|
||||
data = "10.42.211.1";
|
||||
}
|
||||
];
|
||||
reservations = [
|
||||
{
|
||||
hw-address = "e4:5f:01:91:f7:fe";
|
||||
ip-address = "10.42.211.11";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:92:08:13";
|
||||
ip-address = "10.42.211.12";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:91:f5:59";
|
||||
ip-address = "10.42.211.13";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:93:70:86";
|
||||
ip-address = "10.42.211.21";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:93:5b:52";
|
||||
ip-address = "10.42.211.22";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:93:5c:38";
|
||||
ip-address = "10.42.211.23";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:93:58:ac";
|
||||
ip-address = "10.42.211.24";
|
||||
}
|
||||
{
|
||||
hw-address = "e4:5f:01:93:5b:e8";
|
||||
ip-address = "10.42.211.25";
|
||||
}
|
||||
{
|
||||
hw-address = "b8:27:eb:98:a2:ba";
|
||||
ip-address = "10.42.211.31";
|
||||
}
|
||||
{
|
||||
hw-address = "b8:27:eb:4e:09:a4";
|
||||
ip-address = "10.42.211.32";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user