User Tools

Site Tools


services:openvpn

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
services:openvpn [2020/09/15 19:40]
djgalloway
services:openvpn [2020/10/27 19:22] (current)
djgalloway old revision restored (2020/10/27 17:55)
Line 32: Line 32:
 This shouldn'​t need to happen often but was necessary when python3 came out. This shouldn'​t need to happen often but was necessary when python3 came out.
  
-  - ''​ssh www.ceph.com''​+  - ''​%%ssh www.ceph.com%%''​ 
 +  - ''​sudo -i''​
   - ''​cd /​var/​www/​ceph.com/​sage/''​   - ''​cd /​var/​www/​ceph.com/​sage/''​
   - ''​mkdir wip && cp sepia-vpn-client.tar.gz wip/ && cd wip && tar xzf sepia-vpn-client.tar.gz''​   - ''​mkdir wip && cp sepia-vpn-client.tar.gz wip/ && cd wip && tar xzf sepia-vpn-client.tar.gz''​
Line 38: Line 39:
   - When you're done, ''​tar -czvf sepia-vpn-client.tar.gz sepia''​   - When you're done, ''​tar -czvf sepia-vpn-client.tar.gz sepia''​
   - ''​mv sepia-vpn-client.tar.gz /​var/​www/​ceph.com/​sage/''​   - ''​mv sepia-vpn-client.tar.gz /​var/​www/​ceph.com/​sage/''​
-  - Verify permissions+  - ''​chown dgalloway:​www-data /​var/​www/​ceph.com/​sage/​sepia-vpn-client.tar.gz''​ 
 +  - ''​rm -rf /​var/​www/​ceph.com/​sage/​wip''​
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
-==== TLS Error: local/​remote TLS keys are out of sync ==== +==== ValueError: need more than 2 values to unpack ​====
-You may also see ''​ValueError: need more than 2 values to unpack''​ in ''/​var/​log/​openvpn/​openvpn.log''​+
  
 **Resolution:​** You likely forgot a space in a user's hashed credential. ​ Check recent commits in ceph-sepia-secrets.git and make sure all users have three values per ''​ovpn''​ key. **Resolution:​** You likely forgot a space in a user's hashed credential. ​ Check recent commits in ceph-sepia-secrets.git and make sure all users have three values per ''​ovpn''​ key.
services/openvpn.1600198841.txt.gz · Last modified: 2020/09/15 19:40 by djgalloway