mirror of
https://github.com/toreanderson/clatd
synced 2026-08-24 08:25:16 +00:00
Ensure CLAT-PLAT traffic is permitted in UFW
UFW is the standard local firewall framework in Debian-based distributions. If it is installed and active, add rules that permit routed traffic between the CLAT and the PLAT prefix. This traffic is dropped by the default UFW ruleset, leading to issues such as #42.
This commit is contained in:
12
README.pod
12
README.pod
@@ -262,6 +262,18 @@ L<https://nftables.org/projects/nftables/>. Required if I<ctmark> is set.
|
||||
Path to the B<tayga> binary from the TAYGA package available at
|
||||
L<http://www.litech.org/tayga>. Required.
|
||||
|
||||
=item B<cmd-ufw=path> (default: assume in $PATH)
|
||||
|
||||
Path to the B<ufw> binary from the UFW local firewall framework available at
|
||||
L<https://launchpad.net/ufw> commonly seen on Debian-based distributions. If
|
||||
this command is present on the system, and B<ufw status> reports that the
|
||||
firewall is active, B<clatd> will add firewall rules ensuring traffic between
|
||||
the CLAT and the PLAT prefix is allowed when it is starting up, and remove them
|
||||
when it is shutting down.
|
||||
|
||||
If you don't want B<clatd> to add and remove UFW firewall rules, set this to an
|
||||
empty string.
|
||||
|
||||
=item B<forwarding-enable=bool> (default: I<yes>)
|
||||
|
||||
Controls whether or not B<clatd> should enable IPv6 forwarding if necessary.
|
||||
|
||||
Reference in New Issue
Block a user