dhcpd: dhcp for Aruba APs

This commit is contained in:
Markus 2018-10-26 18:43:18 +02:00
parent 2f1ed864cd
commit 543ffce274
1 changed files with 13 additions and 1 deletions

View File

@ -48,7 +48,9 @@ failover peer "failover-partner" {
# Binary Kitchen subnets
# Management
subnet 172.23.1.0 netmask 255.255.255.0 {}
subnet 172.23.1.0 netmask 255.255.255.0 {
option routers 172.23.1.1;
}
# Services
subnet 172.23.2.0 netmask 255.255.255.0 {
@ -81,6 +83,16 @@ subnet 172.23.4.0 netmask 255.255.255.0 {
# Fixed IPs
host ap01 {
hardware ethernet 44:48:c1:ce:a9:00;
fixed-address ap01.binary.kitchen;
}
host ap04 {
hardware ethernet 44:48:c1:ce:90:06;
fixed-address ap04.binary.kitchen;
}
host bowle {
hardware ethernet ac:1f:6b:25:16:b6;
fixed-address bowle.binary.kitchen;