Post your working conf files

Results 1 to 5 of 5
  1. #1
    Newbie fartlol is offline
    MemberRank
    Jul 2007 Join Date
    10Posts

    Post your working conf files

    Rather than ask what's wrong with my conf file, begging someone else do the work, and learning nothing myself, I'd like to ask anyone who has a confirmed working server to post your conf files and leave the work and learning up to the people with the problems (like me!).

    My problem, by the way, is my realms.conf. When I have "LogonServer Address = "[EXTERNAL IP]", it keeps saying "Fail, I will try again later", but if I put "LogonServer Address = "127.0.0.1", I can log on but not connect to the realm.


  2. #2
    Grand Master FragFrog is offline
    Grand MasterRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,629Posts

    Re: Post your working conf files

    Make sure you've forwarded your database port - default 3306. Also, make sure your MySQL user has rights to connect from an external IP (though if that weren't the case you'd get a different error).

    As for being able to login to your realm, that's probably also a portforwarding issue. Try using 127.0.0.1 everywhere to see if that fixes it

    Lastly, as for posting my config file, the most relevant information is in my logonserver adres directive and I'm not handing you my database connection information and I doubt anyone else here would :icon6:

  3. #3
    Newbie bloodmen is offline
    MemberRank
    Dec 2006 Join Date
    BulgariaLocation
    11Posts

    Re: Post your working conf files

    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 = "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 = "Your server name"
            Address = "your external ip:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">

  4. #4
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: Post your working conf files

    You're looking for Conf files that work for Localhost?

  5. #5
    Newbie fartlol is offline
    MemberRank
    Jul 2007 Join Date
    10Posts

    Re: Post your working conf files

    Quote Originally Posted by Paco44 View Post
    You're looking for Conf files that work for Localhost?
    Mainly ones that are working for a public connection (in my case, I have a DynDNS.org domain. It worked before, but I've reformatted my computer since and there's something I'm doing wrong now. Everyone connecting to me (just friends around the world) was connecting fine before the big format.



Advertisement