Just set up an AP following the directions using a static address, and all is working well.
When I go to the static leases on the gateway it is attached to, I thought it would be a good idea to assign it a static IPv4 address on the gateway itself, matching the address I assigned it.
When I look at the current leases, my AP does not show up at all. I do see other IPv4 leases, but not the AP (192.168.25.10 is the address assigned to the AP, and the gateway is at 192.168.25.1).
Is this expected behavior (not seeing the AP in active DHCP leases). Is this because its not using DHCP at all?
Thanks in advance, and please excuse if I didn't search hard enough.
Did you assign the ap a static address, or did you set a dhcp reservation in the gateway? If the latter, the expected behavior all depends on the gateway itself - sounds like it is not openwrt? If the former, this is very much expected because the gateway is no longer issuing a lease to the ap. But, this could mean that you assigned a static ip to a device and that up address may be inside the dhcp pool of the gateway - this is not good.
Set the ap with a static ip that is not used by any devices on your network and is outside the dhcp pool
Or
set the ap to dhcp client and then optionally set a dhcp reservation on the main gateway.
Both are valid, but the thing you don't want to do is to set a static IP on the AP that is within the DHCP pool because the DHCP server won't know it is there and thus may end up assigning that same address to another device.