• michael_palmer@lemmy.sdf.org
    link
    fedilink
    arrow-up
    9
    ·
    6 hours ago

    On some public networks, my Wireguard VPN just doesn’t work. Although I can connect to my server using SSH, so I assume the network was configured to block certain ports or how else can it block VPN connections?

    • itslilith@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      11
      ·
      5 hours ago

      Many networks block UDP ports, which is what wireguard uses. If you can configure the serverside part of the VPN, you could try running it on port 123, which is used for the network time protocol (ntp), which also uses UDP and is open nearly everywhere