Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Dedicated Server - rcon not working - TCP 27015 is being bound incorrectly (?) #561

Open
palaster opened this issue Apr 10, 2023 · 1 comment

Comments

@palaster
Copy link

palaster commented Apr 10, 2023

Expands on #155
On Windows, the TCP port is correctly bound to the broadcast address while on Linux the port is incorrectly bound to the local loopback address (127.x.x.x)
On Windows running a CSS server, using netstat we can see the open ports:
windows_tcp
On Linux also running a CSS server, also using netstat:
linux_tcp
We can use telnet or netcat on the server to check if TCP on port 27015:
nc_screenshot

  • The first two are to the Windows machine and the second set to the Linux machine.

I have tested this on only CSS and Gmod. Also, both the Windows and Linux machines had their Firewalls turned off.

@kolevv
Copy link

kolevv commented May 12, 2024

I'm running into the same issue.
+ip 0.0.0.0
Adding this to my command line arguments аs a workaround, I think it forces the server to listen on any ipv4 address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants