Connection between my two NAS's works great via OpenVPN and in the past i was able to connect to the remote network via OpenVPN connect. Sadly this stopped working at some point. Am I missing something? OpenVPN connect shows that some kind of connection is established but i can't ping any remote IP. (Also tried on another computer, also with no luck)
Remote network: 192.168.1.0/24
Local network: 192.168.178.0/24
VPN IP: 10.8.0.1
A DynamicDNS service runs in the remote network and the connection is established via the DynDNS hostname. The UDP Port (1194) is open in the firewall and forwareded to the NAS.
Config on the NAS:
Config file:
Code: Select all
dev tun
tls-client
remote [DYNDNSHOST] 1194
redirect-gateway def1
dhcp-option DNS 192.168.1.1
pull
proto udp
script-security 2
compress lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA512
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
[CERT]
-----END CERTIFICATE-----
</ca>
Thanks for your help!