Posts: 3
Threads: 1
Joined: Aug 2009
Reputation:
0
08-20-2009, 12:50 AM
(This post was last modified: 08-20-2009, 12:55 AM by shcKr-.)
Hey,
I am planning to use a computer as a dedicated box to host some servers at this local lan im going to.
I have setup different links, all without different ip's - I'm trying to run 8 servers..
The thing is, the first servers, the ports of these:
27015
27016
27017
27018
27019
The 5 servers above display fine, but any ports above 27020 do not show up in the lan tab (they dont need to be on the internet).
I can still connect to these via joining through console (connect LOCALIPHERE:27021)
and this works fine. But ofcourse this is an inconvience and I would much rather them all display in the lan tab.
Thanks in advance
Posts: 1,033
Threads: 13
Joined: Oct 2008
Reputation:
11
You need to space the servers out by 10 ports. The reason this is happening is because hltv/vac allocates some ports, even if you arent using them, so you need to spread them out. Use ports 27015,27025,27035,27045,27055,27065,27075,27085,27095, and forward them tcp (rcon) and udp(game)
Posts: 3
Threads: 1
Joined: Aug 2009
Reputation:
0
08-20-2009, 04:15 AM
(This post was last modified: 08-20-2009, 04:25 AM by shcKr-.)
i did try spacing them previously, how do i 'forward them tcp (rcon) and udp(game)' ?
also when i hit 27095, do i use 27105 ?
this is what i have in the launch line:
C:\srcds\srcds.exe -console -autoupdate -game cstrike +map de_dust2 +maxplayers 4 -tickrate 100 +fps_max 200 +hostname Counterstrike: Source 5v5 Server #1 -port 27045
i tried this and it only shows the server with the port 27015
Posts: 1,033
Threads: 13
Joined: Oct 2008
Reputation:
11
Forward the ports both tcp and udp
Posts: 3
Threads: 1
Joined: Aug 2009
Reputation:
0
I asked how do I forward these? is it a router option or.. ?
Posts: 1,033
Threads: 13
Joined: Oct 2008
Reputation:
11
Oh sorry, your running at a lan, your gonna need more than one ip... you can do that with windows if you want, lan tab doesnt show above 20... go to netowrk connections, right click, properties of lan card, go to internet protocal tcp/ip, click properties of that, assign all info there, assign dns (usually router) go to advanced, click add, then add your ips, keep the subnet mask 255.255.255.0 and you click ok/
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
08-20-2009, 05:52 AM
(This post was last modified: 08-20-2009, 05:53 AM by Mooga.)
As Pengy said, just give the server more IPs. Problem solved.
Under IP properties hit Advanced and add another IP address. For a DNS server, use opendns.
Then put the IP in the start up line.
~ Mooga ...w00t? -
SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.