Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/09/2011, 11:12
elmacara
 
Fecha de Ingreso: septiembre-2011
Mensajes: 3
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: Asignar IP a Programa en Server Dedicado

Cita:
Iniciado por Datacenter1 Ver Mensaje
Según las instrucciones del sistema no es necesario, pero si es lo que quieres hacer, yo buscaría en la documentación acerca de algún parámetro que permita eso

Desafortunadamente no soy experto en Windows por lo que no puedo ayudar con tu PM
esto fue la explicacion que me dieron unas personas, pero de igual manera no se como y donde ejecutar esas funciones para asignarlo, trate de contactar a esas personas pero no eh dado con ellas, en fin mira esta explicacion.


This typically depends on the program/server you are using. Different games use different methods of assigning IPs. Most of the games allow you to set this in the server's command line or the command you use to start the server(if you are starting server instances via batch file). For example, if you wanted to assign an IP to a Call of duty or other q3 based game you would add the following:

+set net_ip 192.168.1.1

Of course, 192.168.1.1 would be replaced with the IP you choose to assign. For source/1.6 based games, the command line entry would look like this:

+ip 192.168.1.1

The method will vary from game to game. It would be best to check the knowledge base of the game/program you intend to run.