Bridge LAN and WAN/OpenVPN

My setup is as follows:

  1. My primary router with Internet access, 192.168.1.1, has a bunch of clients connected. Standard home Internet setup.
  2. Because I need one of the clients to access Internet only via VPN, I have a GL-AR300M connected to the network. It gets 192.168.1.180 from the primary router that is its WAN + it is set up with 192.168.8.1 and issues 192.168.8.x addresses to its clients.
  3. The GL-AR300M (192.168.8.1) connects to Openvpn and creates a safe tunnel to the Internet for its clients. So far everything works well.
  4. Here’s the challenge: I want the 192.168.8.x clients to be able to access my primary LAN 192.168.1.x clients. So, for example, I want 192.168.8.55 to access Internet only via OpenVPN but to access 192.168.1.10 DIRECTLY.

I have a feeling that the solution lies within the area of bridging interfaces and setting up firewalls correctly. My research on this forum and elsewhere, however, has not born fruit.

Can anybody help with a solution?

You need to use vpn policies,

Use domain/ip based and execlude 192.168.1.0/24 network from vpn

That works. Simple and easy. Many thanks for the advice!!