1
0
Fork 0

add dhcp-reservations for signage-pis at programmtresen

This commit is contained in:
Ember 'n0emis' Keske 2022-07-30 16:16:45 +02:00
parent d93cf6545e
commit 08794fa4f2
No known key found for this signature in database
GPG Key ID: 00FAF748B777CF10
1 changed files with 42 additions and 0 deletions

View File

@ -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";
}
];
}
];
};