[Help] OpenVPN on TNAS 6 not working
Posted: 05 Apr 2025, 21:51
Hi all (concerned on this topic),
after a couple of weeks and a number of tries my understanding is OpenVPN on TerraMaster is not updated, or the user interface is not helping.
I've successfully configured an OpenVPN server on one Amazon Linux VPS (AWS Lightsail). Then I spent a lot of time configuring in many different ways an OpenVPN client on my TNAS (control panel - network - VPN connection). Just to be more precise, here below the very short form of my last 3 ovpn files.
__________________________________________________________________________
_OpenVPN server.conf working on AWS Lightsail only with W10 OpenVPN Connect.ovpn
port 1194
proto udp
dev tun
auth-retry nointeract
ca /home/ec2-user/.../ca.crt
cert /home/ec2-user/.../server.crt
key /home/ec2-user/.../server.key
dh /home/ec2-user/.../dh2048.pem
topology subnet
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
tls-auth /home/ec2-user/.../ta.key 0
max-clients 10
persist-key
persist-tun
explicit-exit-notify 1
__________________________________________________________________________
_OpenVPN client working on W10 with OpenVPN Connect installed.ovpn
client
dev tun
proto udp
remote myremoteserver 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca C:\\...\\ca.crt
cert C:\\...\\client.crt
key C:\\...\\client.key
remote-cert-tls server
tls-auth C:\\...\\ta.key 1
__________________________________________________________________________
_OpenVPN client not working on TNAS 6 - network-VPN connection.ovpn
client
auth-retry nointeract
dev tun
proto udp
remote myremoteserver 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca /Volume1/homes/super/.../ca.crt
cert /Volume1/homes/super/.../client.crt
key /Volume1/homes/super/.../client.key
remote-cert-tls server
tls-auth /Volume1/homes/super/.../ta.key 1
The certicates and keys are the same, located in different places, but the same. The tunnel is well established between my W10 PC and the VPS in Frankfurt, while I don't want to keep my PC always online, which is the case of my NAS. Any suggestion/help?
after a couple of weeks and a number of tries my understanding is OpenVPN on TerraMaster is not updated, or the user interface is not helping.
I've successfully configured an OpenVPN server on one Amazon Linux VPS (AWS Lightsail). Then I spent a lot of time configuring in many different ways an OpenVPN client on my TNAS (control panel - network - VPN connection). Just to be more precise, here below the very short form of my last 3 ovpn files.
__________________________________________________________________________
_OpenVPN server.conf working on AWS Lightsail only with W10 OpenVPN Connect.ovpn
port 1194
proto udp
dev tun
auth-retry nointeract
ca /home/ec2-user/.../ca.crt
cert /home/ec2-user/.../server.crt
key /home/ec2-user/.../server.key
dh /home/ec2-user/.../dh2048.pem
topology subnet
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
tls-auth /home/ec2-user/.../ta.key 0
max-clients 10
persist-key
persist-tun
explicit-exit-notify 1
__________________________________________________________________________
_OpenVPN client working on W10 with OpenVPN Connect installed.ovpn
client
dev tun
proto udp
remote myremoteserver 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca C:\\...\\ca.crt
cert C:\\...\\client.crt
key C:\\...\\client.key
remote-cert-tls server
tls-auth C:\\...\\ta.key 1
__________________________________________________________________________
_OpenVPN client not working on TNAS 6 - network-VPN connection.ovpn
client
auth-retry nointeract
dev tun
proto udp
remote myremoteserver 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca /Volume1/homes/super/.../ca.crt
cert /Volume1/homes/super/.../client.crt
key /Volume1/homes/super/.../client.key
remote-cert-tls server
tls-auth /Volume1/homes/super/.../ta.key 1
The certicates and keys are the same, located in different places, but the same. The tunnel is well established between my W10 PC and the VPS in Frankfurt, while I don't want to keep my PC always online, which is the case of my NAS. Any suggestion/help?
