Hi, I tried to set up OpenWrt to a client mode. But it failed. My router is tp link archer a7 ac1750.
I was following this instruction:
The first step " The LAN interface must be set in a different subnet than the Wi-Fi network you are connecting to." is failed. Please see the screenshots.
Basically, the new IPv4 address "192.168.111.1" cannot be set after I click "save&apply". I tried several times and every time I saw the same error.
Any solutions? Thanks
I just tried. I used ssh to connect to my router. Then, I run uci del dhcp.lan.ra_slaac
and uci set network.lan.ipaddr='192.168.2.1'
Then, I typed "reboot". However, after reboot, lan still has the same ip address "192.168.1.1".
Do I need to save the ip address change? If so, how? Also, do I really need to run uci del dhcp.lan.ra_slaac .
Ok. I just solved this issue by editing the /etc/config/network file. However, now, my desktop computer has an IP address "192.168.2.14" while my laptop which connects to the same wifi has an IP address "192.168.1.16". I have some files shared in my desktop running windows 11. But my laptop cannot find those files by visiting "192.168.2.14". Any solutions? Thanks