Wifi is disabled by default after installing OpenWrt. Once you connect via ethernet cable, you'll be able to open the LuCI configuration page, since you installed stable, which comes with LuCI, or log into the router via ssh. Then you can turn on wifi.
thanks for your help @frollic
192.168.1.1 is my wifi connection gateway
I also set ethernet cable to tplink modem. set static ip for ethernet 192.168.1.10
I guess there talking about a 2nd device here, since the AX23 isn't a modem ?
if you do this, and don't confirm the new IP,, the change will get rolled back.
if you're planning to use the AX23 as a router, you need to change the LAN side IP, WAN and LAN side subnets cannot be the same.
but then you'll be double NAT:ing.
Disconnect your device from wifi, because its range is overlapping with the AX23 - also disconnect the AX23 from any other router. OpenWrt uses 192.168.1.1 per default for the router. After disconnecting, you can use ssh root@192.168.1.1 to log into the AX23, since you set static IP on your ethernet to 192.168.1.10
Afterwards you can enable wifi, as described in frollic's link. Or, if you want the AX23 to make DHCP on its own, you can simply change the IP range in /etc/config/network for interface LAN from 192.168.1.1 to, for example, 192.168.2.1 - make sure to apply the change correctly, save and apply it with /etc/init.d/dnsmasq restart. Then you can connect the AX23's WAN port to the other routers LAN.
You need only one connection at the moment: ethernet port on AX23 to ethernet port of your PC. No other connection, no wifi, you actually don't need to set a static IP for your ethernet controller on PC, it will get one assigned by AX23.
The AX23 should then show two LEDs: On-LED and LAN-LED, no other. Afterwards ssh command should work.
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|_____|| |||||___||| |____|
|| W I R E L E S S F R E E D O M
OpenWrt 23.05.4, r24012-d8dd03c46f
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
root@OpenWrt:~#
I successfully logged in.
What are the next steps?
I am using Windows 11.
connect to the router using winscp instead (make sure protocol is SFTP), though it, edit the file /etc/config/network, locate the 192.168.1.1 IP, and change it to 192.168.1.10.
save and reboot the router.
or follow the guide you've previously been provided with.