Failed to Connect to Server

Aesthetic

New member
Messages
2
Points
0
Hey there guys, 

I need a little assistance as I have done everything I could. Search a variety of forums and could not land the right answer...

My client is 2013-08-07

MMO.h is configured to 20130807

> My clientinfo.xml is setup with the appropriate server IP, 6900 port, 20 version, 1 langtype, primary. WHEN I CHANGE THE PORT TO 6121 I GET THIS ERROR: [Error]: chr->parse_char: Received unknown packet 0x64 from ip ''! Disconnecting!

> MySQL databases are setup successfully.

> char-server.conf is set to login server 127.0.0.1 and char server to my server IP

> map-server.conf is set to char server 127.0.0.1 and map server to my server IP

> When server is started, no errors are shown, all servers are online. 

> network.conf is set to

lan_subnets: (


"127.0.0.1:255.0.0.0",
"myserverip:255.255.255.0",
)
 
allowed: (
//"0.0.0.0:0.0.0.0",
"127.0.0.1:255.0.0.0",
"myserverip.23:255.0.0.0",
)
 
trusted: (
"127.0.0.1:255.0.0.0",

Any help?
default_smile.png


 
Last edited by a moderator:
Try to check if your in login-server,map-server and char-server if login-port , char-port, and map-port are all in port: 6121

 
Back
Top