-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
VLAN interface lost after upgrading to 11.0 #2852
Comments
We realized that the NetworkManager profiles for VLAN did not get applied correctly after the interface rename. There is a Supervisor fix, which just made it to the beta version of Supervisor (see home-assistant/supervisor#4633). However, this fix will only work if (the fixed version of) Supervisor runs with correctly setup VLAN. So essentially, for now you'd have to downgrade to HAOS 10.5 (using Manually creating the VLAN profile works as a work around, however I am not exactly sure how Supervisor will handle that profile. Do you see the configuration using |
Ok thanks for the update. I am closing this since there is nothing we can really do to avoid this on OS side, and it is being addressed with the change home-assistant/supervisor#4633 in Supervisor. |
Describe the issue you are experiencing
In my pre-11.0 setup there was a secondary VLAN-enabled adapter (based on
eth0
) to isolate the network traffic. After upgrading to 11.0 the adapter disappeared. After re-adding it manually usingnmcli con add type vlan con-name end0@vlan2 dev end0 id 2 ip4 192.168.2.20/23 gw4 192.168.2.1
, everything works again.What operating system image do you use?
rpi4-64 (Raspberry Pi 4/400 64-bit OS)
What version of Home Assistant Operating System is installed?
11.0
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
I did not found anything relevant.
Anything in the Host logs that might be useful for us?
This is how the interface addition appears in the logs:
System information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: