Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple IP tables are not available on ODROID N2+ and VM #3026

Closed
lmagyar opened this issue Dec 30, 2023 · 0 comments · Fixed by #3027
Closed

Multiple IP tables are not available on ODROID N2+ and VM #3026

lmagyar opened this issue Dec 30, 2023 · 0 comments · Fixed by #3027
Labels

Comments

@lmagyar
Copy link

lmagyar commented Dec 30, 2023

Describe the issue you are experiencing

On HA OS VM and HA OS Odroid N2+ the CONFIG_IP_MULTIPLE_TABLES=y and CONFIG_IPV6_MULTIPLE_TABLES=y is not set (I haven't tested the availability of these options in all HA OS versions, but we've got issues only with these environments: hassio-addons/addon-tailscale#311 lmagyar/homeassistant-addon-tailscale#43 lmagyar/homeassistant-addon-tailscale#57)

Tailscale and the Tailscale HA add-on tries to use multiple tables for routing configuration, and this runs into errors on VM and Odroid N2+ installations.

So, is it possible to add:

CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IPV6_MULTIPLE_TABLES=y

to:

I can't test these modifications and my Linux experience is not eligible to see the full consequences of these minor modifications.

What operating system image do you use?

odroid-n2 (Hardkernel ODROID-N2/N2+)

What version of Home Assistant Operating System is installed?

10.x - 11.x

Did you upgrade the Operating System.

Yes

Steps to reproduce the issue

This should be y in all HA OS versions not only in the majority: zcat /proc/config.gz | grep -E 'CONFIG_IP(V6)?_MULTIPLE_TABLES'

Anything in the Supervisor logs that might be useful for us?

-

Anything in the Host logs that might be useful for us?

-

System information

No response

Additional information

No response

@lmagyar lmagyar added the bug label Dec 30, 2023
agners added a commit to agners/operating-system that referenced this issue Dec 30, 2023
Enable multiple table options which allows policy routing based on
source address or type-of-service. This is useful for Tailscale.
@sairon sairon linked a pull request Jan 2, 2024 that will close this issue
agners added a commit that referenced this issue Jan 3, 2024
Enable multiple table options which allows policy routing based on
source address or type-of-service. This is useful for Tailscale.
agners added a commit that referenced this issue Jan 3, 2024
Enable multiple table options which allows policy routing based on
source address or type-of-service. This is useful for Tailscale.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant