Explain permissive NAT

This commit is contained in:
Pat Maddox
2022-07-31 00:03:57 -07:00
parent cf6e555ce9
commit 427128b9f0

View File

@@ -57,7 +57,8 @@ This basic /etc/pf.conf allow incoming packets on the bridge interface, and NATs
set skip on lo
scrub in
# permissive NAT allows jail bridge and wireguard tunnels
nat on $ext_if inet from !($ext_if) -> ($ext_if:0)
block in