I keep getting an error in my world.exe. It says it times out every time. May I ask what this is?
It will not allow my own ip? May I ask how I fix this
I keep getting an error in my world.exe. It says it times out every time. May I ask what this is?
It will not allow my own ip? May I ask how I fix this
Last edited by budmanjr; 06-18-2008 at 06:57 PM.
What do you got on the allow IP part?
<LogonServer RemotePassword = "ascent"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.0/24">
Whats should I have there? My internal is 192.168.0.3 and dydns syksfunserver.dydns.org
Edit the allowed mod ips to 127.0.0.1
Or does 127.0.0.0 looks like localhost too? Or what is that for?
Idk that was the default? I just did what you just did
access attempt by 192.168.0.3 or w/e failed access denied
Last edited by budmanjr; 06-18-2008 at 07:27 PM.
Are you accessing your router? because i'm in my router and i can't find any port changin things. Plz help![]()
I have followed the guide fully but now when i open ascent-logonserver.exe it goes through its processes then says "Server shuting down" any ideas?
This is my ascent-logonserver file:
Code:####################################################################### # Ascent Realms Configuration File # Last updated at revision 446 by Burlex ####################################################################### /******************************************************************************** * How to use this config file: * * Config files are in a block->variable->setting format. * * A < signifies the opening of a block, the block name is expected after that. * * After the block name, a space and then the settings sperated by = / ' '. * * * * e.g. * * <block setting="0" someval = "1"> * * * * Comments can be in C format, e.g. /* some stuff */, with a // at the start * * of the line, or in shell format (#). * ********************************************************************************/ # LogonDatabase Section # # These directives are the location of the `realms` and `accounts` # tables. # # LogonDatabase.Host - The hostname that the database is located on # LogonDatabase.Username - The username used for the mysql connection # LogonDatabase.Password - The password used for the mysql connection # LogonDatabase.Name - The database name # LogonDatabase.Port - Port that MySQL listens on. Usually 3306. # LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g # <LogonDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "world" Port = "3306" Type = "1"> # Host Directive # # This is the address that the realmlist will listen on. # To listen on all addresses, set it to 0.0.0.0 # Default: 127.0.0.1 (localhost) # # Note: ISHost is the interserver communication listener. # <Listen Host = "xtremefunserver.homeunix.org" ISHost = "0.0.0.0" RealmListPort = "3724" ServerPort = "8093"> # Server console logging level # # This directive controls how much output the server will # display in it's console. Set to 0 for none. # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug # Default: 3 # <LogLevel Screen = "0" File = "-1"> # Account Refresh Time # # This controls on which time interval accounts gets # refreshed. (In seconds) # Default = 600 # <Rates AccountRefresh = "60"> # Accepted Build Range Setup # # These two directives set up which clients will be # allowed to authenticate with the realm list. # # Set these to the same builds that the server was # compiled for. # # As of the last update, version 2.1.1 was build 6739. # <Client MinBuild = "6739" MaxBuild = "9999"> # 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 = "root" AllowedIPs = "127.0.0.0/24" AllowedModIPs = "127.0.0.0/24">
hey
thank man
rly helpfull
what is internal ip and external ip?
In Step Fourteen i cant find qut. User- Admin Pass- Password but so say it: Unauthorized
Some1 Help me ?
hey, nice stuff, but uhm.
The port forwarding thing,
is it just ports on the router cause i know how to do that ^^
or is it some else ?
How would people go about connecting to that server. Change the ip in they're realmlist?
What is the problem??
Here is my realm conf
#######################################################################
# Ascent Realms Configuration File
# Last updated at revision 446 by Burlex
#######################################################################
/********************************************************************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
********************************************************************************/
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
# Address:
# The address (no port) of the server.
#
# Port:
# The port on which the logon server listens. (*** NOT 3724 ***)
#
# Name:
# Not really relavant, but name the logon.
#
# RealmCount:
# The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<LogonServer Address = "spirit-wow.servegame.org"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
# Name:
# The name of the realm.
#
# Address:
# The address (and port) of that realm.
#
# Icon:
# The type of realm (PVP, Normal, RPPVP, RP)
#
# Colour:
# Realm colour in realm list display.
#
# TimeZone:
# Time zone the realm is in.
#
# Population:
# (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<Realm1 Name = "Wow1"
Address = "spirit-wow.servegame.org:8129"
Icon = "PVP"
Colour = "0"
Population = "1.0"
TimeZone = "0">
Last edited by Tropem; 06-24-2008 at 08:05 AM.
Thanks! This have helped me alot!