Getting server on nett problems

Joined
Feb 13, 2007
Messages
3
Reaction score
0
Ive made a server the complete one (mongos tbc 2.0.6) or something. The thing is everytime me (local) and a mate try to logon it stopp at handshaking. I donno why. i opened all ports i can. and still nothing.
My ip is not a local one. Ive made it on my ruter so that its
"85.164.249.XXX" When i check the log it it says as below:

I wish to be able to play on the server computer wile others can play on the server at same time. This server is not ment for many people just me and some palls. Help is needed




2007-02-14 03:29:45 Using configuration file realmd.conf.
2007-02-14 03:29:45 MaNGOS realm daemon /0.6-SVN (Win32)
2007-02-14 03:29:45 <Ctrl-C> to stop.
2007-02-14 03:29:45 Database: 85.164.249.119;3306;root;123;realmd;
2007-02-14 03:29:45 Connected to MySQL database at 85.164.249.119
2007-02-14 03:29:45 SQL: SELECT `id`, `name`,`address`,`port`,`icon`,`color`,`timezone` FROM `realmlist` ORDER BY `name`
2007-02-14 03:29:45 Added realm "MaNGOS".
2007-02-14 03:29:45 realmd process priority class set to HIGH
2007-02-14 03:29:45
2007-02-14 03:30:55 Accepting connection from '127.0.0.1:2715'
2007-02-14 03:30:56 [Auth] got data for cmd 0 ibuf length 39
2007-02-14 03:30:56 [AuthChallenge] got header, body is 0x23 bytes
2007-02-14 03:30:56 [AuthChallenge] got full packet, 0x23 bytes
2007-02-14 03:30:56 [AuthChallenge] name(5): 'ANDRE'
2007-02-14 03:30:56 SQL: SELECT `password`,`gmlevel`,`banned`,`locked`,`last_ip` FROM `account` WHERE `username` = 'ANDRE'
2007-02-14 03:30:56 [AuthChallenge] Account 'ANDRE' is not locked to ip
2007-02-14 03:30:56 SQL: SELECT `id` FROM `account` WHERE `username` = 'ANDRE'
2007-02-14 03:30:56 [Auth] got data for cmd 1 ibuf length 75
2007-02-14 03:30:56 [AuthLogonProof] checking...
2007-02-14 03:30:56 SESSIONKEY 40BYTES Method2:
2007-02-14 03:30:56 B8
2007-02-14 03:30:56 A6
2007-02-14 03:30:56 96
2007-02-14 03:30:56 07
2007-02-14 03:30:56 06
2007-02-14 03:30:56 E1
2007-02-14 03:30:56 3B
2007-02-14 03:30:56 B2
2007-02-14 03:30:56 A9
2007-02-14 03:30:56 39
2007-02-14 03:30:56 BC
2007-02-14 03:30:56 0F
2007-02-14 03:30:56 F8
2007-02-14 03:30:56 F5
2007-02-14 03:30:56 F9
2007-02-14 03:30:56 97
2007-02-14 03:30:56 C8
2007-02-14 03:30:56 2A
2007-02-14 03:30:56 B9
2007-02-14 03:30:56 4D
2007-02-14 03:30:56 6D
2007-02-14 03:30:56 FF
2007-02-14 03:30:56 D1
2007-02-14 03:30:56 92
2007-02-14 03:30:56 3F
2007-02-14 03:30:56 7C
2007-02-14 03:30:56 1B
2007-02-14 03:30:56 E3
2007-02-14 03:30:56 57
2007-02-14 03:30:56 07
2007-02-14 03:30:56 4B
2007-02-14 03:30:56 B9
2007-02-14 03:30:56 43
2007-02-14 03:30:56 5B
2007-02-14 03:30:56 68
2007-02-14 03:30:56 6D
2007-02-14 03:30:56 A6
2007-02-14 03:30:56 EA
2007-02-14 03:30:56 86
2007-02-14 03:30:56 EA
2007-02-14 03:31:19 Accepting connection from '85.200.32.145:3784'
2007-02-14 03:31:19 [Auth] got data for cmd 0 ibuf length 38
2007-02-14 03:31:19 [AuthChallenge] got header, body is 0x22 bytes
2007-02-14 03:31:19 [AuthChallenge] got full packet, 0x22 bytes
2007-02-14 03:31:19 [AuthChallenge] name(4): 'MADS'
2007-02-14 03:31:19 SQL: SELECT `password`,`gmlevel`,`banned`,`locked`,`last_ip` FROM `account` WHERE `username` = 'MADS'
2007-02-14 03:31:19 [AuthChallenge] Account 'MADS' is not locked to ip
2007-02-14 03:31:19 SQL: SELECT `id` FROM `account` WHERE `username` = 'MADS'
2007-02-14 03:31:19 [Auth] got data for cmd 1 ibuf length 75
2007-02-14 03:31:19 [AuthLogonProof] checking...
2007-02-14 03:31:19 SESSIONKEY 40BYTES Method2:
 
I figured it out ! But When i logon i get DC at end of loading and some of my mates cant join the server at the realm page! any idea?
 
Back