[Guide] Making Logon-Server Accept your Server Ip Connection menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Making Logon-Server Accept your Server Ip Connection

    - Well recently , Burlex added a new so called " Newb Protection "


    -This is actually very simple to make ascent function well with your server.
    -No need to re-compile or anything , or doing debugs as im seeing around the forums.




    The following files were modified to make this possible, if you wish to take out the protection than do so your self , I wont post a guide about it.

    Code:
     
    *AccountCache.cpp
    *AccountCache.h
    *AutoPatcher.cpp
    *LogonCommServer.cpp
    *LogonCommServer.h
    *LogonConsole.cpp
    *LogonConsole.h
    *Main.cpp
    *Main.h



    Now , to accept the connection , please go to your " ascent-logonserver.conf "


    You will find the following

    Code:
     
    # 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/24, 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 = "change_me_logon"
                 AllowedIPs = "***MUST BE COMPLETED***"
                 AllowedModIPs = "***MUST BE COMPLETED***">



    What you would need to modify is the folling

    Code:
     
    <LogonServer RemotePassword = "change_me_logon"
                 AllowedIPs = "***MUST BE COMPLETED***"
                 AllowedModIPs = "***MUST BE COMPLETED***">
    Please remember that you would need to enter it as a CIDR-FORM

    for exmaple LOCALHOST would be

    Code:
     
    127.0.0.0/24
    Last edited by ~SaiLyn~; 04-24-2008 at 11:58 AM.

    [Guide] Making Logon-Server Accept your Server Ip Connection
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very helpful thanks
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    Etzzhy's Avatar Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice +rep

  4. #4
    HonorHold's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesn't work for me

    still gives me 192.168.1.46 denied

    even when I set up it to "127.0.0.0/24"

  5. #5
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HonorHold View Post
    doesn't work for me

    still gives me 192.168.1.46 denied

    even when I set up it to "127.0.0.0/24"

    Well 192.168.1.46 is not 127.0.0.1 in the firs tplace ^^

  6. #6
    HonorHold's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea I know, so why is it giving 192.168.1.46 as my lan ip instead of localhost 127.0.0.1 or "127.0.0.0/24" as I put in

  7. #7
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what would i do 2 make it except all of hamachis ips?? my hamachi ip is 5.118.27.3 but everyone elses is diffrent. but everyones hamachi ip starts with a 5.. does anyone know?/ thanks

  8. #8
    michael8908's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ummmm Funnn About The Stupid Guide But Now My Hole Server Is Messed Up Now And I Have To Reinstall It Now Bc It Wont Work So Thanks For Nothing No Rep No Nothing Bye....

  9. #9
    hypershadow's Avatar Member
    Reputation
    2
    Join Date
    Jul 2006
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HonorHold View Post
    yea I know, so why is it giving 192.168.1.46 as my lan ip instead of localhost 127.0.0.1 or "127.0.0.0/24" as I put in
    Because your server is setup as having your LAN IP as the IP Address, so change the 127.0.0.0 to your LAN IP address. Although I don't know what bits to put after the ip address for that, so hopefully someone can tell you.

Similar Threads

  1. [Guide] Making a leveling zone on your private server.
    By Hiddennoremac in forum World of Warcraft Guides
    Replies: 6
    Last Post: 05-14-2008, 03:37 PM
  2. [Guide] How-To make custom items for your server[Noob Friendly]
    By FelBlood in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-29-2008, 06:50 AM
  3. Video and Guide - Make Antrix server public - hamachi
    By Mitchy in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 12-24-2007, 10:05 AM
  4. [GUIDE] Making your own radio for your server!
    By Shaak in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 12-04-2007, 11:33 PM
  5. [Guide] Making your Antrix/Ascent Server Public Without Hamachi!
    By mafiaboy in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 11-20-2007, 12:59 PM
All times are GMT -5. The time now is 05:01 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