Originally Posted by
amftwins
I'm sorry if a post like this has already been posted and fixed, just after going through 30 pages of stuff i got impatient lol. I'm having problems making my server public, it runs fine when its set to 127.0.0.1 or local. but when i change the mangos and realm bind ip to my dyndns host name, and also the realm list address in the db. i try and open the realm and it just closes instantly, so i changed the host file and managed to get the realm to stay up. but when i go to log in a thing pops up saying "unable to connect to realm list server". so I'm outta ideas finally, if you could help i would really appreciate it. thanks for your time.
Code:
for the ppl still dont get ti to work lemme show u all how i got it set up and it does work public
this mangosd.conf
RealmID = 1
DataDir = "."
LogsDir = "./logs"
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;mangos"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
and here realmd.conf
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
LogsDir = "./logs"
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 3
LogTime = 1
LogFile = "Realmd.log"
LogTimestamp = 1
LogFileLevel = 3
LogColors = "13 7 11 9"
UseProcessors = 0
ProcessPriority = 1
RealmsStateUpdateDelay = 20
WrongPass.MaxCount = 0
WrongPass.BanTime = 600
WrongPass.BanType = 0
and this line u got to have in realmlist db adding with navicat or heidisql or what ever u use to enter DB
tablet realmlist
1 MaNGOS (your external ip) 1 0 1 0 0,002 11723 root;ascent;3306;localhost;mangos;characters
and make sure your ips or if you behind a routen u open the ports
8085
3306
3724
3443
3784
443
80
to be sure