11-26-2008, 01:27 PM
И так у меня токая проблемка....
Я могу зайти на свой сервер со своего компьютера...
А здругова немогу зайти....
В чём проблема....?
Вотконфиги....
D:\Server\Server\game\dist\config\network\network.properties
D:\Server\Server\login\dist\config\network\network.properties
Помогите разобраться....
Я могу зайти на свой сервер со своего компьютера...
А здругова немогу зайти....
В чём проблема....?
Вотконфиги....
D:\Server\Server\game\dist\config\network\network.properties
Код:
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
# This is The IP/Port Gameserver will Assume and Use.
GameServerHostName = 0.0.0.0
GameServerPort = 7777
# this is the Loginserver host and port that this gameserver will try to connect to.
LoginPort = 9014
LoginHost = 192.168.212.*
# This is transmitted to the clients connecting from an external network,
# so it has to be a public IP or resolvable hostname.
ExternalHostname = 127.0.0.1
# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.212.*
# Network traffic optimization:
NetworkTrafficOptimization = true
# Minimum time between sending char's hp/mp status update packet
NetworkTrafficOptimizationMs = 400
# Minimum time between broadcast packets (charinfo,movement)
NetworkTrafficOptimizationBroadCastMs = 800
# ------------------------------------
# Section: Subnets & Advanced Routing
# ------------------------------------
# Define optional networks and router IPs
#
# Format:
#
# Subnet = host, net/mask; host, net/mask, net/mask
#
# host - IP address (200.100.200.100) or
# fully qualified domain name (example.org)
#
# net/mask - mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0
# would be 192.168.*.*
#
# External - external hostname, you defined in server.properties
# Internal - internal hostname, you defined in server.properties
#
# Example:
# Subnet = 169.254.1.100, 169.254.0.0/16, 111.222.333.0/255.255.255.0
InternalNetworks =
OptionalNetworks =
Subnet = Internal, 127.0.0.1/32, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
Subnet = External, 0.0.0.0/0
D:\Server\Server\login\dist\config\network\network.properties
Код:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostName = 192.168.212.*
LoginServerPort = 2106
# The port, ip on which login will listen for GameServers
LoginPort = 9014
LoginHostName = 192.168.212.*
Помогите разобраться....