Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

allow weave-dns to bind to multiple addresses (ipv4 and ipv6) #1771

Open
gucki opened this issue Dec 9, 2015 · 2 comments
Open

allow weave-dns to bind to multiple addresses (ipv4 and ipv6) #1771

gucki opened this issue Dec 9, 2015 · 2 comments

Comments

@gucki
Copy link

gucki commented Dec 9, 2015

I was talking to @rade on IRC. I use a custom docker network driver which connects containers to a custom bridge (not docker0) and assigns a routable address. To get weave-dns working I have to bind weave-dns to the routable address of the host, which is reachable by the container, and then pass --dns to the container. This works great so far.

However I can only specify one listen-address to weave-dns. So when I bind weave-dns to an ipv4 adress, the container has to have a routable ipv4 address. It's then not possible that have an ipv6-only container. It's the same the other way round: when I bind weave-dns to an ipv6 adress, the container has to have a routable ipv6 address. It's then not possible that have an ipv4-only container.

If weave-dns could be bound to an ipv4 and an ipv6 addres, this wouldn't be an issue anymore.

@rade rade added the icebox label May 3, 2016
@rade rade removed the icebox label Jul 4, 2016
@rade rade modified the milestone: icebox Jul 4, 2016
@vtolstov
Copy link

vtolstov commented Dec 2, 2016

any news about ipv6 support for binding?

@awh
Copy link
Contributor

awh commented Dec 2, 2016

@vtolstov as with #19, we have no plans to work on this at the moment.

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

No branches or pull requests

4 participants