Well, Here I'm trying to make a server public for friends and family etc..
My friends and local computers get the message "Login Server Down" after about 10 seconds
of being stuck at connecting...
I've followed pretty much every guide out there. Checked all my ports.
All of the ports listen in my logonserver configuration file are open. Courtesy of Open Port Check Tool
logon.conf
Code:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
<LogLevel Screen = "0"
File = "-1">
<Rates AccountRefresh = "300">
<Client MinBuild = "00000"
MaxBuild = "99999">
<LogonServer RemotePassword = "dddddd"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
realms.conf
Code:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "2">
<Realm1 Name = "Test Realm"
Address = "wowdev.servegame.com:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
<Realm2 Name = "Test Realm - Local"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
I've tried it with and without the local realm. Please, any assistance would be great!