ho-ansible / iptables

Ansible role: iptables firewall config
MIT License
0 stars 0 forks source link

nftables #6

Open seanho00 opened 4 years ago

seanho00 commented 4 years ago

Debian 10 (buster) made nftables default over iptables. Amongst other things, kubernetes doesn't yet work with it, even via the iptables-nft compatibility interface.

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
seanho00 commented 2 years ago