Jump to content
Not connected, Your IP: 216.73.216.40

Leaderboard


Popular Content

Showing content with the highest reputation on 09/05/25 in all areas

  1. 1 point
    Philiberti

    UK Server Loads

    I've seen a lot of UK servers with yellow or red capacity for quite a while now and am wondering if the absence of new UK servers are a result of the governments new privacy legislation and possible future restrictions on VPN's. With such a possibly volatile future maybe it's not prudent to improve servers there until the situation stabilises
  2. 1 point
    It's also possible that systemd-resolved is installed but not enabled. Try sudo systemctl enable --now systemd-resolved before taking the DNS directive from the wireguard file. Source: https://bugzilla.redhat.com/show_bug.cgi?id=1732487
  3. 1 point
    If the above failed, try installing systemd-resolved using sudo dnf install systemd-resolved, then try raising the interface using the systemctl method again
  4. 1 point
    Try copying the file to /etc/wireguard and doing sudo systemctl start wg-quick@wg . This should bypass freedesktop and enable you to raise the interface. You can replace "wg" in systemctl start wg-quick@wg with whatever name your config file is. I use wg because your file is named wg.conf, but I do recommend renaming it after the airvpn server you are using, or some other nickname you have for it, like america. So, try copying it as america.conf into /etc/wireguard, then doing systemctl start wg-quick@america. If it fails, do systemctl status wg-quick@america and show the logs here
×
×
  • Create New...