Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two IP's Same Port

Status
Not open for further replies.

coolkbk585

Programmer
Mar 2, 2008
2
US
I'm running Windows Server 2003 R2 and I was wondering how to run more then one instance of the same program and have it use the same port with different IP's.

I have 5 IP's pointing to my server, and I want to run two Call of Duty servers on the same port (28960), but different IP addresses.

How would I go about doing this?
 
You will probably have to use two different ports because you cannot run two applications on the same port as they will conflict. It does not matter that the IP Addresses are different, the traffic will still go to the same server.

Just configure the 2nd session to listen on port 28961

--------------------------------------
"Insert funny comment in here!"
--------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top