User Tools

Site Tools


information:vpn.ac

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
information:vpn.ac [2021/05/12 18:48] Sean Rhoneinformation:vpn.ac [2021/08/11 10:05] Sean Rhone
Line 11: Line 11:
 ===== SELinux ===== ===== SELinux =====
  
-  :!: Fedora Linux used to require this+****
  
-  restorecon -R -v ~/'.cert'+  sudo restorecon -F -I -R -v ~/'.cert'
  
 ====== Profiles ====== ====== Profiles ======
Line 28: Line 28:
  
 ===== Profiles ===== ===== Profiles =====
 +
 +==== US East, Ashburn ====
 +
 +  US East, Ashburn
 +
 +  us8.vpn.ac
  
 ==== US East, New York ==== ==== US East, New York ====
Line 43: Line 49:
   mx1.vpn.ac   mx1.vpn.ac
  
-==== US East, Ashburn ====+===== Other Settings =====
  
-  * :!: Has been known to have intermittent connection issues with FFXIV +  * https://vpn.ac/knowledgebase/22/OpenVPN-on-Linux-using-Network-Manager.html 
-  * :!: Niantic games won't connect from this server ((notably Pokemon GO and Ingress, and notably only on mobile devices)) +  * Last validated: 2021/06/29
- +
-  US East, Ashburn +
- +
-  us8.vpn.ac +
- +
-==== Romania, Bucharest ==== +
- +
-  Romania, Bucharest +
- +
-  ro1.vpn.ac +
- +
-===== Other Settings =====+
  
   * Authentication Type: ''Password''   * Authentication Type: ''Password''
Line 81: Line 75:
   nm-connection-editor   nm-connection-editor
  
-===== Segmentation Fault Fix ===== 
- 
-  * :!: At some point in 2021, trying to enable ''Automatically connect to VPN'' causes it to segmentation fault 
-  * :!: Apparently fixed upstream with [[https://gitlab.gnome.org/GNOME/network-manager-applet/-/commit/da6b2bb94250d8ffb218caf921c9df8c394372d4|da6b2bb9]] 
-  * On Fedora 34, an updated ''network-manager-applet'' solves this (see [[https://fedoraproject.org/wiki/QA:Updates_Testing#Enabling_the_repositories_temporarily|QA:Updates Testing]] 
- 
-<code>sudo dnf install 'network-manager-applet' --enablerepo='updates-testing,updates-testing-modular' --best && sync</code>