1. Get the Software
- Install OpenVPN package from the default repository.
- On debian/ubuntu, run: sudo apt-get update; sudo apt-get install -y openvpn
- On fedora/centos, run: sudo yum update; sudo yum install -y openvpn
- Download the Brown CS OpenVPN client certificate and config files (browncs.opvn and browncs-gateall.opvn). You will have to click on "Brown Login" first and enter your Brown credentials when prompted.
2. Connect (this assumes that your brown.cs.ovpn certifates are saved in your Downloads folder)
- On debian/ubuntu/fedora, run: sudo openvpn Downloads/<usernanme>_browncs.ovpn (you will then be prompted for your Brown credentials.)
- Enter your Brown credentials.
- You should now be connected and able to access internal websites (such as perfmon.cs.brown.edu).
- You can disconnect by ending your openvpn session (ctrl+c).