buenas no puedo poner el server On para que entren mis amigos
LoginServer
# =================================================
# Settings authorization server
# =================================================
# Host and port for client connections
LoginserverHostname = 127.0.0.1
LoginserverPort = 2106
# Host and port for game servers
LoginHost = 192.168.100.25 ( mi Ip interna)
LoginPort = 9014
GameServer
# ===============================
# Network Configuration Server #
# ===============================
# IP which Bind Game server, * - all possible
GameserverHostname = *
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 186.158.144.71 ( Ip externa ovbio)
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable host name
InternalHostname = 192.168.100.25
# AdvIpSystem Make more GameServerIDs. Every Ip should be Protected by a DDoS Guard.
# Your Server will have Success with this system Online.
AdvIPSystem = False
# Address \ port LS
LoginPort = 9014
LoginHost = 192.168.100.25
LoginUseCrypt = true
# How to request ID of LS
RequestServerID = 4
# Permission to take a different id, if requested busy
AcceptAlternateID = False
en que estaria fallando ?