WireGuard: Difference between revisions

Tie-ling (talk | contribs)
Peer setup: adjust option order
Tie-ling (talk | contribs)
Test and Troubleshooting
Line 385: Line 385:
   ]
   ]
</syntaxhighlight>
</syntaxhighlight>
== Test and Troubleshooting ==
Test the proxy with
<syntaxhighlight>
# ipv4
$ curl -4 zx2c4.com/ip
# ipv6
$ curl -6 zx2c4.com/ip
</syntaxhighlight>
Check systemd-networkd log for any error and warning messages
<syntaxhighlight>
$ journalctl -u systemd-networkd.service
</syntaxhighlight>
Invoke <code>wg</code> command from <code>wireguard-tools</code>.


= wg-quick =
= wg-quick =