I'm trying to update to rev 4410 but it keeps saying IP 127.0.0.1 isn't allowed. How can I update my logon config files? (I'm still using the old one can someone give me the new one and tell me what to update?)
I'm trying to update to rev 4410 but it keeps saying IP 127.0.0.1 isn't allowed. How can I update my logon config files? (I'm still using the old one can someone give me the new one and tell me what to update?)
It think you may have banned yourself or something. Go the the table in MySQL called bans or something.
Add these into your logon config files~~~at least for me I can work well with
it~~
# WorldServer Setup
#
# RemotePassword
# This directive controls the password used to authenticate with the worldserver.
# It must be the same between the two configs. If it is not, your server will
# not register.
#
# Default: "change_me_logon"
#
# AllowedIPs
# This section MUST be completed, otherwise all attempts to link your servers will fail.
# These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
# to make server connections to your logonserver, and register realms.
# For example, everything in the 127.0.0.* range would be:
# 127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
#
# To allow a single IP,
# 1.3.3.7/24, would allow only 1.3.3.7 to connect as 32 of the bits must match.
#
# AllowedModIPs
# In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
# (adding bans, GMs, account permissions, etc)
#
<LogonServer RemotePassword = "change_me_logon"
AllowedIPs = "127.0.0.0/24"
AllowedModIPs = "127.0.0.0/24">
what do I put for this part:
<LogonServer RemotePassword = "change_me_logon"
AllowedIPs = "127.0.0.0/24"
AllowedModIPs = "127.0.0.0/24">
just change the password---the same in the world conf file~~~
leave the "allow xxx" the same~
edit: nvm I fixed it - had to change remote in world configs too.. thanks +Rep
Last edited by MisterEMU; 04-25-2008 at 03:56 PM.
oh I am sorry to show your the wrong file, I tested again and found out that should be like these:
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24"
it's fixed thanks +Rep