Why does matrix docker not open ports needed for turn server?
-
@danielreyes61 shall we see if it's still working for me? https://matrix.to/#/@josef:uniteddiversity.coop
@jdaviescoates tried to join and send message, it says Messages failed to send, do i need to be federated or anything?
-
Since the turn server exposes a port range
50000-51000/udp
it runs on the host interface directly. You should see the firewall settings withiptables -L
and then for the turn server this section:ACCEPT tcp -- anywhere anywhere multiport dports 3478,5349 ACCEPT udp -- anywhere anywhere multiport dports 3478,5349 ACCEPT udp -- anywhere anywhere multiport dports 50000:51000
@nebulon ok I see them now, thank you. It must be an issue with my host then. Oracle Cloud Free Tier.
-
@jdaviescoates tried to join and send message, it says Messages failed to send, do i need to be federated or anything?
@danielreyes61 said in Why does matrix docker not open ports needed for turn server?:
@jdaviescoates tried to join and send message, it says Messages failed to send, do i need to be federated or anything?
TBH I'm not sure, but I'm not seeing any requests to chat at my end
-
@danielreyes61 said in Why does matrix docker not open ports needed for turn server?:
@jdaviescoates tried to join and send message, it says Messages failed to send, do i need to be federated or anything?
TBH I'm not sure, but I'm not seeing any requests to chat at my end
@jdaviescoates ok no worries. thanks for trying!! I'm not too sure either. All good though. Pretty sure the issue is with my host. May try some other things locally to test to be sure. Thanks!
-
D danielreyes61 has marked this topic as solved on
-
@danielreyes61 shall we see if it's still working for me? https://matrix.to/#/@josef:uniteddiversity.coop
@jdaviescoates said in Why does matrix docker not open ports needed for turn server?:
@danielreyes61 shall we see if it's still working for me? https://matrix.to/#/@josef:uniteddiversity.coop
@danielreyes61 tried but I didn't see anything at my end. Perhaps anyone else reading this could give it a try (just to reassure me it is working at my end
) @robi ?
-
@jdaviescoates said in Why does matrix docker not open ports needed for turn server?:
@danielreyes61 shall we see if it's still working for me? https://matrix.to/#/@josef:uniteddiversity.coop
@danielreyes61 tried but I didn't see anything at my end. Perhaps anyone else reading this could give it a try (just to reassure me it is working at my end
) @robi ?
@jdaviescoates sent you a note and it went through
No fear.
-
@jdaviescoates sent you a note and it went through
No fear.
@robi thanks
-
@danielreyes61 maybe worth looking at the ICE handling on your browser side which potential routes it proposes. At least firefox has
about:webrtc
to get more info.@nebulon what is ice handling?