Skip to content

Commit

Permalink
remote-access: more troubleshooting for wireguard
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Anderson <tim.anderson@foundries.io>
  • Loading branch information
Tim-Anderson authored and kprosise committed Jul 20, 2023
1 parent 2061fe5 commit dc9f817
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/reference-manual/remote-access/wireguard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,12 @@ results.
this process by killing and restarting the ``nc -lup`` command.

.. _WSL: https://learn.microsoft.com/en-us/windows/wsl/about

Further Debug
~~~~~~~~~~~~~
On a client, it is also possible to setup firewall rules that would prevent
WireGuard from working correctly. In that case you will need to add something
like this::

sudo iptables -I INPUT -p udp -m udp --sport 5555 -j ACCEPT
sudo iptables -I OUTPUT -p udp -m udp --dport 5555 -j ACCEPT

0 comments on commit dc9f817

Please sign in to comment.