Posts: 2
Threads: 1
Joined: Oct 2012
Reputation:
0
If I wanted to run multiple servers off an IP, how would I do it?
Does the server browser listen on multiple ports?
I need to run 2 servers off of 1 static IP, but they both need to show in the server browser.
How can I do this?
Posts: 10
Threads: 4
Joined: Sep 2012
Reputation:
0
just set them as diff. ports, make sure theyre both port forwarded
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
10-01-2012, 08:27 AM
(This post was last modified: 10-01-2012, 08:27 AM by loopyman.)
It will show up in the public list as long as you're not on the same LAN as the game servers. With exceptions of special routers and what not that can handle communications to your external IP from your internal network.
Use the common port schema: 27015, 27016, 27017, 27018, and 27019.
Looking for a game server? Visit
fullfrag.com and pick one up as low as $2.50 / mo!
Posts: 48
Threads: 1
Joined: Jan 2013
Reputation:
5
add this to your server run command (replace <yourexternalIP> and <serverport>): +ip <yourexternalIP> +hostport <serverport>