I can login in from the same system the host is running on but cannot log in from any computer outside.
All ports are forwarded correctly.
When another computer tried to login, they never get past "CONNECTING"...
No errors are logged when loading login and world; they both startup flawlessly.
Here are my details
LOGIN
Code:
<LogonDatabase Hostname = "127.0.0.1"
Username = "root"
Password = "Shanoa"
Name = "arclogon"
Port = "3306"
Type = "1">
<Listen Host = "127.0.0.1"
ISHost = "127.0.0.1"
RealmListPort = "3724"
ServerPort = "8093">
<LogonServer RemotePassword = "password"
AllowedIPs = "127.0.0.1/32"
AllowedModIPs = "127.0.0.1/32">
Realm
Code:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "Ba'alt"
Address = "baalt.homedns.org:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
<Realm2 Name = "Ba'alt"
Address = "baalt.homedns.org:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
WORLD
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "pwd" Name = "arcworld" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "pwd" Name = "arcchar" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">