rust-server: Disconnected: connection attempt failed
Describe the bug I am using all defaults a part from port mappings and I cannot connect to my server even though the server is online and appearing on my Steam server list
To Reproduce
this is my port mapping:
{
ContainerPort: 28015,
HostPort: 27015,
},
{
ContainerPort: 28015,
HostPort: 27001,
Protocol: "udp",
},
{
ContainerPort: 28016,
HostPort: 27002,
},
{
ContainerPort: 8080,
HostPort: 27003,
},
Also I cannot connect to RCON getting 1006 error with password docker as default
Expected behavior Should connect
Environment (please complete the following information):
- Host OS: Amazon Linux 2 4.14.181-140.257.amzn2.x86_64
Docker version 19.03.6-ce, build 369ce74
Additional context The whole system is running on ECS
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 19 (2 by maintainers)
@danielsand ok, thanks I will check this out again. BTW I have found this as well:
https://shockbyte.com/billing/knowledgebase/138/Rust-Server-Not-Showing-in-CommunityorModded-List.html#:~:text=Update your Rust server - If,the server will not appear.&text=Clear the Steam cache - To," and "config" folder.
In my case it had special chars, but I did not test it yet
@MatteoInfi
possbile
my problem is gone now - but i have also discovered a DNS issues on my side which prevent my server from getting listed and conncted to.
i have seen in facepunch’s changelog something interesting
so its working for me now - but i dont know what exactly was the problem.