ApexGuard installeren op RHEL en CentOS Linux
VPN-app downloaden
Open de terminal en voer de volgende opdracht uit om de ApexGuard Linux-client te downloaden en installeren:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Let op: als curl niet is geïnstalleerd, kun je deze alternatieve opdracht gebruiken:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Als je de fout Whoops! Permission denied accessing /run/apexguard/apexguardd.sock krijgt, voer je dit dan 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
Open de instellingen met de opdracht apexguard in de terminal. Hieronder staan nuttige opdrachten:
In- en uitloggen:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Verbinden en verbreken:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Configuratiecommando’s:
Functies in-/uitschakelen:
apexguard set threatprotection on/off # Toggle Threat Protection.
apexguard set killswitch on/off # Toggle Kill Switch.
apexguard set autoconnect on/off # Toggle Auto-connect.
apexguard set obfuscate on/off # Enable/disable Obfuscated Servers.
DNS/protocol instellen:
apexguard set dns 1.1.1.1 1.0.0.1 # Set custom DNS servers.
apexguard set protocol udp/tcp # Switch between UDP and TCP protocols.
LAN-detectie:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Allowlisting:
apexguard whitelist add port 22 # Allowlist incoming port 22.
apexguard whitelist remove port 22 # Remove the allowlist rule for port 22.
apexguard whitelist add subnet 192.168.0.0/16 # Allowlist a specific subnet.
apexguard whitelist remove subnet 192.168.0.0/16 # Remove the allowlist rule for the subnet.
Informatie tonen:
apexguard settings # See current settings.
apexguard status # View connection status.
apexguard countries # View the country list.
apexguard cities <country_name> # View the city list for a specific country.
apexguard groups # See available server groups.
Typ dit voor alle beschikbare opdrachten:
man apexguard
Was dit artikel nuttig?
Bedankt, je helpt ons verbeteren!