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

Use same /16 parent prefix for Docker as Supervisor (#2246) #2259

Merged
merged 1 commit into from Dec 10, 2022

Conversation

agners
Copy link
Member

@agners agners commented Dec 10, 2022

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.

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.
@agners agners merged commit 970bec6 into home-assistant:dev Dec 10, 2022
agners added a commit that referenced this pull request Jan 24, 2023
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.
@wtremmel
Copy link

There is no such thing as a Class-B network. I assume you mean a /16.

@austwhite
Copy link

@wtremmel While technically correct, it is not uncommon to use the term Class B or Class C network even if they are IP Ranges

@forkwhilefork
Copy link

forkwhilefork commented Feb 7, 2023

@austwhite speaking as a network engineer, in 2023 it certainly is uncommon (unless you only talk to really old people I guess). We should try to avoid archaic and incorrect terminology.

@agners agners changed the title Use same class B network for Docker as Supervisor (#2246) Use same /16 network for Docker as Supervisor (#2246) Feb 7, 2023
@agners
Copy link
Member Author

agners commented Feb 7, 2023

@austwhite speaking as a network engineer, in 2023 it certainly is uncommon (unless you only talk to really old people I guess).

Ok, we are in classless world since forever. But was the "really" really necessary? Because now I really feel really old 😢 😅

Since we have all the smart people here: But the network I define is a /23 network. So technically "same /16 network" is wrong, too. It is just the same first two octets. How do I call that now? Same /16 prefix? Same /16 CIDR block?

@wtremmel
Copy link

wtremmel commented Feb 7, 2023

Problem is not old - I am 56. And also a network engineer. You can call the /16 the parent prefix for example.

@agners agners changed the title Use same /16 network for Docker as Supervisor (#2246) Use same /16 parent prefix for Docker as Supervisor (#2246) Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants