You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: doc/md/support.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,12 @@ See the section below for any known issues.
27
27
28
28
## Known issues
29
29
30
-
### WireGuard IPv6 blocked with firewalld
30
+
### Connecting to WireGuard VPN over IPv6 blocked by firewalld
31
31
32
32
Firewalld is a firewall that is used by default on e.g. Fedora.
33
-
There is an issue with IPv6 traffic and WireGuard, see: https://github.com/firewalld/firewalld/issues/1203 and https://bugzilla.redhat.com/show_bug.cgi?id=2293925
33
+
There is an issue with IPv6 traffic and WireGuard, see: the upstream [GitHub issue](https://github.com/firewalld/firewalld/issues/1203) and the [Red Hat Bugzilla](https://bugzilla.redhat.com/show_bug.cgi?id=2293925).
34
34
35
-
The workaround is to set `IPv6_rpfilter=no` in `/etc/firewalld/firewalld.conf` and restarting firewalld.serviceor rebooting
35
+
The workaround is to set `IPv6_rpfilter=no` in `/etc/firewalld/firewalld.conf` and restarting `firewalld.service` (`systemctl restart firewalld`) or rebooting.
0 commit comments