RHEL ve CentOS Linux’ta ApexGuard Kurulumu
Uygulamayı İndirme
ApexGuard Linux istemcisini indirip kurmak için terminali açın ve aşağıdaki komutu çalıştırın:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Not: curl paketi kurulu değilse aşağıdaki alternatif komutu kullanabilirsiniz:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Whoops! Permission denied accessing /run/apexguard/apexguardd.sock hatasıyla karşılaşırsanız, şunu çalıştırarak çözün:
sudo usermod -aG apexguard $USER
- Sistemi yeniden başlatın.
ApexGuard hesabınıza giriş yapın:
apexguard login
Bir sunucuya bağlanın:
apexguard connect
ApexGuard Ayarını Kullanma
Terminale apexguard komutunu yazarak ayarlara erişin. Aşağıda faydalı komutların bir listesi bulunmaktadır:
Giriş ve Çıkışlar:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Bağlanma/Bağlantı Kesme:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Yapılandırma Komutları:
Özellikleri Açma/Kapama:
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 ve Protokol Ayarla:
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.
Yerel Ağ Keşfi:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
İzin Listesi:
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.
Bilgi Görüntüleme:
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.
Komutların tam listesi için şunu yazın:
man apexguard
Bu makale yardımcı oldu mu?
Teşekkürler, bizi daha iyi yapıyorsunuz!