Server Connection from 127.0.0.1 DENIED (not an allowed IP) menu

Shout-Out

User Tag List

Results 1 to 15 of 15
  1. #1
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Server Connection from 127.0.0.1 DENIED (not an allowed IP)










    <LogonServer RemotePassword = "change_me_logon"
    AllowedIPs = "192.168.1.102/24"
    AllowedModIPs = "192.168.1.102/24">



    --------------

    I followed this guide exactly as far as i can tell and still it pings this error - Other people had this problem and resolved it by the /32 but in this case it's not working.

    I'v tried this for /32 as well. Same error well similar at least.
    The only thing that works is too put to 127.0.0.1 - But that means it won't be a *LIVE* realm right? (Like friends *CANT* connect?)
    I'v been trying to get it live DNS but no one can connect it just tells them "unable"

    ----
    Yes all my ports are forwarded CORRECTLY
    -----
    using ArcEmu

    Server Connection from 127.0.0.1 DENIED (not an allowed IP)
  2. #2
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your realms config, u have it set to your ip : port ? make sure its still not 127.0.0.1 in the realms configs

    for example instead of 127.0.0.1:8129 is it <YOUR IP>:8129?
    Last edited by 1ns0mnia; 04-09-2009 at 12:45 PM.

  3. #3
    Laniax's Avatar Active Member
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ghosthopper View Post
    <LogonServer RemotePassword = "change_me_logon"
    AllowedIPs = "192.168.1.102/24"
    AllowedModIPs = "192.168.1.102/24">
    I think you need to change that IP to:

    <LogonServer RemotePassword = "change_me_logon"
    AllowedIPs = "0.0.0.0/24"
    AllowedModIPs = "0.0.0.0/24">
    So every IP can connect

    Though its been awhile so im not sure, but u can try atleast.

  4. #4
    Vragoth's Avatar Established Member
    Reputation
    55
    Join Date
    Nov 2008
    Posts
    422
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah do that, also turn your Firewall and antivirus off.... Make sure you portfowarded.

  5. #5
    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)
    yes put 127.0.0.1, it wil still be a live server.

    you did also change: <LogonServer RemotePassword = "
    change_me_logon" right?
    Last edited by Aznex; 04-09-2009 at 02:35 PM.

  6. #6
    Laniax's Avatar Active Member
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aznex View Post
    yes put 127.0.0.1, it wil still be a live server.
    Correcting you there Aznex, change it too 0.0.0.0 not 127.0.0.1..

    the "AllowedIPs" is just what IPs the server allows to connect, so setting it too 127.0.0.1 would only allow you to connect to your server and nobody else, but if you set it too 0.0.0.0 it would listen and allow all IPs

  7. #7
    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)
    Originally Posted by Sillencekill View Post
    Correcting you there Aznex, change it too 0.0.0.0 not 127.0.0.1..

    the "AllowedIPs" is just what IPs the server allows to connect, so setting it too 127.0.0.1 would only allow you to connect to your server and nobody else, but if you set it too 0.0.0.0 it would listen and allow all IPs
    It will work just fine with 127.0.0.1 in there, all u have to change in the configs in order to be public is this:

    <Realm1 Name = "Test Realm"
    Address = "
    127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    in your realms config



    I quote:

    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.


    The AllowedIPs are only used to register realms, not to let people connect;

    I rest my case: Use 127.0.0.1

  8. #8
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aznex is right. The allowed IP's has absolutely nothing to do with live. Change them to 127.0.0.1. :/

    I live in a shoe

  9. #9
    Laniax's Avatar Active Member
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aznex View Post

    The AllowedIPs are only used to register realms, not to let people connect;
    Ahh ofc haha sorry man my bad, its been awhile since ive last emulated

  10. #10
    baagel's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just some recommendations:
    - do i see port 1952 and 1953? idk why but have u tried the default? (8129)
    - if you wanna make a public server, i guess you should download Hamachi (its how i got mine working)

    arcemu-realms.conf:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    <Realm1 Name = "Baagel's World"
    Address = "*.*.*.*:8129"
    Icon = "Normal"
    Population = "0.0"
    TimeZone = "1">
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - enter your external ip (go to whatismyip.com) in *.*.*.*

    arcemu-logonserver.conf:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    AllowedIPs = "x.x.x.x/24, 127.0.0.1/24">
    AllowedModIPs = "x.x.x.x/24, 127.0.0.1/24">
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    replace x.x.x.x with ur Hamachi ip

    make sure ur players have Hamachi too

    those are my settings and my server is public so i hope this helped somewhat
    Last edited by baagel; 04-27-2009 at 08:14 PM.

  11. #11
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sillencekill View Post
    Correcting you there Aznex, change it too 0.0.0.0 not 127.0.0.1..

    the "AllowedIPs" is just what IPs the server allows to connect, so setting it too 127.0.0.1 would only allow you to connect to your server and nobody else, but if you set it too 0.0.0.0 it would listen and allow all IPs
    WRONG. AllowedIPs allows the Ip of the WORLDSERVER given to connect to the LOGONSERVER. This does not mean players. If you put in some random IP like 0.0.0.0, then the logonserver is going to want worldserver's from every single IP to connect, which is idiotic.
    Code:
    AllowedIPs = "127.0.0.1/24">
    AllowedModIPs = "127.0.0.1/24">
    Relate to the logonserver and worldserver connections only, and should be set to 127.0.0.1/24.
    For even more facts, this is taken straight from the config file, i'll highlight important parts...
    Code:
    #    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.
    Last edited by Gastricpenguin; 04-28-2009 at 05:37 AM.
    Life Puzzler WoW - Website | Forums

  12. #12
    Goremonger's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did what the ppl in this thread said and my logon server still says server connection denied that it isn't a allowed IP when i log in to the game it logs in fine but no realms show up. I know this is a pretty old topic but if any1 has any help that would be great

  13. #13
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post your current complete configs and What do you have set in your realmlist atm?

  14. #14
    Goremonger's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i used the youtube video about non hamachi and apparently it was outdated so i changed it from the servegame thing they gave me and put in 172.0.0.1 and was able to log in. my friend was able to log in and see the server but was unable to get in the realm. so we are looking desperately for what to do . i think it might be ip issues ill post my configs one sec

    ---------- Post added at 11:23 PM ---------- Previous post was at 11:19 PM ----------

    logon

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "ascent"
    Name = "logon"
    Port = "3306"
    Type = "1">



    <Listen Host = "0.0.0.0"
    ISHost = "0.0.0.0"
    RealmListPort = "3724"
    ServerPort = "8093">


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


    <Rates AccountRefresh = "300">


    <Client MinBuild = "00000"
    MaxBuild = "99999">


    <LogonServer RemotePassword = "dddddd"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">

    realms

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    <Realm1 Name = "Druid-WoW!"
    Address = "97.67.85.89:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    <Realm2 Name = "Epicwow"
    Address = "127.0.0.1:8129"
    Icon = "PvE"
    Population = "0"
    TimeZone = "1">

    <Realm3 Name = "Epicwow"
    Address = "127.0.0.1:8129"
    Icon = "PvE"
    Population = "0"
    TimeZone = "1">

    World
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "characters" Port = "3306" Type = "1">

    <Listen Host = "127.0.0.1"
    WorldServerPort = "8129">

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

    <Server PlayerLimit = "100"
    Motd = "Welcome to Druid-WoW! Please have a great time on this private server. Also do not share accounts or it will result in a permanent ban! Thank You! (The real admins name is just Admin and he is and orc.) -Admin "
    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="0"
    EnableLFGJoin="0"
    TimeZone="0"
    Collision="0"
    DisableFearMovement="0"
    SaveExtendedCharData="0">




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



    <Rates Health="1"
    Power1="1"
    Power2="1"
    Power3="1"
    Power4="1"
    QuestReputation="100"
    KillReputation="100"
    Honor="100"
    PvPTimer="300000"
    ArenaQueueDiff="150"
    Compression="1"
    XP="100"
    QuestXP="100"
    RestXP="100"
    ExploreXP="100"
    DropGrey="1"
    DropWhite="1"
    DropGreen="1"
    DropBlue="1"
    DropPurple="1"
    DropOrange="1"
    DropArtifact="1"
    DropMoney="100"
    Save="300000"
    SkillChance="100"
    SkillRate="100"
    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 = "dddddd">

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

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

    <Channels BannedChannels="">

    <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="1"
    CheckTriggerPrerequsites="0" >


    <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">

    <GameMaster StartOnGMIsland = "1">

    <Arena Season = "5"
    Progress = "1">

    <Limits Enable="0" AutoAttackDmg="10000" SpellDmg="30000" Health="100000" Mana="80000" Disconnect="0" BroadcastGMs="1">

    <DonatorCommands AddItem = "1"
    Tele2Friend = "1"
    Announce = "1"
    Port = "1">
    For the realms i tried to make a few realms to try to see if what i changed would work
    my realmlist is what i made on the website from the youtube video lovebuttonwow.servegame.com

  15. #15
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you hosting this on your home computer or a VPS?

Similar Threads

  1. ArcEmu ACCESS DENIED: 127.0.0.1 DENIED (not an allowed IP)
    By sjd in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-04-2015, 11:58 AM
  2. 3.3.5 Arcemu server: Server connection from 192.168.1.101:XXXXX DENIED, No alowed
    By TrixManaic in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 07-21-2012, 09:46 AM
  3. [HELP]server connection denied
    By Giedon in forum WoW EMU Questions & Requests
    Replies: 10
    Last Post: 12-30-2008, 11:15 PM
  4. Server connection failed!
    By dromeztah in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-08-2007, 03:38 PM
  5. Remote server, cannot connect from admin computer!?
    By Bladevil in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-22-2007, 05:09 AM
All times are GMT -5. The time now is 10:55 AM. 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