[Problem]Serwer pod routere

Zaczęty przez devil12pl, Lipiec 21, 2013, 09:16:36 AM

Poprzedni wątek - Następny wątek

devil12pl

Witam, otóż mam problem z postawieniem serwera pod routerem. Posiadam router firmy TP-Link, nie wiem jaki dokładnie model, problem polega na tym, że nie mogę otworzyć portu 2106. Gdy próbuję go otworzyć router zwraca taki błąd:
Error code: 14007
The service ports should not include the reserved ones (2048-2303) for the Router. Please renter another one.
Czy jest jakaś możliwość, aby odblokować ten port?

JamesDoakes

łatwiej będzie zmienić port login serwera na inny

devil12pl

Zmieniłem port loginservera na 7778, tak wygląda mój loginserver.properties

# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = moje ip

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.0.1

# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = 127.0.0.1
LoginserverPort = 7778

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 20

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) 
LoginBlockAfterBan = 600
GMMinLevel = 100

# The address on which login will listen for GameServers, use * to bind on all available IPs 
LoginHostname = *

# The port on which login will listen for GameServers
LoginPort = 9014


Mimo tego nie można się zalogować, w konsoli nic się nie pojawia, a klient zachowuje się jak by serwer był wyłączony.