[Solved] Help Needed: Locked out after changing LAN IP on D-Link (OpenWrt) Wireless Bridge

Device : D-Link DIR - 853
Firmware : OpenWrt V3 25.12.0
Setup Goal : Wireless Client Bridge to a main router ( 192.168.0.1 ) using the 5Ghz radio.

The Problem :-
I am trying to set up my OpenWrt Router to connect to my main ISP router via Wi-Fi. i have successfully joined the wireless network (wwan) , and the router shows it has internet access. however, i am running into two major issues;

  1. Access Blocked: While connected to the Openwrt LAN, i cannot access the main router's gateway at 192.168.0.1.

  2. IP Change Lockout: To avoid a subnet conflict, I am trying to change the OpenWrt LAN IP from 192.168.1.1 to 192.168.2.1. Every time I click Save & Apply, the connection drops. Even when I set a manual IP on my Windows laptop (e.g., 192.168.2.10), I cannot reach the web interface (LuCI) at the new address. It seems to be rolling back to 192.168.1.1 or the DHCP server is failing to start on the new subnet.

What I've tried:

Setting Windows IPv4 manually to 192.168.2.10 with gateway 192.168.2.1.
Changing Firewall zones for wan and lan to ACCEPT before changing the IP.
Performing a hard factory reset multiple times.
​Checking ipconfig, which often shows an Autoconfiguration IPv4 (169.254.x.x), suggesting no DHCP response from the router.

Questions:
How can I properly "lock in" the LAN IP change to 192.168.2.1 without the router rolling back?
​Is there a specific firewall or routing rule I missed to allow my LAN clients to talk to the 192.168.0.x subnet?

Not sure if your build has it but in my builds adjacent to the Save & Apply button is a little drop down arrow when you click it you can Apply unchecked

Afterwards reboot your PC to get a new DHCP address at 192.168.2.X make sure to enable automatic DHCP on your PC again

you cannot reach your main router because you are on the same 192.168.1.0 network

let me try

no it wont work. i try manual DHCP IPv4 also . and try to ping ,
not packet recived ( 4/0 )

Did you use 192.168.2.1/24 as address for the router?

Note the /24

to set the manual...? i didn't get it

On the router you have to set the address with a mask

let me try again

that work perfectly. now i can access the gate way,
thanks @egc.

Great to hear you have got it working.
If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.
Thanks! :slight_smile:

Done... i added it