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
Next revisionBoth sides next revision
information:vpn.ac [2019/08/23 04:45] Sean Rhoneinformation:vpn.ac [2021/05/12 18:49] – [Segmentation Fault Fix] Sean Rhone
Line 11: Line 11:
 ===== SELinux ===== ===== SELinux =====
  
-  * For [[distros:fedora_workstation_gnome | Fedora Workstation]]+  * :!: Fedora Linux used to require this
  
   restorecon -R -v ~/'.cert'   restorecon -R -v ~/'.cert'
Line 29: Line 29:
 ===== Profiles ===== ===== Profiles =====
  
-==== US East, Ashburn ====+==== US East, New York ====
  
-  * :!: Intermittent disconnects with FFXIV+  US East, New York
  
-  US East, Ashburn+  us21.vpn.ac
  
-  us8.vpn.ac+==== Mexico, Mexico City ====
  
-==== US East, New York ====+  * Useful for region-based payments
  
-  * Consistent with IKEv2 on iOS +  Mexico, Mexico City
-  * Ideal for FFXIV+
  
-  US East, New York+  mx1.vpn.ac
  
-  us21.vpn.ac+==== US East, Ashburn ==== 
 + 
 +  * :!: Has been known to have intermittent connection issues with FFXIV 
 +  * :!: Niantic games won't connect from this server ((notably Pokemon GO and Ingress, and notably only on mobile devices)) 
 + 
 +  US East, Ashburn 
 + 
 +  us8.vpn.ac
  
 ==== Romania, Bucharest ==== ==== Romania, Bucharest ====
Line 74: Line 80:
  
   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]])
 +  * :!: TODO: See if this still works if the applet is downgraded with ''distro-sync'' but the VPN auto-connect is enabled
 +
 +<code>sudo dnf install 'network-manager-applet' --enablerepo='updates-testing,updates-testing-modular' --best && sync</code>