Que tal gente! Primero felicitarlos por la increible comunidad y la cantidad de topics que tiene la misma, me han sido de gran ayuda pero esta vez necesito que me ayuden a mi mas directamente...
No puedo abrir los puertos de mi router (aunque ya los he configurado). Mi router es un TP-Link cuya ip para conectarse a la pagina de configuracion es 192.168.1.1, los que utilicen esa ip sabran mas o menos como es el panel de configuracion ya que son todos casi iguales.
Prove de abrirlos desde el firewall, nada.. Prove desactivando el firewall, nada.. Prove el "server port test for MTA", me dice que estan todos cerrados, probe el "openports" en la cosola del MTA Server, no me deja escribir en la consola... ya no se que mas hacer.. voy a subir fotos para que vean como tengo las configuraciones y aver si pueden sacar concluciones de que es lo que pasa
PD: Si seteo el httpserver en "0" en el archivo "mtaserver" carga todos los resources pero la consola me tira el error numero : 10049, "could not blind the server on interface "xxx.xxx.xx.xxx" (xx= la ip que me da "cualesmiip.com") and por 22003
Ahora, si seteo httpserver en "1" sale el siguente mensaje (sin cargar resources ni nada): could not start HTTP server on "xxx.xxx.xx.xxx (mi ip) and port 22005
Dejo las imagenes que hablan por si solas.. espero la pronta respuesta ya que tengo el server armadito y listo para lanzar! muchas gracias!
<config>
<!-- This parameter specifies the name the server will be visible as in the ingame server browser
and on Game-Monitor. It is a required parameter. -->
<servername>DayZ-MTA Argentina</servername>
<!-- ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING - it is generally only
needed for professional servers and should be left blank otherwise.
This parameter specifies the IP to use for servers that have multiple IP addresses. If left
blank, it will default to server's standard local IP address. -->
<!-- SERVERIP SHOULD BE LEFT BLANK UNLESS YOU ARE SURE OF WHAT YOU ARE DOING -->
<serverip>200.3.222.183</serverip>
<!-- WARNING: SETTING serverip AND THEN ASKING FOR SUPPORT CAN CAUSE DEATH OR INJURY -->
<!-- This parameter specifies the UDP port on which the server will be accepting incoming player
connections; default value: 22003. It is a required parameter. -->
<serverport>22003</serverport>
<!-- This parameter specifies the number of maximum player slots available on the server; default
value: 50. It is a required parameter. -->
<maxplayers>32</maxplayers>
<!-- This parameter specifies whether the builtin http server will be used.
Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpserver>1</httpserver>
<!-- This parameter specifies the TCP port on which the server will be accepting incoming http
connections. It can be set to the same value as <serverport>. It is a required parameter
if <httpserver> is set to 1. -->
<httpport>22005</httpport>
<!-- If set, this parameter specifies the external URL from which clients will be able to download
needed resources ingame. Otherwise they will download them directly from the server. -->
<httpdownloadurl></httpdownloadurl>