Openvpn Routing?

Hello,
I have two locations connected via IPsec.

Now I’d like it so that when someone connects to Location A using OpenVPN, they also have access
to a folder on Location B.

I just can’t seem to get it to work. What should the firewall rule be? Or do I need to configure routing?

You might need both. First of all you have to set up routing so that the remote system has a route to the OpenVPN subnet at location A and that OpenVPN clients have a route to the remote subnet. And then you will need to configure firewall rules so that packets may actually flow.

I hope the link below will be helpful

Regards

Well, not quite—in my setup, here’s how it works:
Site A → Site B, connected via IPSec with WireGuard as a fallback.
Unfortunately, I’ve noticed that the OpenVPN networks have the same IP address at both sites. This means everything works locally, but not via OpenVPN. It’s a bit too much work for me to change this right now, since I’d definitely have to make changes on all the clients as well.

Analyse the configurations given below

edit
ps.
The IPFire OpenVPN server pushes the configuration to the client.
There is no need to re-download the client configuration file after changes have been made to the OpenVPN configuration.

I came across an interesting post

Regards