IPv6 npt nftables
Version vom 29. Januar 2024, 16:49 Uhr von Thomas.will (Diskussion | Beiträge)
- sudo nft add table inet nat6
- sudo nft add chain inet nat6 npt_chain { type nat hook postrouting priority 0 \; }
- sudo nft add rule inet nat6 npt_chain ip6 saddr <private_prefix> oifname "your_outgoing_interface" counter masquerade