So I'm predictably having some difficulties setting up a VPN connection on my DSM (7)
I have managed to set up an OpenVPN server on the DSM and connect to it from my laptop.
What I am having difficulty doing is viewing either the DSM or the network devices from the laptop I am connecting from. I am also unable to connect to the internet when the VPN is connected. Basically it is achieving very little
I've used the default settings in both DSM and the ovpn file:
And my settings in the ovpn file are:
For the part in red, i have tried enabling it, disabling, enabling it with/out "redirect-gateway local def1" just for the local network... but nothing works - there is simply no internet (ping google.com returns nothing) and i can't see any devices on the remote network, with either \\device, \\192.168.1.xxx (my usual local network), or \\10.8.0.xxx (the openvpn dyn address).
Any ideas what I'm doing wrong please???
I have managed to set up an OpenVPN server on the DSM and connect to it from my laptop.
What I am having difficulty doing is viewing either the DSM or the network devices from the laptop I am connecting from. I am also unable to connect to the internet when the VPN is connected. Basically it is achieving very little
I've used the default settings in both DSM and the ovpn file:
And my settings in the ovpn file are:
Code:
dev tun
tls-client
remote MYSERVER.xxx.yyy ####
#float
redirect-gateway def1
dhcp-option DNS 8.8.8.8
pull
proto udp
script-security 2
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA512
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
CERTIFICATE
</ca>
For the part in red, i have tried enabling it, disabling, enabling it with/out "redirect-gateway local def1" just for the local network... but nothing works - there is simply no internet (ping google.com returns nothing) and i can't see any devices on the remote network, with either \\device, \\192.168.1.xxx (my usual local network), or \\10.8.0.xxx (the openvpn dyn address).
Any ideas what I'm doing wrong please???