Just downloaded and compiled ArcEmu, first time in over a year and have to say a lot has changed (for the better too!)
Everything seemed seamless and a quick and easy set up, however there's one issue that eludes me and it's probably a really simple fix but it is 7am and I haven't slept yet, so it could well be staring me right in the face, but whenever I try to log in it instantly goes to "unable to connect to realm list server."
Using LoE database (seems irreverent since this has nothing to do with world)
Logon/Character structure is up to date.
Logon/World successfully loaded without any issues and authenticated on 127.0.0.1.
The configs.
logon.conf
<LogonDatabase Hostname = "localhost" Username = "root" Password = "-snipped-" Name = "arc_logon" Port = "3306"> <Listen Host = "0.0.0.0" ISHost = "0.0.0.0" RealmListPort = "3724" ServerPort = "8093"> <LogLevel File = "0"> <Rates AccountRefresh = "600"> <LogonServer RemotePassword = "wysiwyg" AllowedIPs = "127.0.0.1/24" AllowedModIPs = "127.0.0.1/24">
realms.conf
<LogonServer Address = "127.0.0.1" Port = "8093" Name = "Default Logon" RealmCount = "3"> <Realm1 Name = "My Realm Name" Address = "internet-url-or-ip:8129" Icon = "PVP" Population = "1.0" TimeZone = "2"> <Realm2 Name = "Private" Address = "internal-ip-address-for-lan-access:8129" Icon = "PVP" Population = "1.0" TimeZone = "1"> <Realm3 Name = "Localhost" Address = "localhost:8129" Icon = "PVP" Population = "1.0" TimeZone = "1">
Thanks for your time.
Just a quick update.
Updated realms.conf
<LogonServer Address = "127.0.0.1" Port = "8093" Name = "Default Logon" RealmCount = "3"> <Realm1 Name = "My Realm Name" Address = "internet-url-or-ip:8129" Icon = "PVP" Population = "1.0" TimeZone = "2"> <Realm2 Name = "Private" Address = "192.168.0.100:8129" Icon = "PVP" Population = "1.0" TimeZone = "1"> <Realm3 Name = "Localhost" Address = "localhost:8129" Icon = "PVP" Population = "1.0" TimeZone = "1">
I'm now successfully able to connect via Private, but I'm still unable to connect via localhost/127.0.0.1.
Any ideas?
Thanks!