I have a OpenVPN connection to access private services (service1, service2). To access them, I must connect using an OpenVPN client on "MacMini".
I would like use the OpenWRT router (192.168.1.1) to connect to a VM (192.168.1.10).
The VM has an OpenVPN client and connection to the private services.
The OpenWRT router has routes to 10.10.0.0/24 via 192.168.1.10
The VM has two interfaces, eth0 connected to router and tun0 connected to OpenVPN.
How can I make the "MacMini" to connect to the private services via VM?
I tried activating ip4_forward on VM but the connection is never established.