From 3c9454f09e2d2e7188562e6ff34026f8167b19f4 Mon Sep 17 00:00:00 2001 From: steeb Date: Fri, 8 Nov 2024 16:42:56 -0700 Subject: [PATCH] Update Extreme Networks WS-AP3825I - How to flash with OpenWRT --- ...me Networks WS-AP3825I - How to flash with OpenWRT.-.md | 7 +++++++ 1 file changed, 7 insertions(+) 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