Jump to content

RC_

Members
  • Posts

    2
  • Joined

  • Last visited

  1. I think the confusion here is that `ip_tables` is the module reference and `iptables` is the binary built in reference. Microk8s requires this to be a module and not built in. I am compiling a standard kernel as speak to see if setting the appropriate nettable to `m` from '*` will work.
  2. When attempting to install microk8s, I noticed that the `ip_tables` module is missing from the provided image (Ubuntu 24.04 (Noble) Minimal / IOT image) on this page: https://www.armbian.com/radxa-dragon-q6a/ Easy way to replicate: ``` sudo modprobe ip_tables modprobe: FATAL: Module ip_tables not found in directory /lib/modules/6.18.0-rc6-edge-qcs6490 ``` Is there another image that has this module are part of the kernel or do I need to build the kernel myself? This seems like a module that should be included for an image that is labeled as `IOT`.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines