Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Fixed docker0 address conflict#209

Open
kcyeu wants to merge 14 commits into
coreos:masterfrom
kcyeu:master
Open

Fixed docker0 address conflict#209
kcyeu wants to merge 14 commits into
coreos:masterfrom
kcyeu:master

Conversation

@kcyeu
Copy link
Copy Markdown

@kcyeu kcyeu commented Feb 28, 2015

Description

docker0 default uses 172.17.42.1/16, so setting address of host-only adapter to 172.17.8.* leads to conflict, and makes docker0 picking other address (usually 10.1.42.1).

Solution

Changed default network of host-only adapter to 172.19.8.* (the next prime number, just my preference), actually any private network other than 172.17.1.1/16 works.

This may solve #82, #111, and #174.

Changed default netowork of host-only adapter to 172.19.8.*, actually any one other than 172.17.8.* works.
@rimusz
Copy link
Copy Markdown

rimusz commented Mar 26, 2015

👍

@kcyeu
Copy link
Copy Markdown
Author

kcyeu commented May 19, 2015

Haven't seen this PR merged. Is there any concern about it?
@crawford

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants