Tried the setup above. My DHCP stopped working. Any ideas? I created a second DHCP to get things moving again, and it works withouth any issues. The only think I have not tried yet, is to completely delete this DHCP setting and recreate it. By the way, where did you find the documentation for the DHCP server settings? (Just a note that my nodes can still talk to the router, and IPV6 works, as well all the other features.)
This is what my settings look like:
disabled false
hostfile-update disable
shared-network-name MainHouse {
subnet 192.168.0.0/23 {
default-router 192.168.0.1
dns-server 192.168.0.1
dns-server 8.8.8.8
domain-name Far-River.local
lease 86400
start 192.168.0.10 {
stop 192.168.0.199
}
static-mapping CISCO-AP {
ip-address 192.168.1.246
mac-address 60:2a:d0:5d:75:2e
static-mapping-parameters "option routers 192.168.1.254;"
static-mapping-parameters "option dns-server 192.168.1.254;"
}
unifi-controller 192.168.0.2
}
}