Initiate an SSH connection to the GV GUARDIAN cloud
instance and log on with administrator credentials.
Create the
user with the useradd -m command.
For example, if the new user is blaineh, type the following and
press Enter.
useradd -m blaineh
Set the password for the new user with the passwd command.
For example, if the password is wrkngcrw, type the following
and press Enter.
passwd wrkngcrw
Add a new
entry in /etc/openvpn/ccd using
the following commands:
su to gain root access.
vi /etc/openvpn/ccd/yourusername
I for insert.
Ifconfig-push IPAddress Subnetmask
For example, ifconfig-push 172.30.0.10 255.255.0.0
Press Escape.
Hold Shift and type zz.
Remove the
previous username using the following commands:
su to gain root access.
rm username
Type the
following and press Enter.service openvpn reload