Can't see local devices after connecting to router's OpenVPN
Hello,
I configured OpenVPN in router settings, like it is in FAQ.
Default subnet is 192.168.1.0, and VPN subnet is 10.8.0.0.
Connection is UDP and i tried both client access options.
Remote IP is set to DDNS, becouse my public IP is dynamic.
This is how configuration file looks.
----------
client
dev tun
proto udp
float
nobind
cipher AES-128-CBC
comp-lzo adaptive
resolv-retry infinite
remote-cert-tls server
persist-key
persist-tun
remote adress port
<ca>
-----BEGIN CERTIFICATE-----
SOME KEY
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
SOME KEY
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
SOME KEY
-----END PRIVATE KEY-----
</key>
-------
I tried accessing local machine (remote desktop) using laptop connected to another network and router by OpenVPN connection.