Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Well, "I am unable to connect via my gaming rig to the server." means your server is not running properly.
Regarding the error logs, it might be a port forwarding issue as well as a binding issue : If there is already something listening on these ports on the system, or if you didn't specify an actual IP to bind to. In your case, make sure you set the IP to 192.168.1.20 in your LinuxGSM start parameters (also known as lgsm config file).
Also make sure that you disable, at least temporarily any firewall on the game server.
Check this for the full procedure https://docs.linuxgsm.com/support/troubleshooting#start-issues
Also, I think if I recall correctly that Rust needs more than 2 ports.
Wait for the server to be fully started, assuming it starts properly, (can take up to 10 minutes depending on your server CPU and HDD speed) then redo
netstat -atunp | grep Rust
You should see lines that say "LISTEN".
Also ./rustserver details should provide you with useful ports (though, the list may not be exhaustive).
The troubleshooting procedure for connecting to the server is summed up here: https://docs.linuxgsm.com/support/troubleshooting#connectivity-issues
@runthemilk Did you fix this? I'm facing the same problem.