From 83d989c73c7fb88ec6b81f514173c6153d6543b9 Mon Sep 17 00:00:00 2001 From: Timothy-Page <44987179+Timothy-Page@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:33:00 +1100 Subject: [PATCH] Added firewall rule for 51820 My vpn was not working unless i disabled the firewall until i added this rule. Signed-off-by: Timothy-Page <44987179+Timothy-Page@users.noreply.github.com> --- .../index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md b/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md index ac18da7..4a43111 100644 --- a/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md +++ b/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md @@ -88,6 +88,7 @@ sudo ufw allow 80 comment "allow HTTP" # will be used by Nginx sudo ufw allow 443 comment "allow HTTPS" # will be used by Nginx sudo ufw allow proto udp to any port 443 comment "allow QUIC" # If your Nginx support QUIC sudo ufw allow proto udp to any port 51822 comment "WireGuard listen port" +sudo ufw allow proto udp to any port 51820 comment "WireGuard listen port" ``` > _Note that I also add **OpenSSH** to allow list to avoid losing connection to