Helloo.
So i created my server today, and used Gastricpenguins new Ascent rev and NCDB 0.2.
So, i started server, and now, i got problem with Ascent.exe.
So, i start MySQL, then Ascent.exe and then Logonserver.exe. It starts correctly, and loads everything correctly. But in the end of Ascent it reads :
Connecting to `Logon` on `*.***.***.**:8093`... ok!
authenticating...
Key: ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
result: timeout.
Whats the problem?
I should have correct confs, but ill post my Realms and Logonserver conf's here aswell.
################################################################################ #####
# Realms Configuration File #
# #
# ~*~AscentEmu~*~ #
# Revision Author: Gastricpenguin #
# Revision Number: 1752 #
# #
################################################################################ #####
################################################################################ #####
# 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 = "5.137.168.25"
Port = "8093"
Name = "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 = "Rev 1752"
Address = "5.137.168.25:8129"
Icon = "Normal"
Colour = "1"
Population = "0"
TimeZone = "1">
################################################################################ #####
# Logonserver Configuration File #
# #
# ~*~AscentEmu~*~ #
# Revision Author: Gastricpenguin #
# Revision Number: 1752 #
# #
################################################################################ #####
################################################################################ #####
# LogonDatabase Section
#
# These directives are the location of the `realms` and `accounts`
# tables.
#
# LogonDatabase.Host - Either localhost or 127.0.0.1
# LogonDatabase.Username - Mysql Username
# LogonDatabase.Password - Mysql Password
# LogonDatabase.Name - The database name
# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
# LogonDatabase.Type - 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
################################################################################ #####
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "root"
Name = "ascent"
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 = "0.0.0.0"
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 = "600">
################################################################################ #####
# Accepted Build Range Setup
#
# Min Build
# Minimum client build that is allowed to access the server
#
# Max Build
# Maximum client build that is allowed to access the server
#
# Latest build for Wow 2.2.0 is 7272
# Default: 7272
################################################################################ #####
<Client MinBuild = "6800"
MaxBuild = "8000">
################################################################################ #####
# WorldServer Setup
#
# You do not have to change this, as the password is the same in both conf's
################################################################################ #####
<LogonServer RemotePassword = "Detonation">
Please help!