-
Newbie
Stuck at Handshaking
Hi everyone,
I could use a little help - my install / server seems to be stuck at Handshaking.
If I look at the realmd.log file, it shows that the user was authenticated successfully:
2007-04-23 00:23:47 Accepting connection from '10.10.10.150:4798'
2007-04-23 00:23:47 [Auth] got data for cmd 0 ibuf length 40
2007-04-23 00:23:47 [AuthChallenge] got header, body is 0x24 bytes
2007-04-23 00:23:47 [AuthChallenge] got full packet, 0x24 bytes
2007-04-23 00:23:47 [AuthChallenge] name(6): 'PLAYER'
2007-04-23 00:23:47 SQL: SELECT `password`,`gmlevel`,`banned`,`locked`,`last_ip` FROM `account` WHERE `username` = 'PLAYER'
2007-04-23 00:23:47 [AuthChallenge] Account 'PLAYER' is not locked to ip
2007-04-23 00:23:47 SQL: SELECT `id` FROM `account` WHERE `username` = 'PLAYER'
2007-04-23 00:23:47 [Auth] got data for cmd 1 ibuf length 75
2007-04-23 00:23:47 [AuthLogonProof] checking...
2007-04-23 00:23:47 User 'PLAYER' successfully authed
2007-04-23 00:23:47 SQL: UPDATE `account` SET `sessionkey` = 'C90596D00613B9467ED74092B803079988218234C092DBC3E67BAAA779DDAC87B8C580D1EEB74C40', `last_ip` = '10.10.10.150', `last_login` = NOW() WHERE `username` = 'PLAYER'
Any idea why it's not pulling up the realm list?
Here is a little information about my setup:
Client machine - 10.10.10.150
Server / DB - 10.10.10.151
I can telnet to port 3724 on .151 fine from .150. Firewall is also disabled.
In the the realmlist table in the mangos database, I've tried multiple things. Right now I have the server name as Mangos, the address as 10.10.10.151 and the port as 3724.
I've tried using 127.0.0.1 as well as port 8085 and it still sits at handshaking.
I have the same information in the realmlist table in the realmd database.
In my realmlist.wtf file I have:
set realmlist 10.10.10.151
Any help would be greatly appreciated.
Thanks
-
-
Newbie
Re: Stuck at Handshaking
Shameless bump. I've tried a few other things this morning and it's still stuck at handshaking. I ran a packet sniffer trace and it is talking to the server on both ports (3724, 8085) and the ports are wide open.
Any ideas would be really appreciated at this point.
thanks
-
Member
Re: Stuck at Handshaking
Try the following:
in the realmlist table change adress to... hihoha.com now go to C:\windows\system32\drivers\etc\hosts and open it with notepad
you will find the following line:
127.0.0.1 localhost
ad the following line:
127.0.0.1 hihoha.com
now hihoha.com will redirect to localhost,
now put: set realmlist hihoha.com in your realmlist.whatthef*ck
restart realmd and try it :)