User Tools

Site Tools


vpnaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vpnaccess [2024/08/14 12:06]
akraitman [Mac/OS X]
vpnaccess [2024/12/20 01:01] (current)
dmick [VPN Client Access]
Line 32: Line 32:
 ===== VPN Client Access ===== ===== VPN Client Access =====
 Follow the instructions corresponding to your workstation'​s operating system below. Follow the instructions corresponding to your workstation'​s operating system below.
 +
 +==== The '​secret'​ file ====
 +
 +
 +The new-client script will generate a secret in a file named '​secret'​. ​ This is your secret VPN password. ​ Do not share this in any way to anyone. ​ Do not overwrite it for any reason. ​ It is precious unrecoverable data, and losing it will lose your access to the VPN.
 +
 +==== The '​secret.hash'​ file: ====
 +
 +new-client will also generate a file named '​secret.hash',​ which corresponds to, but is not the same as, '​secret'​. ​ new-client also prints out this secret.hash. ​ This is public information,​ derived from your secret, but not your secret. ​ This is what you put in the tracker ticket to be added to the OpenVPN server.
 +
 +==== The secrets tarball: ====
 +
 +
 +new-client will also generate a tarball named '​secrets.YYMMDD_HHMMSS.tar.gz'​ (where YYMMDD_HHMMSS represents the current date and time) containing both secret and secret.hash files. ​ Since they go together, this will help track problems in their creation and use.
  
 **NOTE:** You will need VPN credentials for each machine/​workstation you intend to connect to the Sepia VPN.  **Client credentials can not be used on more than one machine at a time!** **NOTE:** You will need VPN credentials for each machine/​workstation you intend to connect to the Sepia VPN.  **Client credentials can not be used on more than one machine at a time!**
Line 150: Line 164:
 cd /​etc/​openvpn cd /​etc/​openvpn
 wget https://​filedump.ceph.com/​sepia-vpn-client.tar.gz wget https://​filedump.ceph.com/​sepia-vpn-client.tar.gz
-sudo tar zxvf sepia-vpn.client.tar.gz+sudo tar zxvf sepia-vpn-client.tar.gz
  
 # Generate client credentials # Generate client credentials
vpnaccess.1723637206.txt.gz · Last modified: 2024/08/14 12:06 by akraitman