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

Doesn't listen on IPv6 address #1886

Closed
kroeckx opened this issue Feb 5, 2017 · 5 comments
Closed

Doesn't listen on IPv6 address #1886

kroeckx opened this issue Feb 5, 2017 · 5 comments

Comments

@kroeckx
Copy link

kroeckx commented Feb 5, 2017

It seems to be only binding to the IPv4 address 0.0.0.0:8448 by default. The bind_address also doesn't support multiple addresses. But it can be worked around by just listing the port multiple times.

@ara4n
Copy link
Member

ara4n commented Feb 5, 2017

bind_addresses: [] should now take a list of addresses for multiple addresses, and if you bind to ::8448 i think that should include ipv6.

@kroeckx
Copy link
Author

kroeckx commented Feb 8, 2017

I'm not sure what you mean, but trying that with the 0.19 release doesn't seem to work.

@14mRh4X0r
Copy link
Contributor

If you set bind_address to '::', Synapse will listen on both IPv6 and IPv4 (with default OS settings)

@kroeckx
Copy link
Author

kroeckx commented Mar 7, 2017 via email

14mRh4X0r added a commit to 14mRh4X0r/synapse that referenced this issue May 31, 2017
Most deployments are on Linux (or Mac OS), so this would actually bind
on both IPv4 and IPv6.

Resolves matrix-org#1886.

Signed-off-by: Willem Mulder <willemmaster@hotmail.com>
silkeh pushed a commit to silkeh/synapse that referenced this issue Dec 17, 2017
Most deployments are on Linux (or Mac OS), so this would actually bind
on both IPv4 and IPv6.

Resolves matrix-org#1886.

Signed-off-by: Willem Mulder <willemmaster@hotmail.com>
@richvdh
Copy link
Member

richvdh commented Dec 18, 2017

fixed by #2435

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

No branches or pull requests

4 participants