ApexGuard installeren en gebruiken op openSUSE Linux
VPN-app downloaden
Open de terminal en voer het volgende commando uit:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Let op: Als curl ontbreekt, gebruik dan deze alternatieve opdracht:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Als je deze machtigingsfout ziet (Whoops! Permission denied accessing /run/apexguard/apexguardd.sock), voer dan het volgende uit:
sudo usermod -aG apexguard $USER
- Herstart daarna je systeem.
Log in op je ApexGuard-account:
apexguard login
Met server verbinden:
apexguard connect
ApexGuard-instellingen
Dezelfde opdrachten als voor RHEL en CentOS werken op openSUSE. Hieronder staan extra voorbeelden voor openSUSE-gebruikers:
Verbind met speciale servers:
apexguard connect US -g double_vpn # Connect to a Double VPN server with the first hop in the US.
apexguard connect P2P # Connect to a P2P server.
apexguard connect Dedicated_IP # Connect to a Dedicated IP server.
apexguard connect The_Americas # Connect to servers located in the Americas.
Automatisch verbinden instellen:
apexguard set autoconnect on/off # Enable/disable Auto-connect.
apexguard set autoconnect on us2435 # Auto-connect to a specific server (e.g., US server #2435).
LAN-detectie:
apexguard set lan-discovery enable/disable # Enable/disable LAN discovery.
apexguard set lan-discovery --help # Get more information on LAN discovery.
Raadpleeg voor details over configuratie en gebruik de volledige lijst met opdrachten:
man apexguard
Met deze stappen kun je ApexGuard veilig en efficiënt gebruiken op RHEL-, CentOS- en openSUSE Linux-distributies.
Was dit artikel nuttig?
Bedankt, je helpt ons verbeteren!