ER605-V2 connected as VPN Client, but not pinging and not pingable
Hello. I own the aforementioned wired router, it is set up at my parents' house.
I am trying to establish a VPN connection between it and my network for FTP and backup purposes.
I am running an OpenVPN server inside a docker container on TrueNAS machine which is at my place, and the client connection is made from the router. I know the connection is made from the following:
This is what my clientside config looks like, the problem could be with "local IP" field. I did not know what to write in there so I tried 10.0.0.0/24 (subnet of the docker host machine) and 10.8.0.0/24 (subnet that VPN creates) too. I am hiding the remote server address for obvious reasons, but it's set to public ip of docker host.
Even though there is data being exchanged, none of the following works:
ping 10.0.0.1 (Router of docker host) from ER605
ping 10.8.0.1 (OpenVPN) from ER605
ping 10.8.0.6 (ER605 Client address) from Docker container
ping 10.8.0.10 (my laptop connected to the same vpn server) from ER605 (10.8.0.6) and vice-versa
When I create the same setup using my laptop (10.8.0.10) all of the above works, server and laptop ping each other, but neither of them can ping or can be pinged from the tp-link client.
Any input will be appreciated