-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Federation fails when using IPv6 DNS servers #1002
Comments
Yup. the official bug for this is https://matrix.org/jira/browse/SYN-254 |
...and now fixed on develop by #1696, we believe :) |
...except apparently it's still broken on develop :( |
@glyph Do you know the state of using IPv6 resolvers in twisted, if there's any work going on regarding it? Currently twisted's trunk still doesn't work with them. |
@kyrias I'm afraid I don't understand the question. Twisted's trunk only recently added support for them. What do you consider an "IPv6 resolver"? |
@glyph An IPv6 resolver is a resolver queried over IPv6. |
@kyrias Oh, so just an IPv6 address for looking up A records, not a resolver that can resolve AAAA records? Huh. In what sense does that not work? Are you talking about something in |
@glyph Yes.
|
@kyrias This is definitely a serious bug in Twisted. It's been filed here - https://twistedmatrix.com/trac/ticket/8877 - unfortunately that's still fairly recent. Sorry about that! |
@glyph Weird: it's a bug with "normal" priority in Twisted... |
@swift11: Priority is not really used in our bugtracker. You can tell if something is really high priority by whether it gets fixed or not :) |
Time to update dependencies, boys. |
The dependency won't be updated until there's a new twisted release. ;P But awesome work fixing it! |
@reactormonk Awesome!! huge thanks for sorting it out :) Will close the bug once we've bumped the dep. |
Since 16.7 was full of ghosts, the next release will be 17.1 or 17.2. |
It looks like 17.1 was just released yesterday, going to try and test it out. EDIT: Doesn't seem to work, getting a 401 UNAUTHORIZED in homeserver.log when I try to join #matrix:matrix.org through my homeserver:
|
@jython234 let us know how you get on :) |
It turns out my error was because of incorrect reverse proxy setup, not IPv6. I fixed it and all is well now! This should be fixed, I submitted a pull #1909 which simply bumps the dependency. |
so this is fixed by upgrading Twisted to 17.1.0. We should recommend that in the README, but this is fixed. |
🙌 🎉 The system works!!!🎉🙌 |
readme-recommendation PR is #2088 ftr. and \o/ for the system working |
Federation fails with:
Removing my IPv6 DNS servers in /etc/resolv.conf fix federation:
Seems to be a known issue that has come up in #matrix:matrix.org many times.
The text was updated successfully, but these errors were encountered: