I have a WAN to my ISP and I setup an openVPN client as the primary gateway most of my internal network routes traffic to the web through.
I created an openvpn server with the intention of connecting to my lan but it goes over the WAN
and while I can connect to the vpn, I can't get traffic to return from the lan to the clients connected via the openvpn server.
I believe I need to use the dhcp option to push a static route so that anything going back to openvpn clients from my lan will go via the openvpn server.
My lan is 192.168.3.0/24 with the gateway at 192.168.3.1. my openvpn server ipv4 tunnel network is 10.0.4.0/24 but it doesn't say what the gateway would be. I believe I need to set a classless static route option but am at a loss what I should put in there. Any help would be greatly appreciated.