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 [2020/10/27 18:03]
djgalloway
vpnaccess [2023/12/02 06:30] (current)
dmick [Linux]
Line 11: Line 11:
  
 **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!**
 +
  
 ==== Linux ==== ==== Linux ====
Line 24: Line 25:
 cd /​etc/​openvpn cd /​etc/​openvpn
  
-wget http://ceph.com/sage/​sepia-vpn-client.tar.gz+ 
 +sudo 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
  
-# Ubuntu Bionic and later (or any python3-only distro) 
-sudo apt-get -y install python2-minimal;​ sed -i '​s|/​usr/​bin/​python|/​usr/​bin/​python2|g'​ sepia/​new-client 
  
 # Generate client credentials # Generate client credentials
Line 83: Line 83:
  
 === Troubleshooting === === Troubleshooting ===
 +Please disable SELinux on rhel clients
 +
 To troubleshoot your VPN connection, try running the following command to determine where the connection is failing: To troubleshoot your VPN connection, try running the following command to determine where the connection is failing:
  
Line 103: Line 105:
   - Enter the second line in your ''/​etc/​openvpn/​sepia/​secret''​ file for **Password**   - Enter the second line in your ''/​etc/​openvpn/​sepia/​secret''​ file for **Password**
  
 +
 +==== Fedora Network Manager GUI -- Fedora 34 ====
 +
 +This procedure was confirmed to work on Fedora 34 on 14 July 2021.
 +
 +   - Make sure you've followed all the prerequisite steps [[vpnaccess#​linux|here]]
 +   - Right click the NetworkManager icon
 +   - Select **Settings** --> **Network**
 +   - Click the **+** symbol under VPN
 +   - Select **Import from file...** from the bottom
 +   - Browse to ''/​etc/​openvpn/​client/​sepia.conf''​
 +   - Enter your the first line in ''/​etc/​openvpn/​client/​sepia/​secret''​ (e.g., ''​USER@HOST''​) under **User name**
 +   - Enter the second line in your ''/​etc/​openvpn/​client/​sepia/​secret''​ file for **Password**
  
 ==== Mac/OS X ==== ==== Mac/OS X ====
Line 108: Line 123:
  
 === Tunnelblick **UNTESTED** === === Tunnelblick **UNTESTED** ===
-  - Download and untar the Sepia VPN client [[http://ceph.com/sage/​sepia-vpn-client.tar.gz|tarball]] <​code>​+  - Download and untar the Sepia VPN client [[https://filedump.ceph.com/​sepia-vpn-client.tar.gz|tarball]] <​code>​
 mkdir /​etc/​openvpn mkdir /​etc/​openvpn
 cd /​etc/​openvpn cd /​etc/​openvpn
-wget http://ceph.com/sage/​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
  
Line 128: Line 143:
 === Viscosity === === Viscosity ===
  
-  - Download ​http://ceph.com/sage/​Sepia.visz +  - Download ​https://filedump.ceph.com/​Sepia.visz 
-  - Download ​http://ceph.com/sage/​sepia-vpn-client.tar.gz+  - Download ​https://filedump.ceph.com/​sepia-vpn-client.tar.gz
   - Import the Sepia.visz config into Viscosity   - Import the Sepia.visz config into Viscosity
   - Extract sepia-vpn-client.tar.gz   - Extract sepia-vpn-client.tar.gz
vpnaccess.1603821805.txt.gz · Last modified: 2020/10/27 18:03 by djgalloway