I did upgrade for my second router in home and i notice same issue that i had last time when i was doing upgrade for first one. After upgrade, network seems to work like i need but i cannot access luci web interface nor ssh. For first one router - after upgrade - i needed to reset it to factory defaults and manually reconfigure it, because reconfiguration form backupconfig did same thing: network worked as expected but no access to luci or ssh.
I have different setup for my both routers than "normal", my routers works as dummy router without dhcp and firewall (this is my desire setup). I have my own dhcp+dns on pfsense and both routers works only like access points(with ap roming) and as dummy switches. Those functionalities works as expected (after upgrade or restoring form backup) but i cannot access them.
It looks like firewall has been enabled(i turn it off - this is my default) and blocks all my requests or ssh/luci has been misconfigured.
Does anyone has something similar? How can i fix that?
Maybe this is issue somewhere in openwrt?
You haven't provided a lot of info to go on (as noted by @brada4 , you didn't even tell us what device(s) apply here). We also need to know what OpenWrt version you were using previously and what you upgraded to, and ideally more information about the configurations.
That said...
Disabling DHCP is (usually) required for bridged APs, so that's good (although hopefully you disabled DHCP explicitly via configuration; dnsmasq does not need to be disabled). But the firewall does not need to be disabled, and as you have learned, it may become re-enabled as a result of the upgrade. As a result, you need to make sure that your firewall is configured to allow access even when it is enabled. My guess is that your configuration does not currently account for this condition.
Likely the firewall is enabled again.
It is possible to argue that disabled services should remain disabled after an upgrade. But, that is secondary to the real issue here -- you need to make sure your configuration is correct.
My recommendation is to leave both dnsmasq and the firewall services enabled. Use the configuration to explicitly disable the DHCP server so that it can never be accidentally reactivated. Likewise, in the firewall configuration, your 'management' network should be in a zone that always allows access (i.e. input = ACCEPT).
You can use failsafe mode to grab the configs and even fix the issues. Or you can also reset to defaults from there and then reconfigure.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
One more question: I did backup of my config(at working installation) - is it possible to turn off firewall in it? Or - at least - set it to accept all.