Unable to connect to logonserver menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unable to connect to logonserver

    Hi,

    im new around here and recently ive been trying to get a server up and whenever i run the world it says

    (Excuse me i dont know how to show the confs or the command promp)

    16:31 N Logoncommclient: connecting to logonserver on 'MyExternalIp:8093'

    and after that i get

    16:31 N Logoncommclient: Connection failed. Will try agine in 10 Seconds

    Mega thanks in advanced :confused::wave:

    Brail

    *I can also be reached at [email protected] Email or [email protected] on MSN*

    Unable to connect to logonserver
  2. #2
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please Post your LogonServer.CONF and Realms.CONF. You can Post them by CTRL+Cing and CTRL+V then and them putting CODE tags around them

  3. #3
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logonserver

    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 = "fiz"
                   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 = "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 = "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 = "fiz"
                 AllowedIPs = "0.0.0.0/24"
                 AllowedModIPs = "0.0.0.0/24">
    Realms

    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 (#). *
    #**************************************************  ******************************/
    ######################################################
    
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "I have my external IP here"
                 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 = "Wow Shades"
            Address = "172.0.0.1:8129"
            Icon = "Normal"
            Colour = "0"
            Population = "2.0"
            TimeZone = "0">
    Please reply quickly i have several people waiting on me thnx in advanced

    :confused::wave:

  4. #4
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logonserver.CONF
    <LogonServer RemotePassword = "fiz"
    AllowedIPs = "0.0.0.0/24"
    AllowedModIPs = "0.0.0.0/24">
    ^
    AllowedIP and AllowedModIPs should be 127.0.0.1/32 (Unless ye wanna keep it 0.0.0.0)

    Realms.CONF
    <LogonServer Address = "I have my external IP here"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">
    LogonServer Address should be 127.0.0.1 and the Name should be the name of your Logon Database (the DB with all the Account & Character Tables)

    <Realm1 Name = "Wow Shades"
    Address = "172.0.0.1:8129"
    Icon = "Normal"
    Colour = "0"
    Population = "2.0"
    TimeZone = "0">
    If you want other people to connect to a DynDNS, put your External IP in the Address spot but DO NOT erase :8129.

  5. #5
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im sorry for asking so many questions but now im getting stuck on handshaking and so forth

  6. #6
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What are you trying to connect under in your Realmlist.WTF and what is in your Realms.CONF at the bottom Address part. Is it 127.0.0.1 or your External IP. (Sorry `bout this, my keyboard`s being stupid)

    EDIT: Woot, 5 Rep and Master Sergeant (Sorry, I just had to celebrate )

  7. #7
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Srry for double post
    Last edited by brailagise; 08-15-2008 at 04:24 PM.

  8. #8
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brailagise View Post
    Corgrats you helped me thought i'd hlep you outa nd ok ill try it and edit this once i try
    *not understands*

    Uhhh... Repeat please :P

  9. #9
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Congrats you helped me thought i'd help you out and get you your rep you needed for unleach,

    Edit: Here is my Realmlist
    Code:
    set realmlist wowshades.servegame.org
    and my relms
    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 (#). *
    #**************************************************  ******************************/
    ######################################################
    
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "127.0.0.1"
                 Port = "8093"
                 Name = "world"
                 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 = "Wow Shades"
            Address = "76.127.5.93 :8129"
            Icon = "Normal"
            Colour = "0"
            Population = "2.0"
            TimeZone = "0">
    IP is fake so no one finds out my real ip on here thats one i made up but my real ones thier

  10. #10
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, so now you can Connect to your ServerÉ (É is a Question Mark, my Comp is being gay).

    Btw,
    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "world"
    RealmCount = "1">
    The Name should be the name of your Logon Database (The one with all the Account & Character Tables)

  11. #11
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No i still cannot and worlds does have my accounts

  12. #12
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, alright... Btw, did you Forward all the Ports your supposed toÉ

  13. #13
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes i belive i did but i have a weird router its extremely hard to tell if i did it right or not i have a d-link

  14. #14
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bah, whats with all these people trying to create a Server when they have the wrong Router and their Comps can`t handle itÉ Gets really annoying on my part -_-

    All I can say is get a new Router lol. Or else don`t make a Private Server. Iunno, or find a Guide on how to Forward Ports with your kind of Router, because I`ve never worked with that kind before. I just know Linksys and some other smaller ones.

  15. #15
    brailagise's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thnx for the hlelp anyway

Page 1 of 2 12 LastLast

Similar Threads

  1. Unable to connect to realmlist server, oh yes, i need help
    By WoWLegend in forum World of Warcraft Emulator Servers
    Replies: 34
    Last Post: 01-30-2008, 06:59 PM
  2. unable to connect?
    By Violation92 in forum World of Warcraft General
    Replies: 3
    Last Post: 11-23-2007, 03:20 AM
  3. Need help unable to connect to realmlist
    By endlessbounty in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 11-12-2007, 03:11 PM
  4. Antrix, unable to connect to server realm.
    By galcybele in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 10-05-2007, 02:03 PM
  5. Unable to Connect error when trying to logon my server
    By Rizzano in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-27-2007, 01:12 PM
All times are GMT -5. The time now is 07:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search