Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] Client "Failed To Connect to Server"

Newbie Spellweaver
Joined
Oct 1, 2009
Messages
5
Reaction score
0
I user "Wingless Client 1.18" open the game it popup "Failed To Connect to Server"

Start.bat
irisclient.exe 3232250157



IrisAgentDemon.cfg
SERVICE_NAME: AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 192.168.1.109
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.1.255
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

MANAGE_SERVER: LoginServer 192.168.1.109
MANAGE_SERVER: GameServer 192.168.1.109



IrisLoginSrv.cfg
LOGIN_SERVER_ADDRESS(IPv4): 192.168.1.109
LOGIN_BROADCAST_RECV(IPv4): 192.168.1.109
LOGIN_BROADCAST_SEND(IPv4): 192.168.1.255
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000
GAME_LOGIN_CHECK: 1


IrisGameSrv.cfg
SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 192.168.1.109
GAME_BROADCAST_RECV(IPv4): 192.168.1.109
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.109
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

SERVICE_NAME: PvP1Server
SERVER_NO: 1
CHANNEL_NO: 101
GAME_SERVER_ADDRESS(IPv4): 192.168.1.109
GAME_BROADCAST_RECV(IPv4): 192.168.1.109
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.109
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

SERVICE_NAME: PvP2Server
SERVER_NO: 1
CHANNEL_NO: 102
GAME_SERVER_ADDRESS(IPv4): 192.168.1.109
GAME_BROADCAST_RECV(IPv4): 192.168.1.109
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.109
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

SERVICE_NAME: TutorialServer
SERVER_NO: 1
CHANNEL_NO: 501
GAME_SERVER_ADDRESS(IPv4): 192.168.1.109
GAME_BROADCAST_RECV(IPv4): 192.168.1.109
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.109
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

SERVICE_NAME: ThemeUTGarden
SERVER_NO: 1
CHANNEL_NO: 203
GAME_SERVER_ADDRESS(IPv4): 192.168.1.109
GAME_BROADCAST_RECV(IPv4): 192.168.1.109
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.109
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000


IrisLogDemon.cfg
LOGDEMON_BROADCAST_SEND(IPv4): 192.168.1.109
LOGDEMON_BROADCAST_RECV(IPv4): 192.168.1.109
LOG_PORT: 15000
 
Newbie Spellweaver
Joined
Oct 30, 2009
Messages
44
Reaction score
4
Hi Man!
Configure the client IP with the main IP, in my example "192.168.1.51"

Agent Demon
SERVICE_NAME: AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 192.168.1.51
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.1.51
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

MANAGE_SERVER: LogDemon 192.168.1.51
MANAGE_SERVER: LoginServer 192.168.1.51
MANAGE_SERVER: GameServer 192.168.1.51

MANAGE_SERVER: TutorialServer 192.168.1.10
MANAGE_SERVER: PvP1Server 192.168.1.11
MANAGE_SERVER: PvP2Server 192.168.1.12
MANAGE_SERVER: ThemeCircus 192.168.1.13
MANAGE_SERVER: ThemeLaioha 192.168.1.14
MANAGE_SERVER: ThemeDecomuss 192.168.1.15
MANAGE_SERVER: ThemeUTGarden 192.168.1.16
MANAGE_SERVER: ThemeCrystal 192.168.1.17

Log Demon
LOGDEMON_BROADCAST_SEND(IPv4): 192.168.1.255
LOGDEMON_BROADCAST_RECV(IPv4): 192.168.1.51
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

GameServer
SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 192.168.1.51
GAME_BROADCAST_RECV(IPv4): 192.168.1.51
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 177.206.31.137
GAME_PVP_SEND(IPv4): 177.206.31.137
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

LoginServer
LOGIN_SERVER_ADDRESS(IPv4): 192.168.1.51
LOGIN_BROADCAST_RECV(IPv4): 192.168.1.51
LOGIN_BROADCAST_SEND(IPv4): 192.168.1.255
LOGIN_CHANNELS_SEND(IPv4): 192.168.1.51:1:1/192.168.1.51:1:1
LOGIN_PORT: 16002
GAME_PORT: 15004
LOG_PORT: 16000
GAME_LOGIN_CHECK: 1
 
Upvote 0
Back
Top