-
-
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
Decrease network size of Docker default bridge (#2135) #2246
Conversation
This relates to #2135. |
The class b private adresses can go from 172.16.0.0 - 172.31.255.255 maybe picking the a space like 172.25.0.0/16 would slim the chances of someone using that subnet. |
@SolarstormTM right good point, we use |
Use a subnet in the same class B network for the Docker default bridge is using. This avoids conflicting with more than one class B network.
PR #2259 |
It would be helpful to also mention the range change in the title because it broke by SSH Port Forwarding Addon :) |
@dilorenzo1987 fixed via ThomDietrich/home-assistant-addons#11 Thanks @hnykda |
Instead of allocating
172.17.0.0/16
as the default network bridge use a much smaller range. This helps folks which have hosts in that network range.Ideally, we should make the default as well as the hassio bridge configurable.