OpenVPN (client) bug in TOS
Posted: 08 Dec 2021, 10:38
When using OpenVPN client through TOS, the auth file is stored in /tmp:
auth-user-pass /tmp/openPass
Which isn't available so your VPN will not connect but time-out in TOS once you press connect.
You need to create a seperate file with
user
pass
Store it in your home directory for example, then adjust the config file in /etc/openvpn/user and point it to the right file.
Then it will connect
auth-user-pass /tmp/openPass
Which isn't available so your VPN will not connect but time-out in TOS once you press connect.
You need to create a seperate file with
user
pass
Store it in your home directory for example, then adjust the config file in /etc/openvpn/user and point it to the right file.
Then it will connect