Originally Posted by
shadowolf5
already changed files but if you could show me what it looks for you id be thankful
also could the ports be the issue if so it would be helpful to list incase i missed one
sorry for asking so many questions when i havent contributed much to site i just dont seem to know anything that hasnt been posted about 10 times in some form or another
arcmenu-realms.conf
Code:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "*** Realm Name ***"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
arcmenu-logonserver.conf
Code:
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
<LogonServer RemotePassword = "*** Realm Password ***"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
arcmenu-world.conf
Code:
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
<LogonServer DisablePings = "0"
RemotePassword = "*** Realm Password ***">
<VoiceChat Enabled="0"
ServerIP="127.0.0.1"
ServerPort="3727">
I removed the non-relevant portions of the config files that would not cause the problem you are having.
The 127.0.0.1 IP is used if you plan on keeping it private. For a public server, use your public IP and ensure you have the ports forwarded on your firewall/router/etc.