BT Guard

The purpose of this document is to describe how to install BT Guard VPN on Linux.

See further here.

Ensure you have EPEL installed.

yum -y install openvpn wget -O /etc/openvpn/btguard.conf http://btguard.com/btguard.conf wget -O /etc/openvpn/btguard.ca.crt http://btguard.com/btguard.ca.crt openvpn /etc/openvpn/btguard.conf # enter credentials. # it is now safe to exit the shell

[Edit]