We have set up an OpenVPN access to our internal file server, but is struggling to get the routing right. For testing purpose we just have one client access for now.
We finally got the certificates right with the help of the posting from boen-robot and the client connects to the OpenVPN fine.
The LAN / subnet we are trying to connect to is 10.0.0.0 and the Open VPN is established using 192.168.100.1 and 192.168.100.2 as remote and local address.
For now we are just using the standard OpenVPN port 1194 (TCP) IP/TUN.
The file server we want to connect to is on 10.0.0.51 and the server works fine and is accessible from LAN side.
After the first attempt to ping the server over the vpn connection we could see in the log that packets was dropped icm 192.168.100.001 -> 10.0.0.51 forward chain. We added a rule in top of the firewall to open for all traffic from 192.168.100.001 and as far as I can see there is nothing that get droppen in the firewall now, but we are still not able to ping / access anything on the lan side through the vpn.
When connecting we see the “OVPN server binding interface” OVPN-Client is being established with status DR and at the same time a default route 192.168.100.1 gateway=OVPN-client, but we are still not able to access anything on the LAN.
Can anyone guide me in the direction to identify the problem?