PDA

View Full Version : Multiple ips, one box


Death
12-23-2003, 11:09 PM
I have one box with 5 ips. How can I set up my command lines or server configs to make a server use one certain ip? It would be great if I could set up 5 servers on one ip using different ports for each. But either way can someone please help me out? And last but not least. lol is there an admin mod for CoD yet? :cry:

12-23-2003, 11:40 PM
Add these cvars to the server config and edit as desired.

set net_ip 69.56.171.174 //IP to listen on for multihomed servers
set net_port 28960 //port to listen on

Death
12-24-2003, 12:13 AM
Thank you for replying to me I appreciate it. One more question. Is it possible to execute those in my short cut to start the server so no one could mess with them in the server configs?

12-24-2003, 12:25 AM
sure you can.

the line would go somthing like....


c:\............codmp.exe +set net_ip 69.56.171.174 +set net_port 28960 +exec codsvr.cfg

Hammer
12-24-2003, 01:02 AM
... but they'll still be able to mess with them in the config files .... :dis:

Death
12-24-2003, 07:21 AM
Thanks guys.