[Help] Wont connect to IP menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Wont connect to IP


    Ok. I am trying to set up a 2.4.3 server, and I am having a very hard time making it public.

    I have a NETGEAR router. I've done the following things already.

    1.) Forwarded all my ports, below are the ports I forwarded.

    3724 - 3724
    81 - 81 (My current internet provider is blocking port 80. This is for Apache.)
    3306 - 3306
    8129 - 8129
    8093 - 8093
    6112 - 6112
    6881 - 6999
    3036 - 3036
    8050 - 8050
    2.) I added all the ports to my firewall as TCP and UDP.

    3.) I edited my hosts file

    # Copyright (c) 1993-2006 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 localhost
    ::1 localhost
    127.0.0.1 demonblood.servegame.org
    [my internal ip] demonblood.servegame.org
    [my external ip] demonblood.servegame.org
    4.) Click here to see my configuration files.

    (Yes, I tried putting 127.0.0.1 in the arcemu-realms.conf..

    <LogonServer Address = "71.231.210.122" <--127.0.0.1 didnt work here
    Port = "8093"
    Name = "logon"
    RealmCount = "1"> )

    I've done everything I could, and everytime I start up "arcemu-world.exe", at the very end I get this error message.



    I thought I would ask here until my computer genius cousin comes back from his vacation in NY.. lol

    Somone please help me. Remember, I am using a NETGEAR ROUTER

    [Help] Wont connect to IP
  2. #2
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In your logonserver conf file, change this section to look like this:

    Code:
    <LogonServer RemotePassword = "SAMEPASSASINASCENTCONFFILE"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    And also just so you know, this has nothing at all to do with your router, ports or host file as your world and logon servers are on the same computer (unless they are not)
    Last edited by Sireddie; 08-14-2008 at 03:21 AM.

  3. #3
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sireddie View Post
    In your logonserver conf file, change this section to look like this:

    Code:
    <LogonServer RemotePassword = "SAMEPASSASINASCENTCONFFILE"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    And also just so you know, this has nothing at all to do with your router, ports or host file as your world and logon servers are on the same computer (unless they are not)
    But the AllowedIPs are the allowed IPs people can use to get on the server. If I dont have my external IP in there, then no one can connect.
    Last edited by FrozenWoW 01; 08-14-2008 at 05:16 AM.
    DEMON BLOOD FUNSERVER

  4. #4
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrozenWoW 01 View Post
    But the AllowedIPs are the allowed IPs people can use to get on the server. If I dont have my external IP in there, then no one can connect.
    Nope. That is the allowed IP's of the server that can connect. It is hard to understand, I know, but that is what I use and it works.
    Last edited by Sireddie; 08-14-2008 at 05:06 AM.

  5. #5
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sireddie View Post
    Nope. That is the allowed IP's of the server that can connect. It is hard to understand, I know, but that is what I use and it works.

    Alright, I set it to 127.0.0.1/24. I tried to start up my server, but it still gets stuck at "Failed to connect at 71.231.210.122:8093"

    I tried to log in even though it said that and it got me as far as "Logging into game server" then it would go back to realmlist. I tried 127.0.0.1, it says that it validated correctly in the command prompt, but I get stuck at "Logging into game server" then it goes back to the realmlist.

    /sigh my computer is impossible

    Why am I the only one who has this kind of freaking problems..
    DEMON BLOOD FUNSERVER

  6. #6
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrozenWoW 01 View Post
    Alright, I set it to 127.0.0.1/24. I tried to start up my server, but it still gets stuck at "Failed to connect at 71.231.210.122:8093"

    I tried to log in even though it said that and it got me as far as "Logging into game server" then it would go back to realmlist. I tried 127.0.0.1, it says that it validated correctly in the command prompt, but I get stuck at "Logging into game server" then it goes back to the realmlist.

    /sigh my computer is impossible

    Why am I the only one who has this kind of freaking problems..
    Oh believe me, you have one of the most common problems :P

    Ok, now we got your server problem solved. Please post your realm configuration file please.

  7. #7
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sireddie View Post
    Oh believe me, you have one of the most common problems :P

    Ok, now we got your server problem solved. Please post your realm configuration file please.

    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision 336 by Dameon
    #######################################################################

    /********************************************************************************
    * 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 = "71.231.210.122"
    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)
    #
    # TimeZone:
    # Time zone the realm is in.
    #
    # 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!
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "Demon Blood"
    Address = "71.231.210.122:8129"
    Icon = "Normal"
    Population = "1.0"
    TimeZone = "1">
    DEMON BLOOD FUNSERVER

  8. #8
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change the logon server address to 127.0.0.1

  9. #9
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sireddie View Post
    Change the logon server address to 127.0.0.1


    See, I told you something is wrong my computer. I am still stuck at Logging into game server". My computer is crap -_-
    DEMON BLOOD FUNSERVER

  10. #10
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To test if it is your computer, change the realm IP to 127.0.0.1:8129 and see how that goes.

  11. #11
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sireddie View Post
    To test if it is your computer, change the realm IP to 127.0.0.1:8129 and see how that goes.

    Like play the server by myself on localhost? Oh, I have done that. But when I switch it to public.. welll... TRY, it wont connect
    DEMON BLOOD FUNSERVER

  12. #12
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrozenWoW 01 View Post
    Like play the server by myself on localhost? Oh, I have done that. But when I switch it to public.. welll... TRY, it wont connect
    If your trying to connect to your public server yourself, your hosts file must be set up wrong. Add another realm with your public IP and you use your local realm and your friends your public realm. you will still be able to play with them as it goes to the same server.

  13. #13
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sireddie View Post
    If your trying to connect to your public server yourself, your hosts file must be set up wrong. Add another realm with your public IP and you use your local realm and your friends your public realm. you will still be able to play with them as it goes to the same server.
    You mean like this?

    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision 336 by Dameon
    #######################################################################

    /********************************************************************************
    * 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 = "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:
    # Time zone the realm is in.
    #
    # 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!
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "Demon Blood"
    Address = "71.231.210.122:8129"
    Icon = "Normal"
    Population = "1.0"
    TimeZone = "1">

    <Realm2 Name = "Demon Blood"
    Address = "127.0.0.1:8129
    Icon = "Normal"
    Population = "1.0"
    TimeZone = "1">


    ??????????
    DEMON BLOOD FUNSERVER

  14. #14
    FrozenWoW 01's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK. I tested my server by having my friend try to log on. I can get on, but he gets stuck at logging into game server now. Please somone tell me how to fix this..
    DEMON BLOOD FUNSERVER

  15. #15
    Sireddie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrozenWoW 01 View Post
    OK. I tested my server by having my friend try to log on. I can get on, but he gets stuck at logging into game server now. Please somone tell me how to fix this..
    Do you have a firewall running? If so open the ports in that and check your router and firewall that all the needed ports are opened

Page 1 of 2 12 LastLast

Similar Threads

  1. My server wont connect to character screen, PLEASE HELP
    By mantor4 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 06-30-2011, 03:15 PM
  2. Public non hamachi wont connect now need help
    By handofoberon in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 12-06-2009, 07:54 AM
  3. [Question] Wont Connect ? please help
    By lozta1336 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 10-08-2008, 12:11 PM
  4. [Help] Cant Connect
    By Sabbia in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-07-2007, 12:18 AM
  5. Need some help. Wont be long.
    By speed4weed in forum Community Chat
    Replies: 0
    Last Post: 06-16-2007, 08:42 AM
All times are GMT -5. The time now is 06:06 PM. 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