• SRCDS + GMOD clientport problems with In-game browser.
    6 replies, posted
Hey guys, I am attempting to host 2 srcds gmod servers from my Dedicated Server. I have successfully set up one and It is working wonderfully. But I want to setup another server and I am having a strange issue. When I attempt to find the second server in the server browser it shows up with the first servers information and connecting gets the first servers addons. I have already changed the clientport among other ports And am using a separate ip. I believe that gmod clients only search on 27005 for the default client ports? Or maybe its a issue with steam/vac stuff. Here are the two invocations that I am using to start the servers: For the main server with the ports: hostport = 27015, clientport = 27005 [CODE]-norestart -ip 69.197.136.30 +hostport 27015 +clientport 27005 +tv_port 27020 +host_workshop_collection [omitted] -authkey [omitted] -game garrysmod -tickrate 33 +gamemode prop_hunt +maxplayers 60 +map ph_office[/CODE] And the new server I want to host: hostport = 27016, clientport = 27006 [CODE]-norestart -ip 69.197.136.29 +hostport 27016 +clientport 27006 +tv_port 27021 +host_workshop_collection [omitted] -authkey [omitted] -game garrysmod -tickrate 33 +gamemode terrortown +maxplayers 32 +map ttt_skycraftfinal[/CODE] If anyone could please shed light on this behavior It would be greatly appreciated. Thanks for your time! Additional details: [CODE] --Centos version CentOS release 6.5 (Final) -- uname -a Linux [hostname omitted] 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [/CODE] If you need more details let me know.
It's just [B]-port 27015[/B] Remove all the other port parameters
[QUOTE=Svenskunganka;45214788]It's just [B]-port 27015[/B][/QUOTE] No Check again I am hosting multiple servers. And Want to use different ports. Also the -port flag for srcds provides the same result [B]Edit[/B] But to humor you server invocations are now: [CODE]-norestart -ip 69.197.136.30 -port 27015 +hostport 27015 +clientport 27005 +tv_port 27020 +host_workshop_collection [omitted] -authkey [omitted] -game garrysmod -tickrate 33 +gamemode prop_hunt +maxplayers 60 +map ph_office[/CODE] And [CODE]-norestart -ip 69.197.136.29 -port 27016 +hostport 27016 +clientport 27006 +tv_port 27020 +host_workshop_collection [omitted] -authkey [omitted]-game garrysmod -tickrate 33 +gamemode terrortown +maxplayers 32 +map ttt_skycraftfinal[/CODE]
[QUOTE=HcgRandon;45214798]No Check again I am hosting multiple servers. And Want to use different ports. Also the -port flag for srcds provides the same result[/QUOTE] I am hosting multiple servers on linux with only the -port command, so why shouldn't it work for you? -port 27015 -port 27020 etc [editline]26th June 2014[/editline] Here's my startups: ./srcds_run -console -game garrysmod +map zs_last_mansion_v3 +maxplayers 24 -port 27045 +gamemode murder ./srcds_run -console -game garrysmod +map zs_last_mansion_v3 +maxplayers 24 -port 27055 +gamemode murder Works for me, should for you.
[QUOTE=Svenskunganka;45214850]I've am hosting multiple servers on linux with only the -port command, so why shouldn't it work for you? -port 27015 -port 27020 etc[/QUOTE] Possibly The way my firewall works. I am only allowing traffic on those ips and those ports. I will try Your method and repost in a few mins. [editline]26th June 2014[/editline] [QUOTE=Svenskunganka;45214850]I am hosting multiple servers on linux with only the -port command, so why shouldn't it work for you? -port 27015 -port 27020 etc [editline]26th June 2014[/editline] Here's my startups: ./srcds_run -console -game garrysmod +map zs_last_mansion_v3 +maxplayers 24 -port 27045 +gamemode murder ./srcds_run -console -game garrysmod +map zs_last_mansion_v3 +maxplayers 24 -port 27055 +gamemode murder Works for me, should for you.[/QUOTE] Quick question are those the only gmod servers you host on that machine?
[QUOTE=HcgRandon;45214911]Possibly The way my firewall works. I am only allowing traffic on those ips and those ports. I will try Your method and repost in a few mins. [editline]26th June 2014[/editline] Quick question are those the only gmod servers you host on that machine?[/QUOTE] Looks to me like you're using the same server files for both servers. Make sure you have two SRCDS installations and that your startup scripts doesn't use the same paths to srcds_run. At the moment, yes. Hosted 2 others but removed them yesterday.
[QUOTE=Svenskunganka;45214926]Looks to me like you're using the same server files for both servers. Make sure you have two SRCDS installations and that your startup scripts doesn't use the same paths to srcds_run.[/QUOTE] Haha Wow I have never felt so dumb in my life. I was setting it up very quick last night and forgot to change my path. Thank you very much. Sorry about wasting your time. I feel like such a idiot right now :P
Sorry, you need to Log In to post a reply to this thread.