WireGuard: Difference between revisions
→Peer setup: adjust option order |
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 = | ||