microscopic-memory-76904
04/26/2023, 2:32 AM2023-04-25T19:12:18.599777283-07:00 + grep -Eq :
2023-04-25T19:12:18.601544851-07:00 + iptables -t filter -I FORWARD -s 0.0.0.0/0 -p TCP --dport 8686 -j ACCEPT
iptables v1.8.8 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
2023-04-25T19:12:18.614809084-07:00 Perhaps iptables or your kernel needs to be upgraded.
Has anyone else ran into this? I recently upgraded Rancher to 2.7.3 and k3s to v1.25.7 +k3s1creamy-pencil-82913
04/26/2023, 3:09 AMrough-farmer-49135
04/26/2023, 2:06 PMmodprobe iptable_filter
(or a different one) was required.iptable_nat
, that was for k3d, though.
Also on RHEL 8 & newer Ubuntu there's a difference with using legacy iptables instead of nftables that fixed things like that at times too.microscopic-memory-76904
04/27/2023, 3:53 PMcreamy-pencil-82913
04/27/2023, 4:51 PMmicroscopic-memory-76904
04/27/2023, 5:49 PMcreamy-pencil-82913
04/27/2023, 6:01 PMmicroscopic-memory-76904
04/27/2023, 6:10 PM