server wont allow ips menu

Shout-Out

User Tag List

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

    server wont allow ips

    ok my server is trying to authenticate and it only authenticates when logon server and realms are 127.0.0.1 here ill show you

    Code:
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    and
    Code:
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    but the only problem is that no one can get on the server because it wont allow any other ip than 127.0.0.1 how do i make it so it allows any one to connect and still authenticates? PLEASE HELP!

    server wont allow ips
  2. #2
    777devil777's Avatar Member
    Reputation
    66
    Join Date
    Sep 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dragonowner View Post
    ok my server is trying to authenticate and it only authenticates when logon server and realms are 127.0.0.1 here ill show you

    Code:
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    and
    Code:
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    but the only problem is that no one can get on the server because it wont allow any other ip than 127.0.0.1 how do i make it so it allows any one to connect and still authenticates? PLEASE HELP!
    Actually my server is public with those same specs. Post your realms.conf.

    "I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike."

  3. #3
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    
    /********************************************************************************
     * 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 = "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)
    #
    #    Colour:
    #        Realm colour in realm list display.
    #
    #    TimeZone:
    #        Time zone the realm is in.
    #
    #    Population:
    #        (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -#-#-#-#-#-#-#-#
    
    <Realm1 Name = "Testserver"
            Address = "wowblood.zapto.org:8093"
            Icon = "PVP"
            Colour = "0"
            Population = "1.0"
            TimeZone = "0">

  4. #4
    777devil777's Avatar Member
    Reputation
    66
    Join Date
    Sep 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have you modfied your hosts file and done port forwarding?

    "I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike."

  5. #5
    Mythers's Avatar Banned
    Reputation
    88
    Join Date
    Jul 2007
    Posts
    576
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <Realm1 Name = "Testserver"
    Address = "wowblood.zapto.org:8093"
    Icon = "PVP"
    Colour = "0"
    Population = "1.0"
    TimeZone = "0">
    You can't have that Server ip their, if you don't have it here also:
    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

  6. #6
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i did that and it doesnt authenticate

  7. #7
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try
    Code:
    <LogonServer RemotePassword = "ascent"
                    AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "1.3.3.7/32">

  8. #8
    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)
    Darkmagishin, you know that that iwll only allow IP 1.3.3.7 have a open connection ? (or w/e you can say).

    They are just using 1.3.3.7 as a example in your config files.

  9. #9
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have everything working now except that people cant log on with my dyndns ip and if they were able to it would stay at connected at the character screen how do i fix this???

  10. #10
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahhh, danm. ive never had someone out of my network connect to my server using these conf files. do you know what will allow any ip?
    Last edited by darkmagishin; 07-04-2008 at 01:00 AM.

  11. #11
    ryshu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.0/24

    That should allow you any IP adress

Similar Threads

  1. Server Not Allowing Pvp?
    By kikootwo in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 07-29-2008, 12:21 AM
  2. [Help] Allowed IPs? +Rep for help
    By MisterEMU in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 04-25-2008, 04:17 PM
  3. plz help server wont work!
    By dforcepwns in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-18-2008, 11:57 PM
  4. Logon server wont open
    By Orcx in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 12-02-2007, 11:22 AM
  5. Server wont work
    By nitehuntr in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 09-09-2007, 06:15 PM
All times are GMT -5. The time now is 11:30 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