issue with connection menu

Shout-Out

User Tag List

Results 1 to 11 of 11
  1. #1
    jijiya's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    issue with connection

    I am having yet another problem. My server lets connections go through but will not connect to the realm it goes "logging in to game server" and re-brings up my realm list and just loops from there. I am pretty sure I have done everything correctly and forwarded all of the ports. I have a strange feeling it is the DSL modem that is doing it but I am not sure.. here are my realm and logon configs

    Code:
    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision rev.1875
    #######################################################################
    
    #********************************************************************************
    #* 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 = "world2"
    	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 = "Test Realm"
    	Address = "smserv2.mine.nu:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "1">
    Code:
    #######################################################################
    # ArcEmu Realms Configuration File  
    # Last updated at rev.1875
    #######################################################################
    
    
    # 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 = "127.0.0.1"
                   Username = "root"
                   Password = "ascent"
                   Name     = "world2"
                   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.0.3 was build 9183.
    #
    
    <Client MinBuild = "9183"
            MaxBuild = "9183">
    
    # 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 = "ascent"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    here is my hosts file.

    Code:
    # Copyright (c) 1993-1999 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
    
    127.0.0.1   smserv2.mine.nu
    192.168.1.100  smserv2.mine.nu
    71.217.214.107 smserv2.mine.nu


    any help would be greatly appreciated.


    Some added Information just in case its needed.

    I am running on a DSL connection at the moment. and the properties are MUCH like router properties.. I can access it like I do my router.. It also has port forwarding but it is strange and I am unsure on how I would configure it.. I tried to forward the ports on it as well but it did nothing to help. Would I need to do Dynamic Routing? If so I am unsure how to do this.. If needed I will post a screenie of the sections it has so I can receive help.
    Last edited by jijiya; 01-03-2009 at 11:03 PM.

    issue with connection
  2. #2
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logonserver;
    Code:
    <Listen Host = "71.217.214.107"
            ISHost = "71.217.214.107"
            RealmListPort = "3724"
            ServerPort = "8093">
    Code:
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "71.217.214.107/24"
                 AllowedModIPs = "71.217.214.107/24">
    Realms;
    Code:
    <LogonServer Address = "71.217.214.107"
    	Port = "8093"
    	Name = "world2"
    	RealmCount = "1">

  3. #3
    jijiya's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i fallowed what you said and its telling me there was an unsuccessful bind on port 3724 and then the logon server applet shuts down. I don't understand what could be going on here since that port was forwarded...I even double checked and it is in the list of forwarded ports..

    thanks for the help too

  4. #4
    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)
    Code:
    <Listen Host = "71.217.214.107"
            ISHost = "71.217.214.107"
    = NO

    keep them 0.0.0.0

    Code:
    127.0.0.1   smserv2.mine.nu
    192.168.1.100  smserv2.mine.nu
    71.217.214.107 smserv2.mine.nu
    You only have to bind to 127.0.0.1

    and keep the localhost in...
    so
    Code:
    127.0.0.1 smserv2.mine.nu
    127.0.0.1 localhost
    Code:
    <LogonServer Address = "71.217.214.107"
    	Port = "8093"
    	Name = "world2"
    	RealmCount = "1">
    again..if you're hosting from home keep it 127.0.0.1

    Code:
        AllowedIPs = "71.217.214.107/24"
                 AllowedModIPs = "71.217.214.107/24">
    same for this.


    The configs u posted look fine, just make sure you've got your ports forwarded correctly & that your firewall allows connections from outside(open ports in your firewall).

    Also make sure your ip address is up2date

  5. #5
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im pretty sure that your realm port is not open

    Open port 8129

  6. #6
    jijiya's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its still not working.. I get to the character selection screen and then it just says logging to game server and then sends me to the realm list and just loops from there..

    these are the ports I forwarded.

    3724-3724
    80-80
    3306-3306
    8093-8093
    6112-6112
    3036-3036
    8050-8050
    6056-6056
    6881-6999

    In the modem settings I found in its forwarding section a selection called GRE, and I have no Idea what this means since I have never seen it before. Here is a picture of the modem settings.. (this is the modem NOT my router) Settings page

    It looks very similar to my router and so I tried to port forward on here too wich also did not help.. but then I could be doing it wrong.
    Last edited by jijiya; 01-05-2009 at 10:34 AM.

  7. #7
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you open the ports on your firewall?

  8. #8
    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)
    3724-3724
    80-80
    3306-3306
    8093-8093
    6112-6112
    3036-3036
    8050-8050
    6056-6056
    6881-6999
    where's 8129?

  9. #9
    gangstagreen's Avatar Member
    Reputation
    31
    Join Date
    Sep 2008
    Posts
    426
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you don't forward them all, it wont seep.
    Project Eve of Imagination - Open-ended WoW RP, I need all the help I can get. PM ME!

  10. #10
    jijiya's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aznex View Post
    where's 8129?

    Yea I checked and, I have that one too. I must have looked over it when i was typing them here.

    and again yes i did forward all my ports... i cant help but think its the settings on the DSL modem if anyone knows how to configure DSL for this please let me know.

  11. #11
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you connecting to your server from a computer on the same network or from a remote client somewhere on the Internet? If it's on the same network you'll need to add a second Realm with the address set to the private IP of your server, or set the hosts file on the client accordingly.

Similar Threads

  1. Need help with connection issue
    By Confucius in forum WoW EMU Questions & Requests
    Replies: 14
    Last Post: 12-13-2008, 07:13 PM
  2. [Question] Camera Issue with Model Editing.
    By Frombehind in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 10-12-2007, 03:57 PM
  3. am having issues with Chrispee's antrix
    By krisfahnz in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-09-2007, 01:32 PM
  4. Issue with starting Antrix.exe
    By LampShade in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 08-30-2007, 04:00 AM
  5. Issues with Deeprun Tram exploit
    By shade599 in forum World of Warcraft Exploration
    Replies: 3
    Last Post: 03-25-2007, 08:01 AM
All times are GMT -5. The time now is 02:40 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