[ArcEmu] 3.3.3 Issue logon server down menu

Shout-Out

User Tag List

Results 1 to 15 of 15
  1. #1
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ArcEmu] 3.3.3 Issue logon server down

    I can connect to my server but others cant any help? I think it might be my IP because it changes from two ips but idk new to the emulation.
    Last edited by Hacke.er; 04-04-2010 at 08:13 PM.

    [ArcEmu] 3.3.3 Issue logon server down
  2. #2
    Fralexxelarfx's Avatar Private
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT REALMS.conf to this



    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "default logon"
    RealmCount = "2">




    <Realm1 Name = "servername - local"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    <Realm2 Name = "servername"
    Address = "YOUR EXTERNAL IP/DOMAIN:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    ***************************************************

    -also portforward the ports used. in this case 8129,3306,8093,80,8000 if you haven't changed ports

    if you dont know how to portforward go here http://portforward.com/english/route...outerindex.htm and find your router.
    Last edited by Fralexxelarfx; 04-06-2010 at 08:23 AM.

  3. #3
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Logon server down

    Ok now the problem is that when I try to log on it say logon server down. So any help on this problem now?
    Last edited by Hacke.er; 04-04-2010 at 08:13 PM.

  4. #4
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ignore what the person said above, its a old fix that... does nothing.

    Change it back to how it was, ensuring you haven't changed anything to logon.conf and world, set your externalIP in the Address = "....:8129" part, make sure its your current IP address, to check this go to What Is My IP Address - Shows Your IP Address, make sure all your ports are forwarded and check this using a port checker tool (There is one on uTorrent's website), if they are forwarded and still dont want to work, show me your configs




  5. #5
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    Logon
    /***********************************************************************
    * ArcEmu Logonserver Configuration File
    * Last edited: 7/18/09
    ***********************************************************************
    * Configure the logonserver to connect to the accounts database below *
    ***********************************************************************
    * 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 
    * Not supported:          - 2 = PostgreSQL (Partly implemented)
    * Not Supported:          - 3 = SQLite (unimplemented)
    ***********************************************************************/

    <LogonDatabase Hostname "localhost"
                   
    Username "root"
                   
    Password "ascent"
                   
    Name     "logon"
                   
    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 
    *    600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
    *    
    */

    <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 3.3.3 was build 11685, patch 3.3.3a is 11723.
    */

    <Client MinBuild "11685"
            
    MaxBuild "11723">

    /* 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: "ascent"
    *
    *  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/32, 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 "ascent"
                 
    AllowedIPs "127.0.0.0/24 "
                 
    AllowedModIPs "127.0.0.0/24 "

    PHP Code:
     World
    <WorldDatabase Hostname "localhost" Username "root" Password "ascent" Name "world" Port "3306" Type "1">
    <
    CharacterDatabase Hostname "localhost" Username "root" Password "ascent" Name "character" Port "3306" Type "1">




    <
    Listen Host "0.0.0.0"
            
    WorldServerPort "8129">




    <
    LogLevel Screen="0" File="-1" World="0" DisableCrashdumpReport="0">




    <
    Server PlayerLimit "100"
            
    Motd "Welcome to Conspergo WoW!"         
            
    SendStatsOnJoin "1"
            
    EnableBreathing "1"
            
    SeperateChatChannels "0"
            
    CompressionThreshold "1000"
            
    QueueUpdateInterval "5000"
            
    KickAFKPlayers "0"
            
    ConnectionTimeout "180"
            
    RealmType "1"
            
    AdjustPriority "0"
            
    RequireAllSignatures "0"
            
    ShowGMInWhoList "1"
            
    MapUnloadTime="0"
            
    LimitedNames="1"
            
    UseAccountData="0"
            
    AllowPlayerCommands="1"
            
    EnableLFGJoin="0"
            
    TimeZone="0"
            
    Collision="0"
            
    DisableFearMovement="0"
            
    SaveExtendedCharData="0">


    <
    Announce       Tag "Staff"
                    
    GMAdminTag "1"
                    
    NameinAnnounce "1"
                    
    NameinWAnnounce "1"
                    
    ShowInConsole "1">


    <
    Rates Health="1"
           
    Power1="1"
           
    Power2="1"
           
    Power3="1"
           
    Power4="1"
           
    QuestReputation="1"
           
    KillReputation="1"
           
    Honor="1"
           
    PvPTimer="300000"
           
    ArenaQueueDiff="150"
           
    Compression="1"
           
    XP="9999999"
           
    QuestXP="1"
           
    RestXP="1"
           
    ExploreXP="1"
           
    DropGrey="1"
           
    DropWhite="1"
           
    DropGreen="1"
           
    DropBlue="1"
           
    DropPurple="1"
           
    DropOrange="1"
           
    DropArtifact="1"
           
    DropMoney="1"
           
    Save="300000"
           
    SkillChance="450"
           
    SkillRate="450"
           
    ArenaMultiplier2x="1"
           
    ArenaMultiplier3x="1"
           
    ArenaMultiplier5x="1">

    <
    GMClient GmClientChannel "gm_sync_channel">

    <
    Terrain MapPath "maps"
             
    vMapPath "vmaps"
             
    UnloadMaps "1">

    <
    Log Cheaters="0" GMCommands="0" TimeStamp="0">

    <
    Mail ReloadDelay="0"
          
    DisablePostageCostsForGM="1"
          
    DisablePostageCosts="0"
          
    DisablePostageDelayItems="1"
          
    DisableMessageExpiry="0"
          
    EnableInterfactionMail="1"
          
    EnableInterfactionMailForGM="1">

    <
    StatDumper FileName "stats.xml" Interval "120000">


    <
    Startup Preloading "0"
             
    BackgroundLootLoading "1"
             
    EnableMultithreadedLoading "1"
             
    LoadAdditionalTables="">

    <
    FloodProtection Lines "0" Seconds "0" SendMessage "0">

    <
    LogonServer DisablePings "0"
                 
    RemotePassword "ascent">

    <
    AntiHack Teleport="1"
              
    Speed="1"
              
    FallDamage="1"
              
    Flight="1"
          
    FlightThreshold="10" 
              
    DisableOnGM="1">




    <
    Periods HonorUpdate="daily"
             
    ArenaUpdate="weekly"
             
    DailyUpdate="daily">




    <
    Channels BannedChannels=""
              
    MinimumLevel="">




    <
    VoiceChat Enabled="0"
               
    ServerIP="127.0.0.1"
               
    ServerPort="3727">




    <
    RemoteConsole Enabled="0"
                   
    Host="0.0.0.0"
                   
    Port="8092">
          



    <
    ScriptBackends LUA="1">




    <
    Movement FlushInterval="1000"
              
    CompressRate="1"
              
    CompressThreshold="30.0"
              
    CompressThresholdCreatures="10.0">




    <
    Localization LocaleBindings="">




    <
    InstanceHandling TakeGroupLeaderID="1" 
                      
    SlidingExpiration="0" 
                      
    DailyHeroicInstanceResetHour="5" 
                      
    CheckTriggerPrerequsites="1" >



    <
    Battleground AV_MIN="0"
                  
    AV_MAX="40"
                  
    AB_MIN="4"
                  
    AB_MAX="15"
                  
    EOS_MIN="4"
                  
    EOS_MAX="15"
                  
    WS_MIN="2"
                  
    WS_MAX="10"
                  
    SOTA_MIN="10"
                  
    SOTA_MAX="15">


    <
    Arena Season "5"
           
    Progress "1">


    <
    GameMaster StartOnGMIsland "1">



    <
    Limits Enable="1" AutoAttackDmg="10000" SpellDmg="30000" Health="100000" Mana="80000" Disconnect="0" BroadcastGMs="1"
    PHP Code:
    Realms
    /***********************************************************************
    * ArcEmu Realms Configuration File
    * Last edited: 7/18/09
    *
    * Configure ArcEmu's Realms below
    ***********************************************************************/

    /******************************************************
    * 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 "2">

    /******************************************************
    * 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)
    *
    *    TimeZone:
    *      The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America, 
    *       5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    *
    *    Population:
    *      (0 = low, 1 = medium, 2 = high)
    *
    *   Important information below
    *
    *     change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
    *     This issues come up a lot!
    *
    *     Timezone values :
    *    0=Korean                                16=China
    *    1=Development                17=CN1
    *    2=United States                18=CN2
    *    3=Oceanic                19=CN3
    *    4=Latin America                20=CN4
    *    5=Tournament                21=CN5
    *    6=Korean                22=CN6
    *    8=English                23=CN7
    *    9=German                24=CN8
    *    10=French                25=Tournament
    *    11=Spanish                26=Test Server
    *    12=Russian                27=Tournament
    *    13=Tournament                28=QA Server
    *    14=Taiwan                29=CN9
    *    15=Tournament                30=TestServer2
    ******************************************************/

    <Realm1 Name "Conspergo WoW"
        
    Address "conspergo.servegame.org:8129" 
        
    Icon "RP"
        
    Population "1.0"
        
    TimeZone "2">

    <
    Realm2 Name "Conspergo WoW"
        
    Address "conspergo.servegame.org:8129" 
        
    Icon "PVP"
        
    Population "1.0"
        
    TimeZone "1"
    Last edited by Hacke.er; 04-05-2010 at 04:20 PM.

  6. #6
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    <Realm1 Name = "Conspergo WoW"
        Address = "conspergo.servegame.org:8129" 
        Icon = "RP"
        Population = "1.0"
        TimeZone = "2">
    
    <Realm2 Name = "Conspergo WoW"
        Address = "conspergo.servegame.org:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">  
    Remove the second one and set the realm count back to 1.

    In your realmlist, what are you using? Your no-ip address?

    Try and change your No-ip address to your current external IP address for now, and see if they can connect, if they can, then we can troubleshoot.




  7. #7
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I can log in now but when I try to on my brothers comp it doesn't work same realmlist and everything, I feel its my Ip has I said before it changes from time to time so I dont know if that is a problem

  8. #8
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is your brothers computer on the same network? Try and set his ip to your localip, and change your realms.conf to that too, and see if he can connect then.




  9. #9
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok what you said worked so now could I use the IP and make a DynDns and make it live with that one?

  10. #10
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so I tried it and it works... So now I need 20 post so I can put my server up

  11. #11
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does it only work for you and your brother? If so people outside of your network cant connect, if it dont work setting it to your external IP again, that means your ports are failing on you.




  12. #12
    Hacke.er's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya...I think that's what is happening anyway to fix that?

  13. #13
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aslong as you have left everything as i said, then you need to change the part in realms.conf back to your external ip, make sure you haven't changed your hosts file (This can sometimes mess people about), and double check your ports, if you still cant get it to work, try and phone your internet provider if possible, but dont tell them your hosting a WoW server, tell them you need the ports for something else.




  14. #14
    knasten's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    port forwarded is essential for public servers. check them here... Open Port Check Tool

    next lock your computers ip on your network card, tcp/ip. then you will always have the same ip.....

    anyway thats my suggestion.... hope it helped ;-)

  15. #15
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That has all been stated before Knasten, it could be the fact that his ISP is stopping him from using any ports, some ISP's are like that. Aslong as he's sure that its all been set up correct then that might be the case.




Similar Threads

  1. [ArcEmu] Please help! Logon Server Down?
    By Mercithe in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 08-02-2016, 01:29 PM
  2. [ArcEmu] Logon Server Down
    By Tfizzah in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 11-17-2013, 09:13 PM
  3. [ArcEmu] Logon server down! (Non Hamachi Server)
    By austingoodrich in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-03-2010, 09:11 PM
  4. I'm stuck at connected/friend has "Logon server down"
    By _DEFiANT in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 05-17-2009, 07:08 AM
  5. "Attempting to connect to logon server" issues
    By trinityunit in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 05-07-2009, 12:00 PM
All times are GMT -5. The time now is 03:46 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search