Originally Posted by
Ömen
I blocked off my dns address for security reasons. I would appreciate it if someone can tell me how to solve this problem.
Thnx,
Omen
Make sure you have the new ascent configs. You can find them in my latest compiles.
change in the ascent-logon configs
Code:
# 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 = "YOURPASSWORD"
AllowedIPs = "127.0.0.0/24"
AllowedModIPs = "127.0.0.0/24">
New thing added by burlex :P