trying to go public... chose a bad guide.... menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    trying to go public... chose a bad guide....

    [IMG][/IMG]

    i cant remember what all i changed, i tryed one guide and it didnt go to well, so i tryed another so ill just post all my configs


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


    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "127.0.0.1/32"
    AllowedModIPs = "127.0.0.1/32">



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


    i think that should be it /= +rep for help

    trying to go public... chose a bad guide....
  2. #2
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oook.... now i can get to the server selection but it keeps saying loggin into server then goes back to choose server, still not public either.

  3. #3
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any errors showing up in your logon server window?
    The following statement is true
    The previous statement is false

  4. #4
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    none at all /=

  5. #5
    Zotie's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having the same problem... So sry

  6. #6
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "127.0.0.1/32"
    AllowedModIPs = "127.0.0.1/32">

    try changing to

    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "127.0.0.0/24"
    AllowedModIPs = "127.0.0.0/24">
    The following statement is true
    The previous statement is false

  7. #7
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok im able to log in... im about to test out the public part tho... i changed

    <Realm1 Name = "[]D V []D Addiction"
    Address = "Addiction.is-a-geek.net:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    to

    <Realm1 Name = "[]D V []D Addiction"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

  8. #8
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and no, still not public /=

  9. #9
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In order to go public the part in blue needs to be your external IP address or your host name

    <Realm1 Name = "[]D V []D Addiction"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    EDIT: You will also need a host (which you apparently have, Addiction.is-a-geek.net) and this host must be updated with your current external IP, because it does change, not that often but unless you have software that will automatically update it for you, your going to have to do it manually)

    you will also need all the correct ports forwarded on you router (both TCP and UPD)

    3724 - 3724
    80 - 80
    3306 - 3306
    8129 - 8129
    8093 -8093
    6112 - 6112
    6881-6999
    3036 - 3036
    8050 -8050

    you will also need to update your hosts docs which you can access by going to start>run>Then type: C:\Windows\System32\Drivers\Etc\ and hit enter

    open this in notepad and add (or edit if it is already there)

    127.0.0.1 localhost
    YOUR COMPUTERS IP Addiction.is-a-geek.net
    YOUR EXTERNAL IP Addiction.is-a-geek.net

    save this file

    depending on how many computers you have on your network you may also have to update your computers IP address in the hosts file, you can find your computers IP address by opening up command prompt (start>run>cmd) then typing in "ipconfig" without the quotes. you will then also have to update the forwarded ports on your router to match your computers new IP address.

    all this information can be found in Scyther's helpful guide

    http://www.mmowned.com/forums/ascent...user-easy.html

    credits to him where they apply
    Last edited by roguesownu; 08-16-2008 at 11:06 AM.
    The following statement is true
    The previous statement is false

  10. #10
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <Realm1 Name = "[]D V []D Addiction"
    Address = "addiction.is-a-geek.net:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    done but now im getting the "Logging into game server" then back to server selection /= wont get passed it

  11. #11
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    look at the edit on my post, if all that has been done and you are still getting errors let me know
    The following statement is true
    The previous statement is false

  12. #12
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya thats the 2nd guide i tryed, which should have been my first =p ill +rep you and him both if it works ill go try that (:

  13. #13
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just to let you know I have had times where I did EXACTLY as the guide told me and it still didn't work. After about a week I decided to switch from DynDNS to No-IP.com and it worked perfectly. Don't do anything different except you might have to delete your host at DynDNS if you want the same one at No-IP.com

    NOTE: not sure about DynDNS but at No-IP.com you have to update your host at least once every 60 days I believe in order to keep your account active

    EDIT: Good Luck
    Last edited by roguesownu; 08-16-2008 at 11:20 AM.
    The following statement is true
    The previous statement is false

  14. #14
    hotandsekc's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm still getting stuck at Loggin into game server... you think it would happen to be something else? maybe another config file, i mean i did edit some files but i tryed to change them back as best as i could remember.
    also wouldnt someone else be able to log in at least if i have all that correct(public wise)? but still getting the same Loggin into game server error?
    Last edited by hotandsekc; 08-16-2008 at 11:50 AM.

  15. #15
    shadow5677's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try checking and make sure your remote passwords are the same. If they are. Change them yourself. Make sure they match ^.^

Page 1 of 2 12 LastLast

Similar Threads

  1. New Trinity Core 2/ Mangos Problem when trying to go Public [No-Hamachi]
    By daphtpunk in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 08-10-2009, 05:26 PM
  2. WTB Public W/O hamachi guide removal?
    By darkwiz787 in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 04-26-2009, 05:59 PM
  3. How to make private server public without hamachi Easy guide
    By verycool in forum World of Warcraft Guides
    Replies: 5
    Last Post: 12-10-2008, 12:30 AM
  4. Public Server (The True Guide)
    By LJN in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 12-02-2007, 11:12 PM
All times are GMT -5. The time now is 09:35 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