Tailscale on ubuntu ?

  • Hello, currently we no longer provide support for the Ubuntu image of Luckfox Lyra. The attachment is a kernel configuration for running tailscale under buildroot, which can be used as a reference. Further adjustments are required based on your specific usage. Since some compiled files in .ko format are directly included in the kernel, it is necessary to re-execute the entire ./build.sh process. We hope this helps you. Running tailscale under buildroot also requires installing iptables and ip6tables (configure using ./build.sh buildroot-config).
    Downloaded 127 times
  • Crocodile wrote: 2025-05-20 3:50 Hello, currently we no longer provide support for the Ubuntu image of Luckfox Lyra. The attachment is a kernel configuration for running tailscale under buildroot, which can be used as a reference. Further adjustments are required based on your specific usage. Since some compiled files in .ko format are directly included in the kernel, it is necessary to re-execute the entire ./build.sh process. We hope this helps you. Running tailscale under buildroot also requires installing iptables and ip6tables (configure using ./build.sh buildroot-config).rk3506_luckfox_defconfig.zip
    Thank you for your suggestion. I successfully ran Tailscale with the subnet router feature. However, to run it fully, some kernel customizations are needed, such as xt_mark, etc.