Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
243 stars 105 forks source link

Unable to connect to server via public network. #119

Open st-little opened 1 year ago

st-little commented 1 year ago

I can connect to the server via private network. But when I connect to the server via public network, I get Steam Auth Failed. Does anyone know how to resolve this error?

Console log

Rejecting connection - Steam Auth Error: NetworkIdentityFailure kicked: Steam Auth Failed

Environment

Mods used

eumario commented 11 months ago

Are you trying to connect to your server from the same network when you are trying to connect to the public IP Address? If so, it will not work. Most ISP's will prevent loop back connections such as those. You will need to connect to the server on the internal IP Address when your on the same network.

st-little commented 11 months ago

Are you trying to connect to your server from the same network when you are trying to connect to the public IP Address? If so, it will not work. Most ISP's will prevent loop back connections such as those. You will need to connect to the server on the internal IP Address when your on the same network.

Trying to connect to the server from another network.