Update Extreme Networks WS-AP3825I - How to flash with OpenWRT

steeb 2024-11-08 16:42:56 -07:00
parent ffd5b42979
commit 3c9454f09e

@ -67,4 +67,11 @@ And finally...
``` ```
sysupgrade -n sysupgrade.bin 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=<ip address> && uci commit network && /etc/init.d/network restart
``` ```