-
Notifications
You must be signed in to change notification settings - Fork 650
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
Wrong MTU assigned to the docker containers #5194
Comments
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Still happens on latest version (2024.8.2) |
Hm, should Docker maybe handle that more gracefully? If so we should report it upstream to Docker so it automatically sets the MTU correctly. 🤔 Alternatively, we could probably teach Supervisor to set an MTU. Currently, the HA ecosystem doesn't really deal with MTUs. How did you set the MTU on HAOS in first place? 🤔 |
I think the "easy" way would be to just populate the docker config ( The way I dot it is a 2-step process.
I have to do that after every reboot... EDIT: If you ment how did I change the MTU of the "host" itself, the |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
No bot, it still happens :) |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
No, the issue still isn't solved :) |
Describe the issue you are experiencing
I recently had to change the MTU on the host adapter (VM) because the interface is running over a VXLAN. That beeing said, no addon has internet connection since the veth interfaces still get configured as 1500 MTU and by the looks of it, there's no way to edit the docker configuration file (/etc/docker/daemon.json) to account for the different MTU.
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Steps to reproduce the issue
...
Anything in the Supervisor logs that might be useful for us?
System Health information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Instituto Português do Mar e Atmosfera (IPMA)
Dashboards
Recorder
Spotify
Xiaomi Miot Auto
Supervisor diagnostics
config_entry-hassio-9be3d9d992b1c6c5034faedb044b986d.json
Additional information
I've also reported the same issue here (home-assistant/operating-system#3480), but I'm reporting it here too since I'm not really sure where's the correct place to do it.
The text was updated successfully, but these errors were encountered: