Comment 1 for bug 2043927

Revision history for this message
Simon Fels (morphis) wrote :

Hey Eduardo,

the actual problem seems to be

2023-11-19 13:35:14 Running on OCI, applying firewall rules
iptables v1.8.7 (nf_tables): chain `anbox-ingress' in table `filter' is incompatible, use 'nft' tool.
iptables v1.8.7 (nf_tables): chain `anbox-forward' in table `filter' is incompatible, use 'nft' tool.

We have to apply additional firewall rules as OCI is a bit special in its instance firewalling. As the commands fails we subsequent Juju bootstrap will fail as well as external access on 10.0.0.241:8443 (LXD) is denied.

I will try and reproduce this and come up with a workaround and fix for the next patch release.