GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

Port conflict #639

Closed fletchette closed 8 years ago

fletchette commented 8 years ago

Hey all I'm trying to run a second Source server (TF2), but the console is giving me a port unavailable (27005).

The port config is like this -

Server 1 port="27015" sourcetvport="27020" clientport="27005"

Server 2 port="27017" sourcetvport="27022" clientport="27005"

Why is the clientport giving an issue? (isn't that just the port the client connects from?) Does that mean I should change the client port for the second server? Can I have the same port and sourcetvport for both servers?

UltimateByte commented 8 years ago

Hey dude ! Try changing the client port : surprise ! It works ! :p Yes you have o change it too ! The first port is the queryport, sourcetv is sourcetv, and client port is used by clients, so it's not only an outgoing port.

dgibbs64 commented 8 years ago

I believe it is only outgoing. However if one server is already using a port a second server cannot use it as well.

fletchette commented 8 years ago

Ok, thanks to both of you.

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.