Hello, I have an issue I am hoping you will be able to resolve for me. I am trying to host 2 servers from the same dedicated server. 1 CSS and 1 insurgency 2 different instances of srcds.exe itself. I am struggling to get the second server to appear in the global master server list. I can see it on the LAN etc but the issue is incoming clients cannot see the server in the master server list. I got around this by giving the server a second (LAN ip) for the switch +ip on the srcds but the issue is now my router is forwarding traffic to the other ip. I've dmzed the server but it's not helped.
The overall issue is my external ip is (for example) 86.92.43.76 and when traffic comes in on port 27015 it goes to the insurgency server. If I change the port of the CSS to something different it doesn't get listed in the global master server list.
Any advice?
Server is: Server 2012 R2
Processor: duel core
RAM:16GB
Game(s): CSS / Insurgency
Start Up Command:
CSS Startup Bat:
@echo off
title Counter Strike: Source
CD C:\GamingServers\CounterStrikeSource\CSSServer
:start
start /wait /abovenormal srcds.exe -game cstrike -console +map cs_assault +maxplayers 16 +sv_lan 0 -ip 172.16.0.26 -port 27020 -tickrate 100
goto start
Insurgency Start up Bat:
@echo off
title Insurgency Server
CD C:\GamingServers\Insurgency\InsServer
:start
start /wait /abovenormal srcds.exe -game insurgency -console +map buhriz strike +maxplayers 24 +sv_lan 0 -ip 172.16.0.25 -port 27015 -tickrate 100
goto start
Admin Mods: Insurgency - Sourcemod
The overall issue is my external ip is (for example) 86.92.43.76 and when traffic comes in on port 27015 it goes to the insurgency server. If I change the port of the CSS to something different it doesn't get listed in the global master server list.
Any advice?
Server is: Server 2012 R2
Processor: duel core
RAM:16GB
Game(s): CSS / Insurgency
Start Up Command:
CSS Startup Bat:
@echo off
title Counter Strike: Source
CD C:\GamingServers\CounterStrikeSource\CSSServer
:start
start /wait /abovenormal srcds.exe -game cstrike -console +map cs_assault +maxplayers 16 +sv_lan 0 -ip 172.16.0.26 -port 27020 -tickrate 100
goto start
Insurgency Start up Bat:
@echo off
title Insurgency Server
CD C:\GamingServers\Insurgency\InsServer
:start
start /wait /abovenormal srcds.exe -game insurgency -console +map buhriz strike +maxplayers 24 +sv_lan 0 -ip 172.16.0.25 -port 27015 -tickrate 100
goto start
Admin Mods: Insurgency - Sourcemod