You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
so i've got the server up and running and i can see the server in the rust public server list, however i cannot add the server to favourites and i cannot see the servers ping, my server doesn't block ICMP.
when I try to add the server to my favourites I get the message 'Server "my server" has no favourite endpoint! will favourite by IP and port only' and the steam Game Servers UI just says 185.103.96.88:28016 <not responding>
To Reproduce
Steps to reproduce the behavior:
run the server on a public IP like so
I have no idea why but running the container with the additional port defined - 28016/udp was the answer, im guessing query protocol is also over udp, might wanna add this to the docs.
Describe the bug
so i've got the server up and running and i can see the server in the rust public server list, however i cannot add the server to favourites and i cannot see the servers ping, my server doesn't block ICMP.
when I try to add the server to my favourites I get the message 'Server "my server" has no favourite endpoint! will favourite by IP and port only' and the steam Game Servers UI just says
185.103.96.88:28016 <not responding>
To Reproduce
Steps to reproduce the behavior:
run the server on a public IP like so
Expected behavior
I expect to be able to add the server to favourites and see its ping
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
im wondering if this is a natting issue, maybe I need to make the serve run on net: host?
also if i add +server.ip 185.103.96.88 it fails to start as that IP is not binded to a network interface in docker
The text was updated successfully, but these errors were encountered: