I want to connect to a device on LAN remotely through OpenVPN.
So I’ve configured OpenVPN Server on the RUT901 like this:
Then I’ve configured on my laptop OpenVPN GUI like this (The configuration was made on the RUT901, then exported):
client
tls-client
auth sha1
cipher AES-256-CBC
dev tun_c_2
keepalive 10 120
port 1194
proto udp
remote XXX.XXX.XXX.XXX (The Public IP from the router)
resolv-retry infinite
topology net30
data-ciphers AES-256-CBC
nobind
script-security 2
verb 5
-----BEGIN CERTIFICATE-----…
…
Now, the connection works, I can reach the router after connecting using the internal IP, but I cant reach the device on LAN1.