diff --git a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md index 50f9869..ea9da94 100644 --- a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md +++ b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md @@ -67,4 +67,11 @@ And finally... ``` sysupgrade -n sysupgrade.bin +``` + +### IP address already taken +In the event that the IP address of 192.168.1.1 is already taken on the network, run the following command to change the IP address without restarting the device and starting over again: + +``` +uci set network.lan.ipaddr= && uci commit network && /etc/init.d/network restart ``` \ No newline at end of file