Friends can't connect to my server menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    Akisunmaaji's Avatar Active Member
    Reputation
    61
    Join Date
    Sep 2007
    Posts
    400
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Friends can't connect to my server

    So I followed this guide to get my friends to connect to my 3.0.9 Ascent server:

    http://www.mmowned.com/forums/emulat...ut-online.html

    And I can connect just fine but my friends get stuck at connecting. Any tips please? I have no idea what could be causing this.

    Friends can't connect to my server
  2. #2
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just looked at the guide, please post your logon.conf
    Also..

    Code:
    <Realm1 Name = "YOUR REALM NAME"
    Address = "External IP:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

  3. #3
    Akisunmaaji's Avatar Active Member
    Reputation
    61
    Join Date
    Sep 2007
    Posts
    400
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by josh253 View Post
    Just looked at the guide, please post your logon.conf
    Also..

    Code:
    <Realm1 Name = "YOUR REALM NAME"
    Address = "External IP:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">
    Sorry for the delay, got caught up with things. Here is my arcemu-realms.conf:

    Code:
    #######################################################################
    # Keazain`s Compilings
    #######################################################################
    
    
    # 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 = "yourmom1"
                   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 = "15">
    
    # 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.9 was build 9551.
    #
    
    <Client MinBuild = "9551"
            MaxBuild = "9999">
    
    # 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 = "yourmom1"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    And yes my realms does have that info correct that you posted.

  4. #4
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks fine to me.. maybe he's got the wrong realm list or inputting data wrong, that's all I can think of.

  5. #5
    Mildan's Avatar Member
    Reputation
    10
    Join Date
    Feb 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All I would know is...

    Code:
    <Listen Host = "0.0.0.0"
            ISHost = "0.0.0.0"
            RealmListPort = "3724"
            ServerPort = "8093">
    Should be more like

    Code:
    <Listen Host = "127.0.0.1"
            ISHost = "127.0.0.1"
            RealmListPort = "3724"
            ServerPort = "8093">
    I think it helps abit.. not sure..

  6. #6
    Akisunmaaji's Avatar Active Member
    Reputation
    61
    Join Date
    Sep 2007
    Posts
    400
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by josh253 View Post
    Looks fine to me.. maybe he's got the wrong realm list or inputting data wrong, that's all I can think of.
    Hmm. Just a question first, if I just put my IP (the one I got from whatismyip.com) into all the places where I should have put my no-ip url and I gave my friends my IP to put into the realmlist, should it work that way? I'm not going to host this online or anything I just want my friends to play and I trust them with my IP.

    Originally Posted by Mildan View Post
    All I would know is...

    Code:
    <Listen Host = "0.0.0.0"
            ISHost = "0.0.0.0"
            RealmListPort = "3724"
            ServerPort = "8093">
    Should be more like

    Code:
    <Listen Host = "127.0.0.1"
            ISHost = "127.0.0.1"
            RealmListPort = "3724"
            ServerPort = "8093">
    I think it helps abit.. not sure..
    Well the 0.0.0.0 means it's listening on all addresses so that shouldn't matter.

  7. #7
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your IP could be dynamic, that might be causing the problem?

    And your external IP should be the realmlist

  8. #8
    jwate22's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any fire walls? like norton360? well i got the same problem lol :P

    done the portforwds right? lol idk Good luck tho

  9. #9
    september's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. Yes so you need to be sure that like said.. it's not dynamic ( that your ip does not change) if your ip changes you will need dyndns or to give your ip to your friends everytime it changes.

    2. make sure no windows or anivirus software firewallls are blocking.

    3. Be sure all your ports are configured.

    Lsit all the steps you have taken to get the server config.ed and going that will help with getting help

Similar Threads

  1. [Question] Friend can't connect to the server
    By Dothus in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 11-16-2016, 12:46 AM
  2. [Trinity] Friend can't connect to my server, everything seemingly in order
    By drazy in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 01-03-2015, 09:07 PM
  3. Help my friend can not connect to my server
    By rahburt33 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 06-29-2009, 06:38 PM
  4. My friend can't connect to my server anymore
    By zimonken in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-21-2009, 10:39 AM
  5. Friend can't connect to my server >.<
    By yukiko in forum WoW EMU Questions & Requests
    Replies: 11
    Last Post: 03-22-2009, 05:28 PM
All times are GMT -5. The time now is 10:54 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