server online for all..how to do that?

Newbie Spellweaver
Joined
Sep 8, 2005
Messages
15
Reaction score
0
i write in the file
C:\WINDOWS\system32\drivers\etc\hosts

192.168.1.100 serverTBC_PerGola_2.0.10

and i change in all the conf files to the same IP
like that..
LoginDatabaseInfo = "192.168.1.100;3306;root;****;realmd_bc

and inside the SQLyog i change the adress to the same IP and the DBINFO i write there 192.168.1.100;3306;root;***;realmd_bc too

i open the ports 3443 3724 8085 and 3306

but steel people cant get inside my server..
my friend get the BC and 2.0.10 server same as me..
he change the reamlist to my IP but steel he cant log in..
(in the SQLyog in the acount i make him GM
and he try the password that i gave him but he cant log in)

then what can be the problem.. i try everything..
 
Its impossible for your friend to connect to a 192.168.*.* IP, cause this is a LAN IP. But to connect to you, he needs your WAN IP( . You also have to change the IP in your realmlist with sqlyog or navicat to your WAN IP.

What you did in your ...\host just makes your pc think that "ServerTBC_PerGola_2.0.10 " means "192.168.1.100".

in your mangos and realm config you can just write 127.0.0.1 or localhost.
 
Back