Εγκατάσταση ApexGuard σε RHEL και CentOS Linux
Λήψη της Εφαρμογής
Ανοίξτε το τερματικό και εκτελέστε την εντολή για λήψη και εγκατάσταση του client ApexGuard σε Linux:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Σημείωση: Αν δεν υπάρχει το curl, χρησιμοποιήστε αυτή την εναλλακτική εντολή:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Αν αντιμετωπίσετε το σφάλμα Whoops! Permission denied accessing /run/apexguard/apexguardd.sock, επιλύστε το εκτελώντας:
sudo usermod -aG apexguard $USER
- Έπειτα, κάντε επανεκκίνηση.
Μπείτε στον λογαριασμό ApexGuard:
apexguard login
Σύνδεση σε διακομιστή:
apexguard connect
Χρήση ρυθμίσεων ApexGuard
Για τις ρυθμίσεις, πληκτρολογήστε την εντολή apexguard στο τερματικό. Ακολουθούν χρήσιμες εντολές:
Είσοδος & έξοδος:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Σύνδεση και Αποσύνδεση:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Εντολές για διαμόρφωση:
Άνοιγμα/κλείσιμο λειτ.:
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 και πρωτόκολλο:
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:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Επιτρεπόμενα:
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.
Προβολή στοιχείων:
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.
Για πλήρη λίστα εντολών, πληκτρολογήστε:
man apexguard
Ήταν χρήσιμο αυτό το άρθρο;
Ευχαριστούμε, μας βοηθάτε να γίνουμε καλύτεροι!