Trying to setup server, Failed to connect to relay server #353
dpolakovics
started this conversation in
General
Replies: 2 comments
|
In my case I had problems too with relay server, it was that my NAT router rule didnt work as it should with the server behind NAT, so had to change NAT rule for a HairPin NAT rule kind and now works right. |
0 replies
|
I had a similar issue. I hope this solution helps. I setup Rustdesk server via docker and I could not get the relay to work properly. The error I continued to get was "Failed to connect via relay server". This turned out to be a network issue. I ended up finding some clues by looking at what docker had for networks. I changed the following in my compose.yml file I could not simply specify the ports, but had to include the IP address. I also had to include the relay server name in the command line for the ID server. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
i try to setup the server for an NGO.
The Problem is i always get Failed to connect via relay server.
I tried to debug it a bit. Connection to hbbs works good. I also get logging that the clients get an id and its stored into database.
Hbbr just gives standard startup log and then nothing more.
When trying with telnet i get connection refused on 21117, because i wasn't sure if it uses ssl i also tried with openssl and also get refused. 21116 works fine.
Both Ports are opened and i can see them in netstat.
Best regards
All reactions