Realm loop problem menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Darcvigilante's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Realm loop problem

    I have been trying to make my server public and have been unsuccessful so I'm asking for help here are my config files and host file let me know what I should change. I tried many different times to fix this with varying opinions from other posts and nothing as of yet has worked.

    Logon Config:

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "pass is here"
    Name = "arc_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 = "127.0.0.1"
    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 = "100">

    /* 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/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 = "pass is here"
    AllowedIPs = "127.0.0.1/32"
    AllowedModIPs = "127.0.0.1/32">


    Realms Config:

    <LogonServer Address = "internal ip"
    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)
    *
    * 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 = "Darcness WoW"
    Address = "External Ip:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "2">

    World Config:

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "pass is here" Name = "arc_world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "pass is here" Name = "arc_logon" Port = "3306" Type = "1">


    /******************************************************
    * Listen Config
    *
    * Host
    * This is the address that the server will listen on.
    * To listen on all addresses, set it to 0.0.0.0
    * Default: 127.0.0.1 (localhost)
    *
    * WorldServerPort
    * This is the port that the world server listens on.
    * It has to be the same as what is specified in the
    * realms table in the LogonDatabase.
    * Default: 8129
    *
    ******************************************************/

    <Listen Host = "internal ip"
    WorldServerPort = "8129">

    Hosts File:

    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host

    # localhost name resolution is handled within DNS itself.
    internal ip darcwow.sytes.net
    external ip darcwow.sytes.net
    Last edited by Darcvigilante; 06-14-2010 at 12:54 AM.

    Realm loop problem
  2. #2
    shadowknight513's Avatar Knight
    Reputation
    11
    Join Date
    Apr 2008
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Realm loop can be caused by a few things, please post your config files. Maybe then I can identify the cause of your problem, and with any luck, fix it.

  3. #3
    Darcvigilante's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They are up now sorry forgot to do them initially.

  4. #4
    shadowknight513's Avatar Knight
    Reputation
    11
    Join Date
    Apr 2008
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <Realm1 Name = "Darcness WoW"
    Address = "External Ip:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "2">
    Change "Address = External Ip:8129" to what your external IP is. You can find out here: What's My IP Address? Networking Tools & More
    Copy the big number to where it says "External Ip" and then you're good. I think.

    Also try fixing this up-
    <LogonServer Address = "internal ip"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">
    Change "internal ip" to "127.0.0.1"

    Let me know if that works, and make backups of all your config files first.

  5. #5
    Darcvigilante's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually funny thing is now I'm on restarted mysql we will see if it still works after a restart of the server. Someone want to try and connect to my server and see if you can login?

  6. #6
    shadowknight513's Avatar Knight
    Reputation
    11
    Join Date
    Apr 2008
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darcvigilante View Post
    Actually funny thing is now I'm on restarted mysql we will see if it still works. Someone want to try and connect to my server and see if you can login?
    Before you go asking people to spend time attempting to join your server, have you gone through all the necessary steps to get it fully public? Did you follow a guide of some sort? A simple question that going public relies heavily on is; have you even port forwarded?

  7. #7
    Darcvigilante's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I have followed how I did it the first time I had a public server with a full cms website I am not new to this however, that problem I couldn't figure out. All ports forwarded everything is set.

Similar Threads

  1. Realm Loop Problem
    By Velocity R in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 11-17-2009, 01:01 PM
  2. Realm loop problem - LAN
    By HunterTure in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-11-2009, 02:28 PM
  3. realm loop problem
    By blademaster10 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-18-2009, 06:34 PM
  4. Ascent Realm loop -- Please help :(
    By faxmunky in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 09-22-2007, 07:20 PM
  5. realm list problem
    By robtuner in forum World of Warcraft General
    Replies: 2
    Last Post: 07-21-2006, 09:08 AM
All times are GMT -5. The time now is 07:20 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