10-15-2025 10:43 PM
how can we give static ip to unleashed member ap if there is no dhcp in the network, initial setup or custom setup is showing only master ap configuration.
10-16-2025 01:21 AM - edited 10-16-2025 01:22 AM
Hi Ajaypratp,
The initial setup wizard (via web UI) configures the Master AP; you cannot assign IPs to member APs there.
Once APs have joined the Master, you can log in to the Unleashed dashboard → Access Points → Edit AP and assign static IPs to member APs.
So static IPs for member APs must be set after they join the Unleashed network (through the Master interface)
Thanks
Mayank
10-16-2025 04:49 AM
Hi Ajaypratp,
Thank you for reaching us. Below are few reference links for your query if this is a initial setup
If you are able access the AP on CLI you can use the below command to set the IP address
rkscli: set ipaddr
Commands starting with 'set ipaddr' :
set ipaddr : set ipaddr {wan|wan-lte|video|mgmt} [vlan <vlan id>] {options}
-> <ipaddr> <netmask> <gateway> "static IP case"
-> dynamic "DHCP case "
For wan-lte, only dynamic configuration is supported
-- Modify IP address
Example:
set ipaddr wan 10.1.6.2 255.255.255.0 10.1.6.1
Thank you
