SoftEther Install OpenVPN Server on Windows 2012 server R2 with working NAT
У вашего броузера проблема в совместимости с HTML5
Notes:
1: I copied the wrong password file location to the openvpn_test.ovpn file I copied the line nfo_pass.txt when it should been openvpn_test_pass.txt that is why I could not authenticate when I clicked the shortcut.
2: I also had the name of the .ovpn wrong in the configurastion directory, the shortcut path and config file name have to match I had it as test.ovpn when it should of been openvpn_test.ovpn in both the shortcut and the directory.
Also see NFO Servers SoftEther VPN Protect yourself from DDOS streaming on twitch.tv or while Gaming
https://www.youtube.com/watch?v=CQAHO5BQ9Cg
Download
SoftEther VPN Server
SoftEther VPN Client
https://www.softether.org/5-download
Install SoftEther VPN Server on the VDS
Install SoftEther VPN Client on the Client
Example Open VPN cmd line for shortcut
"C:\Program Files\OpenVPN\bin\openvpn-gui.exe" --connect openvpn_test.ovpn
Line to add to Open vpn config file to automatically log you in when you click the shortcut
Under
# Other parameters necessary to connect to the VPN Server.
Add the line auth-user-pass openvpn_test_pass.txt
Example from config file: from C:\Program Files\OpenVPN\config
###############################################################################
# Other parameters necessary to connect to the VPN Server.
#
# It is not recommended to modify it unless you have a particular need.
resolv-retry infinite
nobind
persist-key
persist-tun
client
verb 3
auth-user-pass openvpn_test_pass.txt
======================================================
Watch live at https://www.twitch.tv/ipengineer78