Ok my situation:
Im running a openVPN client (AirVPN) on my Synology with this settings:
Its been running for nearly a month without much hassels. All my services on my Synology are accessible from my internal network, and 1 service is accessible from wan to a specific port using port forwarding in client area from AirVPN.com
Now trying to access my home network via openVPN server running on my RT-AC66U router with these settings:
RT-AC66U.ovpn
I can connect to this openVPN server via cellular network, and access all my devices on this network via VPN except my Synology Does anyone has a pointer for me?
Im running a openVPN client (AirVPN) on my Synology with this settings:
Code:
client
dev tun
proto udp
remote nl.vpn.airdns.org 443
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
cipher AES-256-CBC
comp-lzo no
route-delay 5
verb 3
explicit-exit-notify 5
ca "ca_o1448795601.crt"
cert "user_o1448795601.crt"
key "user_o1448795601.key"
tls-auth "ta_o1448795601.key" 1
Its been running for nearly a month without much hassels. All my services on my Synology are accessible from my internal network, and 1 service is accessible from wan to a specific port using port forwarding in client area from AirVPN.com
Now trying to access my home network via openVPN server running on my RT-AC66U router with these settings:
RT-AC66U.ovpn
Code:
client
dev tun
proto udp
remote xxx.asuscomm.com 1194
float
comp-lzo adaptive
keepalive 15 60
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>
resolv-retry infinite
nobind