Please see images. Its my network map on first image, and firewall settings of OpenWRT router in the second screenshot.
Short description: Any 10.7.0.xx and 10.8.0.xx clients can access any 10.8.0.xx and 10.7.0.xx clients
Clients on 10.7.0.xx can access the router (10.7.0.51).
For 10.8.0.xx clients, the router does not respond to requests.
Question - how to make the router (10.7.0.51) respond to clients 10.8.0.xx?
Long description: Mobile phones with OpenVPN client app have acces to mobile phones with WireGuard client app. Thets why, i think - VPS have correct configs.
But OpenVPN clients not have acces to Wireguard client on the OpenWRT router.
IP 10.7.0.51 response only to 10.7.0.xx requests. But not response to requests from 10.8.0.xx clients.
You probably need to add some routes. You might need to push a route to the OpenVPN clients for 10.7.0.0/24 via the tunnel. Make sure that you are allowing forwarding between the networks on the VPS. Then add a route on the OpenWrt router for 10.8.0.0/24 via 10.7.0.1.
10.7.0.0/24 clients have full acces to 10.8.0.0/24 clients
10.8.0.0/24 clients have full acess to 10.7.0.0/24 clients
Thats why all clients (escape router) and VPS have correct configs.
Only router not response to 10.8.0.0/24 clients. But router response to 10.7.0.0/24 clients
On the previous router, with exactly the same version of OpenWRT, I managed to solve this problem when I was in the Wireguard access list (I have an extension installed - so that traffic is routed through the WAN by default, and certain IPs are routed through the VPN). But now it doesn't help. I disabled the extension.
Added to peers wireguard:
Please 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:
cat /etc/config/network
cat /etc/config/firewall
Can you elaborate on this? Did you uninstall it? Disable it by a config option? Or something else?
A very strange thing is happening with wireguard. If I specify peers 128.0.0.0/1 and 0.0.0.0/1. Then wireguard starts working as the default gateway. I unchecked the "default gateway" wireguard interface settings and gave it a metric number higher than the WAN metric number. But with these peers settings, wireguard continues to work as the default gateway. At the same time, I have the access to the router I need from clients 10.8.0.0/24, but I do not need wireguard as the default gateway
Now I will fix the settings after some experiments and do what you suggested