---- gameserver/config/server.properties
# Bind IP of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 0.0.0.0
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 = mammoth.wyvernia.net
OptionalNetworks = mammoth.wyvernia.net
# This is transmitted to the client from the same network, so it has to be a loc
al IP or resolvable hostname
InternalHostname = 127.0.0.1
InternalNetworks = 127.0.0.1
# Note: You can define server hostname for each network in subnets.properties
tente mudando aonde esta em vermelhor.
|