I keep geting a denied Ip for my arcemu server menu

User Tag List

Results 1 to 13 of 13
  1. #1
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I keep geting a denied Ip for my arcemu server

    I keep getting a denied Ip for my arcemu server pics below
    and yes I changed the bottom of my logon.config

    removed by Unholy

    I keep geting a denied Ip for my arcemu server
  2. #2
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use 127.0.0.0/24
    or
    127.0.0.1/24
    in your allowIP part.

    Also check the remote password, change it to something else then default

  3. #3
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but what if im making it public i still leave it 127.0.0.1/24?
    removed by Unholy

  4. #4
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I know, all public ones got something of those 2, test it. It's something with the allow IP part.

  5. #5
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so should I leave it 127.0.0.1 when it public?
    removed by Unholy

  6. #6
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use 127.0.0.0/24

    And yes, it should run fine, if not any emulation expert are against me.

    PS. best way to find out, is to test instead of asking? =P

  7. #7
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0.o thanks ill try it
    removed by Unholy

  8. #8
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    didnt work other people get cannot conect
    removed by Unholy

  9. #9
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use your IP then, no clue if that will work.

    Btw, is everything else correct in the configs + open ports + hosts file? I think it's something with that ...

  10. #10
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.1 projectanthrax.selfip.com
    192.168.1.1 projectanthrax.selfip.com
    71.167.xxx.xxx projectanthrax.selfip.com

    <LogonDatabase Hostname = "projectanthrax.selfip.com"
    Username = "root"
    Password = "hidden"
    Name = "logon2"
    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
    #

    <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 2.1.1 was build 6739.
    #

    <Client MinBuild = "8606"
    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 = "hidden"
    AllowedIPs = "71.167.xxx.xxx/32"
    AllowedModIPs = "71.167.xxx.xxx/32">

    <WorldDatabase Hostname = "projectanthrax.selfip.com" Username = "root" Password = "hidden" Name = "arcemu" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "projectanthrax.selfip.com" Username = "root" Password = "hidden" Name = "logon2" Port = "3306" Type = "1">

    <LogonServer Address = "projectanthrax.selfip.com"
    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:
    # 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 = "Project anthrax Funserver"
    Address = "projectanthrax.selfip.com:8129"
    Icon = "PVP"
    Population = "2.0"
    TimeZone = "1">
    removed by Unholy

  11. #11
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Remove the second IP (router IP) in your hosts file.

  12. #12
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    like make it 192.168.1.2?
    removed by Unholy

  13. #13
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should only have

    127.0.0.1 DNS
    IP(What is my IP address? Show my IP address. IP Tracer & IP Locator.) DNS

    Not anything more

Similar Threads

  1. [Question] How do you add scripts for an ArcEmu server?
    By RoyPwns in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 04-02-2010, 03:36 PM
  2. I keep geting error , please help!
    By Arugos in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-21-2007, 10:30 PM
  3. I keep geting d/c drom my server
    By Nuadris in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 11-04-2007, 06:52 AM
  4. How do i keep my spawned towns when i close my server for repairs/fixes?
    By Masterkenshin in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 10-20-2007, 08:21 PM
  5. People keep geting
    By omgimamonkey in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-22-2007, 09:11 AM
All times are GMT -5. The time now is 05:53 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