Search the Community
Showing results for tags 'ArchLinux'.
Found 5 results
-
I've managed to get Bluetit/Goldcrest working on my archlinux seedbox vm with the command goldcrest --air-connect pulling the --network-lock off and --air-server alpherg variables from the config file. However when I try to uncomment airconnectatboot server and reboot, the machine becomes unaccessable from ssh. Accessing the machine from the Proxmox gui at this point gets me this. I can see that it's not reading from the config it says it is as the config has Network filter set to off, whereas it says it's set to use iptables in the status output. # # goldcrest runcontrol file # air-server alpherg # air-vpn-type <openvpn|wireguard> # air-tls-mode <auto|auth|crypt> # air-ipv6 <on|off> # air-6to4 <on|off> air-user senkoin air-password eci4wYpx;X}9wqZ # air-key <name> # cipher <cipher_name> # proto <udp|tcp> # server <server_ip|server_url> # port <port> # tcp-queue-limit <n> # ncp-disable <yes|no> network-lock off # ignore-dns-push <yes|no> # allowuaf <yes|no|default> # timeout <seconds> # compress <yes|no|asym> # proxy-host <host_ip|host_url> # proxy-port <port> # proxy-username <proxy_username> # proxy-password <proxy_password> # proxy-basic <yes|no> # alt-proxy <yes|no> # persist-tun <on|off> # conn-stat-interval <seconds> Here is the /home/user/.config/goldcrest.rc # # bluetit runcontrol file # # AirVPN bootstrap servers bootserver http://63.33.78.166 bootserver http://52.48.66.85 bootserver http://54.93.175.114 bootserver http://63.33.116.50 bootserver http://[2a03:b0c0:0:1010::9b:c001] # RSA Parameters rsaexponent AQAB rsamodulus *idk if this is private* # bootserver <ip|url> # rsaexponent <value> # rsamodulus <value> airconnectatboot server networklockpersist off airusername *username* airpassword *password* # airkey <airvpn_user_key> airserver alpherg # aircountry Switzerland # airproto <udp|tcp> # airport 47843 # aircipher <cipher_name> # airipv6 <yes|no> # air6to4 <yes|no> # manifestupdateinterval <minutes> # airwhiteserverlist <server list> # airblackserverlist <server list> # airwhitecountrylist <country list> # airblackcountrylist <country list> # forbidquickhomecountry <yes|no> # country <ISO code> # remote <ip|url list> # proto udp,tcp # port <port> # tunpersist <yes|no> # cipher <cipher_names> # maxconnretries <number> # tcpqueuelimit <value> # ncpdisable <yes|no> # networklock <on|nftables|iptables|pf|off> # ignorednspush <yes|no> # timeout <seconds> # compress <yes|no|asym> # tlsversionmin <disabled|default|tls_1_x> # proxyhost <ip|url> # proxyport <port> # proxyusername <username> # proxypassword <password> # proxybasic <yes|no> and here is /etc/airvpn/bluetit.rc. If I attempt to --disconnect bluetit will hang with ERROR: Cannot allow system DNS to pass through network filter I could really use some help.
-
Is there a SystemD Service or something similar available that I can use to get the VPN service to start on boot? I'm running Arch Linux
-
archlinux Recommended Options (Linux/SystemD)
aSystemOverload posted a topic in Eddie - AirVPN Client
I've set up a SystemD Service (See below), which works a treat, but are there other options that I should consider adding/using? [Unit] Wants=network-online.target After=network-online.target [Service] Type=simple ExecStart=eddie-ui --cli --netlock -login=NotMyUserName -password=NotMyPassword123 -connect --batch path=/etc/airvpn/ Restart=always RestartSec=10s [Install] WantedBy=default.target -
Your eddie portable version of the client which is written in C# make enormous not needed usage of CPU on my ArchLinux. It continually uses around 50% of the CPU which from some reason make load on my machine goes over the 120 load after few minutes. My machine is two core four threads and it uses two cores fully all the time which is insane. I used simply openvpn with generated certs from the website and had minimal under 1% usage. Why does the eddie have that much use of cpu resources. Also one bad thing why there is no possibility to minimize your client. That is a bit irritating. Btw I have disabled checking for servers first I have selected checking for servers every minute then I thought maybe badly written code have problem with checking of the servers. Its not that. I dont write C# I write C and C++ I can write C# I just don't want to. And I expected at least a decent client. Btw I'm using your portable version I might try with AUR version. version is 2.13.6 which is the latest version.
-
Still showing my ISP public IP address when connected via NetworkManager
Guest posted a topic in Troubleshooting and Problems
I'm trying to connect to AirVPN under Arch Linux via NetworkManager/OpenVPN. It connects successfully (it shows a padlock), but if I go to http://ipleak.net/ I can still see both my ISP public IP and my ISP DNS server. I followed this guide (even if it's for Ubuntu). You can find the relevant logs from the "journalctl" command in the attachment.