Enter each command on a seperate line:
- echo username >> /tmp/passwd.txt
- echo password >> /tmp/passwd.txt
- /usr/bin/killall openvpn
- /usr/sbin/openvpn --config /tmp/openvpncl/openvpn.conf --route-up /tmp/openvpncl/route-up.sh --down-pre /tmp/openvpncl/route-down.sh --daemon
Access your routers VPN tab inside Services
Enable the routers OpenVPN Client.
Set your routers Server IP to any of our servers
Use Port to 443.
For Tunnel Device use TUN.
For Tunnel Protocol to TCP.
For Encryption Cipher use Blowfish CBC (Default).
For Hash Algorithm use SHA1.
Set nsCertType to unchecked.
Advanced Options Enabled.
Use LZO Compression to Enable.
Set routers NAT to Enable.
Inside Additional Config enter the following:
- auth-user-pass /tmp/passwd.txt
- persist-key
- persist-tun
Copy and paste contents of <ca> </ca> from your desired server into the CA cert field. You can download smrhosting configs and edit the .ovpn file of your desired server.
Connect to the VPN (Please note that your exact setup steps may differ)