Web Hosting Talk







View Full Version : Multiple gameservers on 1 server?


Morgant6911
08-15-2004, 11:25 AM
If my server provider gives me 8 IPs, how do I assign each gameserver(CS, Battlefield, whateveR) a specific IP to use?

Also, Does APF allow you to DMZ certain IPs?

Mooecow
08-15-2004, 12:43 PM
what OS you on would be a good first question.

ChaosHosting
08-15-2004, 01:17 PM
Originally posted by Morgant6911
If my server provider gives me 8 IPs, how do I assign each gameserver(CS, Battlefield, whateveR) a specific IP to use?

Also, Does APF allow you to DMZ certain IPs?
If they are different games running on different ports, you can put them on the same IP, but if you want to host multiple servers of one game (same port #), just set it up on a different IP, most games have an option in the command line startup to include what IP to use.

Greg

Morgant6911
08-15-2004, 01:29 PM
Fedora or RH9

SniperDevil
08-15-2004, 01:45 PM
If you are talking about Half-Life and mods, the argument when you execute hlds_run (./hlds_run or /absolute/path/to/hlds_run) would be -ip <chosen ip here>.

That's as easy as it can get, provided you have configured your server to know it has those IPs, and listen on them.

Morgant6911
08-15-2004, 05:39 PM
thx thats what i needed