Page 1 of 1

Support for ipv6

Posted: 2025-10-05 16:00
by solaris7x
I currently have ubuntu 22 flashed from google drive.
Does the current kernel support ipv6 ?
As per my understanding , ipv6 is not supported in those wiki images.
How can I build image with ipv6 ?

Extra:
I plan to run expose some tcp connection over ipv6 , run traefik and docker or container is my reason for using ubuntu

Re: Support for ipv6

Posted: 2025-10-09 7:39
by Crocodile
Hello, to start IPV6, the kernel needs to enable the relevant configuration. This is independent of the type of rootfs being used. You can enable the config_IPV6 configuration by running ./build.sh kernel-config, and then recompile the boot.img and burn it into Luckfox Lyra.
If you want to use Docker, additional kernel configurations are required. You can refer to viewtopic.php?t=1706 for more information.

Re: Support for ipv6

Posted: 2025-10-11 4:16
by solaris7x
Great , thank you the info.
I don't see a ubuntu support in sdk but with docker enabled using buildroot won't be a problem I guess