[Help][ ArcEmu/Ascent]Can connect to my own server menu

User Tag List

Results 1 to 14 of 14
  1. #1
    marcelo_20xx's Avatar Active Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    165
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help][ ArcEmu/Ascent]Can connect to my own server

    I tried all kinds of things but always got this:

    ]Server connection from 127.0.0.1:2983 DENIED, not an allowed IP
    Authentication request from 127.0.0.1, result OK.
    Key:DASJH674267BCFI41285X
    Server connection from 127.0.0.1:2984 DENIED, not an allowed IP
    Authentication request from 127.0.0.1, result OK.
    Key:DASJH674267BCFI41285C


    And the console go into a loop of autetication verification.

    I used arcemu or ascent 5083, went on to compile my own binary but in the end I always get stucked in here. Please some help.

    Edit: Ok Ill post my configs since the picture doesnt show.

    Reaml conf:
    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 = "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 = "TestRealm"
            Address = "127.0.0.1:8130"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    logon conf
    Code:
    #######################################################################
    # Ascent Logonserver Configuration File
    # Last updated at revision 4544 by compboy
    #######################################################################
    
    /********************************************************************************
     * 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     = "alogon"
                   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 = "127.0.0.1"
            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
    #
    #    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.4.3 was build 8606-8613.
    #
    
    <Client MinBuild = "8606"
            MaxBuild = "8613">
    
    # 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.1"
                 AllowedModIPs = "127.0.0.1">
    My username and pass are both "root"

    Thanks in advance
    Last edited by marcelo_20xx; 09-24-2008 at 12:10 AM.

    [Help][ ArcEmu/Ascent]Can connect to my own server
  2. #2
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Picture doesnt load.. so cant really help at all.. But without seeing the picture.. POST CONFIGS:P your gonna get asked anyways if its doing that its likely that your allowed ip and allowed mod ips are wrong.. or you have a different password for the remote pass in one Conf then that other

  3. #3
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn Kreegoth, you respond to new posts so fast!

    Need help? add me on MSN - [email protected]
    Have questions? email me - [email protected]

  4. #4
    Fireblast's Avatar Contributor
    Reputation
    195
    Join Date
    Aug 2008
    Posts
    883
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <Realm1 Name = "TestRealm"
    Address = "127.0.0.1:8130"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    to

    <Realm1 Name = "TestRealm"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

  5. #5
    marcelo_20xx's Avatar Active Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    165
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working, also I had the followings databases:

    world (ncdb database), achars (characters), alogon (logon)

    but I dont see where the realmslist tables are, or those databases are fine?.

  6. #6
    cider0's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <LogonServer RemotePassword = "root"
    AllowedIPs = "127.0.0.1"
    AllowedModIPs = "127.0.0.1">
    to
    <LogonServer RemotePassword = "root"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">
    :3

  7. #7
    marcelo_20xx's Avatar Active Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    165
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx cider0
    Yes that worked!

    If I could I ll give you rep, but I cant yet.
    Last edited by marcelo_20xx; 09-24-2008 at 02:04 PM.

  8. #8
    drdoobies23's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Me too i cannot enter in my own server...

    I made my ascent public server and it works ! My friends can logon to the wow server and play on the realm

    The matter is that ME, I can logon with my account on my own server while its running, but I cannot go into realm ! When i try to enter in my realm it goes back to the realmlist...

    I don't understand why ! I can play localy with the original configuration
    but now that it's public I cant !, The matter is surely in my conf files...

    logon file :
    Code:
    <LogonDatabase Hostname = "doomy23.homeip.net"
                   Username = "root"
                   Password = "(topsecret)"
                   Name     = "logon"
                   Port     = "3306"
                   Type     = "1">
    <Listen Host = "0.0.0.0"
            ISHost = "0.0.0.0"
            RealmListPort = "3724"
            ServerPort = "8093">
    <LogLevel Screen = "0"
              File = "-1">
    <Client MinBuild = "1"
            MaxBuild = "9999">
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    realm conf
    Code:
    <LogonServer Address = "doomy23.homeip.net"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    <Realm1 Name = "Doomyland"
            Address = "(IP):8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    world conf
    Code:
    <WorldDatabase Hostname = "doomy23.homeip.net" Username = "root" Password = "(topsecret)" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "doomy23.homeip.net" Username = "root" Password = "(topsecret)" Name = "logon" Port = "3306" Type = "1">
    
    (...)
    can you help me please ?

  9. #9
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    go into C:\WINDOWS\SYSTEM32\Drivers\etc\ and open your hosts file
    then under the line:
    127.0.0.1 Localhost
    add
    doomy23.homeip.net externalIpHere

  10. #10
    drdoobies23's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for help Aznex !

    but it didnt work

    if you want you can take a look at my hostfile
    Code:
    127.0.0.1 localhost
    doomy23.homeip.net (MY IP)
    127.0.0.1 doomy23.homeip.net
    192.168.2.11 doomy23.homeip.net
    (MY IP) doomy23.homeip.net
    is there something wrong ? :confused:
    Last edited by drdoobies23; 09-24-2008 at 04:31 PM.

  11. #11
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here try this.

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">


    <Realm2 Name = "Doomyland Local"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">


    Add the second realm name under the first as so:

    <Realm1 Name = "Doomyland"
    Address = "(IP):8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">
    <Realm2 Name = "Doomyland Local"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

  12. #12
    drdoobies23's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    server problem !

    I tried modifying my realms configuration for :

    Code:
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "2">
    
    <Realm1 Name = "Doomyland"
            Address = "(IP):8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    <Realm2 Name = "Doomyland Local"
            Address = "127.0.0.1:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    Now it works fine if I enter in realm "Doomyland Local" but will I be able to play with my friends ? :S I will try it but i'm not sure I will...

    (Ehhhmmm if I misunderstood your directives that's possible because i'm a french canadian...)

    anyway : Thank you very much for your help !

  13. #13
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes this will work with your friends if your connected to teh same logon db's witch you are ^^.

  14. #14
    drdoobies23's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OH !? really ! O_O ??
    I MUST TRY IT =D I cant believe its true, i passed a lot of hours trying to make it works fine ! I appreciate your help !

    THANK YOU SO MUCH ! SCYTHER YOU'RE MY GOD ! :eek4dance::yourock2:

Similar Threads

  1. [ArcEmu] Can't connect to my own server?
    By dead[killss] in forum WoW EMU Questions & Requests
    Replies: 23
    Last Post: 04-17-2010, 07:00 PM
  2. [ArcEmu] I can connect but others cant
    By Hacke.er in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-05-2010, 02:07 PM
  3. I can't connect to my own server
    By stormleaf24 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 11-19-2009, 06:59 AM
  4. [Help Please]Unable to connect to realm list servers!
    By Glorianglorre in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 06-03-2009, 11:57 PM
  5. (HELP)Help no one can connect to my Server !!
    By Eragonlxl in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-05-2009, 08:15 PM
All times are GMT -5. The time now is 05:46 AM. 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