Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou menu

User Tag List

Page 1 of 15 12345 ... LastLast
Results 1 to 15 of 217
  1. #1
    Joetherogue's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2007
    Posts
    477
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    DON'T ATTEMPT TO TRY THIS IF YOU HAVE NOT EVEN GOT UR SERVER HAMACHI THIS IS HARDER.





    Originally Posted by Hacking Source
    INDEX:

    I. CREATING A DYNAMIC DOMAIN NAME.
    II. MANGOS PREPERATION.
    III. ROUTER CONFIGURATIONS
    IV. SETTING UP YOUR CLIENT TO CONNECT TO YOUR SERVER.
    V. COMMON Q&A

    DLink Router users: I do not know how to configure your routers becuase they have too many conflicting port configuration applications on it.

    If you have a Static IP from your ISP simply choose Static DNS instead and you do not need to download the updater. Then proceed with the rest of the guide.

    I. Creating a Dynamic Domain Name:

    1. Goto DynDNS.com and register an account.
    2. Once your able to log in, goto the Tab 'Services' ontop.
    3. A short way down the middle of the page you'll see Dynamic DNS, click that.
    4. To your right you'll see 'Create Host', click that.

    a. Host Name: Can be whatever you want
    b. IP Address: Usually auto populated but if not, goto Myipaddress.com and copy that here.
    c. Check enable wildcard.
    d. Mail Exchanger: I doubt you have this considering your looking at this guide for help. Leave blank.
    e. Click on 'Add Host'

    5. Now click this link and download DynDNS Updater I would set it up as as a service, but it doesn't matter.

    If you have issues setting up DynDNS Update post what you dont' get in detail and I will help you.


    II. MANGOS Preperation:

    1. Goto <system folder>\system32\drivers\etc\ and open the file called 'host' with notepad. (replace <system folder> with the location of your windows folder.. i.e. c:\windows\system32\drivers\etc\)
    1. a. At the end of the file (after all the text you see) insert this into it's own line:
      • 127.0.0.1 <Your router assinged IP here if your on a router> (Not sure if this is necassary, but mines working )
        127.0.0.1 <The host name you created on DynDNS>
        example: 127.0.0.1 wowjunkies.servegame.org
      b. Save and close
    2. Download NaviCat HERE, install. Patch Click here for Navicat Patch Click here for Instructions on how to Patch Navicat, but use 2.2.12. Props to XxRedRumxX666 for the guide to that.
    1. a. Click on Connection
      • - Connection Name: (Whatever you want)
        - Host name/IP address: locahost (unless you have it hosted on a server elsewhere us it's address)
        - Port: Leave it as is unless you know you need something different which i doubt.
        - User name: User name of your Mysql mangos DB
        - Password: Password of your Mysql mangos DB
        - Test your connection, if it doesn't work your username and password are wrong or you don't have your mangos DB running.
      b. Click OK and your done with setting up NaviCat!
    3. In NaviCat look in the Connections window and click the name of the connectoin you just made so it expands.
    1. a. Click on realmd
      b. In the right window double click realmlist
      c. Now change the field 'address' from 127.0.0.1 to <the name of your DynDNS host you created>
      d. At the bottom of the window click on the check mark to save or hit enter.
      e. Close that window and close NaviCat
    This will also help solve Realm Looping if your having that, but realm looping is also caused by port forwarding if you don't know what your doing.

    III. Router configurations;

    If you have some generic router that for some reason only allows you to forward one port i can't help you. Throw it away and get a good router. And don't try to do this stuff wirelessly, because that's a whole nother set of issues and why you'd want to do that is beyond me.

    1. Disable Port Trigerring if you have the option. If not, just don't use it becuase it's an advanced feature that you need to know what it's for in order for it to work properly. Not necessary for your wow server to go public without hamanchi.
    2. The following ports need to be opened and pointing to your servers router assinged IP address.
    1. - 3724 TCP (Enables you to connect to the Realmd DB) This port will give you the "Unable to connect" Message if not forwarded to your server.
      - 8085 TCP (Enables you to connect to the WorldServer) This port is what causes realm looping if not pointing to your server IP and has the wrong protocol. Simply because you can't log into the mangos server so it kicks you back to the realmd server (realm list).
      - 80 TCP (This is only needed if your hosting a website frontend on the same server)
      - 3306 TCP (This allows connection to your DB in MySQL)
    5. Make sure your servers router assigned IP address is the Default DMZ server.
    (Only put your server in the DMZ zone if your still having issues, if you have correctly configured the ports as stated above you should be good to go without having to do this step.)

    IMPORTANT!!!!!
    Antivirus applications and your firewall will also cause connection issues. Disable both to make sure you can connect, then enable if you can connect and see if it still connects. If not you will need to forward the same ports in your firewall. Sorry not gonna go through that or antivirus blocking issues.

    IV. Setting up your client to connect to your server:

    1. Go into your WorldofWarcraft game directory. Example c:\WorldofWarcraft\
    2. Open the file realmlist.wtf with notepad.
    3. Replace us.logon.worldofwarcraft.com with <name of your DynDNS host you made> so it should look like this:
    1. set realmlist wowjunkies.servegame.org (or course entering your own domain name there)
    4. Save and close

    V. Q&A

    Q. What is my DB username and password?
    A. Depends on what repak your using and how you set up mysql. If your using repaks that come with mysql then it's usually mangos, mangos by default. If you setup mysql yourself, well then I couldn't tell ya.

    Q. I have a static IP address from my ISP, how do i get it to work with that?
    A. Use the Static host name instead of Dynamic and you do not need dynamic updater.

    Q. Does this work with a DLINK router?
    A. Not from my experience.

    Q. Its possible my antivirus blocking my ports?
    A. Yes some antivirus programs can do that.

    Q. Do i need to configure my firewall as well by forwarding the same ports?
    A. Most firewalls will automatically set this up for you the first time you use the app and try to access the net or access it from another computer. But if it hasn't then yes you do.

    Q. Which IP should you use with forwarding ports your static, lan, or wan ip? or dns server ip ?
    A. LAN

    Q. What if i can't get access to my router to forward the ports?
    A. Then you'll need to use Hamachi.



    THATS IT! You should have no issues connecting! Again if you have issues, please be detailed.. things like:
    Doesn't work..
    This sucks..
    Wont connect..
    Still isn't working
    Or crying it's not detailed enough ...

    Tell me what steps you've takin and where your stuck and what exactly is happening.



    I can 99% gaurantee this will work with Shadowhunter_22 TBC 2.0.8 repack
    Last edited by Joetherogue; 05-01-2007 at 05:28 PM.

    Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou
  2. #2
    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)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Great guide, it helped me when i needed to go live.

    But it would be nice if you would give credit to the person you stole this guide from.



    Edit: HOW IS THIS Shorter THAN 10 CHARACTERS??!?!
    Life Puzzler WoW - Website | Forums

  3. #3
    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)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Aha now i see it :P

    Disregard anythin i said early'r.
    I was in a pisshat mood, but after watching hilarious anime, im all better

    Also creating mangos quests are a bitch.
    Life Puzzler WoW - Website | Forums

  4. #4
    Joetherogue's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2007
    Posts
    477
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Anime's make the soul better :P

  5. #5
    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)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Azumanga Daioh FTW!
    Life Puzzler WoW - Website | Forums

  6. #6
    Darkenes's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Good Guide!

  7. #7
    Reaper_05's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    I get an error it when i go to save the Hosts thing on a notepad it says cannot save make sure path and filename are correct

  8. #8
    Xepher's Avatar Banned
    Reputation
    255
    Join Date
    Apr 2007
    Posts
    590
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Awesome guide man Hopefully there is no realmlist +rep Hope you get emu support team back!

  9. #9
    mickey91's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    cant find Mysql mangos DB where do u find that ?

  10. #10
    Joetherogue's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2007
    Posts
    477
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Mickey if you dont know how to find ur database you probably shouldn't try this.

  11. #11
    Genesisnine's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!,

    this might sound really newbish but how do i change the maximum users for my server.

  12. #12
    Joetherogue's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2007
    Posts
    477
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Go into ur mangos folder go to mangos.conf and there should be something in there saying maximum users and change that to whatevr ya like

  13. #13
    sara's Avatar Member
    Reputation
    32
    Join Date
    Apr 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    Hmmmm I did all you sayd But My friends & me are stuck at Choise Realm

  14. #14
    dale_cazz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    when my m8 gos to save his realmlist.wtf it comes up an message "cannot save make sure path and filename are correct", how does he sort that?

  15. #15
    zabrado's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Noobs guide to making your Server Public without Hamachi even with a Dynamic IP!, Rou

    worked fair for me

Page 1 of 15 12345 ... LastLast

Similar Threads

  1. [Tutorial] Can't Make Your Server Public Without Hamachi? - TRY THIS!
    By DarkVanir in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 11-19-2010, 08:37 AM
  2. [n00b Tips] How to make your server public without hamachi
    By EviNion in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 10-29-2008, 09:07 PM
  3. [GUIDE] how to make your server public without hamachi
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 04-27-2008, 02:19 PM
  4. (Super Marios Guide) To making your server public
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 01-23-2008, 08:49 AM
  5. Make your server public without hamachi! (antrix!)
    By jargs in forum WoW EMU Guides & Tutorials
    Replies: 74
    Last Post: 12-02-2007, 10:12 PM
All times are GMT -5. The time now is 07:24 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search