[Share] How to make server working without Hamachi menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Miksu's Avatar Contributor
    Reputation
    244
    Join Date
    Nov 2007
    Posts
    731
    Thanks G/R
    216/25
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Share] How to make server working without Hamachi

    Setup your configs like this and it should work For making it PUBLIC and for yourself to log in.
    This setup is for a ROUTER setup.
    -------------------------------------------------------------------
    1. Go to dyndns.com and make yourself a hostname. This is priority #1 if you wanna get your server public so friends can login.
    -------------------------------------------------------------------
    2. Edit your HOST file so things can be forwarded to the right places.

    HOSTS file is located under C:\WINDOWS\system32\drivers\etc\HOSTS

    In HOSTS file edit it to something like this

    127.0.0.1 localhost <---My Loopback address. Add this line.
    192.100.1.101 mortalchamps.kicks-ass.net <---My Router Assigned pc's IP.Add your HOSTNAME that you made at DynDns.com
    98.200.192.170 mortalchamps.kicks-ass.net <---My Internet & Wans IP address . Add your HOSTNAME that you made at DynDns.com

    Should look something like this when done.

    #
    #
    #
    127.0.0.1 localhost
    192.100.1.101 mortalchamps.kicks-ass.net
    98.200.192.170 mortalchamps.kicks-ass.net

    done. Save.
    -------------------------------------------------------------------
    3. Forwarding all the WOW server PORTS so that your PC can BE PUBLIC and so that your server can connect to clients.
    In your ROUTERS settings make sure these ports are FORWARDED to your router assigned IP address. DMZ works also so make sure your router assigned IP address is set to the DMZ. This will open things up for the SERVER to be operational.
    For my setting it's...
    DMZ set to 192.100.1.101 <---My router assigned IP address.
    Forward all of these ports to 192.100.1.101both UDP and TCP protocal.
    APp Name can be anything just to clarify...
    wowport1 3724
    wowport2 8093
    wowport3 3306
    wowport4 8129
    wowport5 80
    wowport6 6112
    wowport7 6881
    wowport8 3036
    wowport9 8050
    wowport10 8130

    Read your routers manual for more information on how to forward ports. Forwarding ports is a MUST before things even work right so study up on forwarding those ports I told ya to forward.
    -------------------------------------------------------------------
    4. Editing the LogonServer config file.
    Look for these three things and EDIT it as I show ya.

    <LogonDatabase Hostname = "localhost"
    Username = "root" <---Standard Username used by most repacks and developers.
    Password = "ascent" <---Standard Password used by most repacks and developers.
    Name = "logon" <---Standard SQL volume used. Usually it's Ascent_Character if you use WHYD.
    Port = "3306"
    Type = "1">

    <Listen Host = "mortalchamps.kicks-ass.net" <---Add your HOSTNAME that you made at DynDns.com
    ISHost = "mortalchamps.kicks-ass.net" <---Add your HOSTNAME that you made at DynDns.com
    RealmListPort = "3724"
    ServerPort = "8093">

    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "192.100.1.101/24" <---Router Assigned IP address. Pc's IP.
    AllowedModIPs = "192.100.1.101/24"> <---Router Assigned IP address. Pc's IP.
    --------------------------------------------------------------
    5. Editing the WORLD config file. Make sure the usernames, passwords, & sql names are correct. Usuaully people forget to edit this properly and the logon worlds cannot connect.

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">

    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "logon" Port = "3306" Type = "1">


    <Listen Host = "mortalchamps.kicks-ass.net" <---Add your HOSTNAME that you made at DynDns.com
    WorldServerPort = "8129">
    --------------------------------------------------------------
    6. Editing the Realms config file.

    <LogonServer Address = "192.100.1.101" <---Router Assigned IP address. Pc's IP.
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    <Realm1 Name = "MC Testing(PvP)"
    Address = "98.200.192.170:8129" <---Router's WAN IP address or Internet IP. Not your PC's IP.
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    You can find out your Internet and WAN's IP address by http://whatismyip.org/ .
    Changing Address = "98.200.192.170:8129" to Address = "127.0.0.1:8129" will instantly make it PRIVATE but I usually jsut use public settings even if I myself play it. It's not like it's a bad thing if people login and play LMFAO.

    It's pretty simple once you get it. Another important thing is that sometimes your ROUTER can automatically change your ASSIGNED IP address and this will disable the server completely so check that out if suddenly your server stops working and edit router assigned IP address to the new address. Wan and Internet IP address can also change depending on your ISP's mood.

    I hope this helps those guys that are having NO REALM LIST, stuck at LOGIN, LOGGING IN issues.
    Sorry my English stinks.

    [I didnt make this I DONT NEED CREDIT!] Iam just sharing this because this is good guide and helpfull.

    Originally posted bymegatanker @ Ragezone.com

    Help Making your SERVER PUBLIC using ROUTER.

    [Share] How to make server working without Hamachi
  2. #2
    chambersb's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey i was just wondering could you show us how to stop the realmlist from looping by adding a second server?

    TYVM for the guide I think it works but i dont have anyone to test it, if anyone can test it it is wowzilla.webhop.net

  3. #3
    Miksu's Avatar Contributor
    Reputation
    244
    Join Date
    Nov 2007
    Posts
    731
    Thanks G/R
    216/25
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should go to MMORPG server development forums there's lots of good guides


    EDIT: Iam not so good at making wow pservers, iam better with handling Gunz pservers.

  4. #4
    hogofwar's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is a good tutorial but needs to be cleaned up.
    I have got my server online using this tut.

  5. #5
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Miksu View Post
    You should go to MMORPG server development forums there's lots of good guides


    EDIT: Iam not so good at making wow pservers, iam better with handling Gunz pservers.
    Leecher Advertising Alert.....

    Ragezone lol

  6. #6
    BlackEagle's Avatar Member
    Reputation
    15
    Join Date
    Dec 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use this at own risk cause you open ports so everybody can connect to who if they want and they can also invade your computer.

Similar Threads

  1. Help Please: Making server public without hamachi
    By viperguts in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 12-14-2008, 11:28 PM
  2. How to make Server public (NONE HAMACHI) WORK
    By xX EPIC Xx in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 09-17-2008, 01:43 PM
  3. {SUPER MARIO GUIDE} How to make your Ascent Server Public Without Hamachi
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 27
    Last Post: 07-03-2008, 06:05 AM
  4. Cant Make server public without Hamachi
    By floor2ceiling in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 02-21-2008, 06:22 PM
  5. {GUIDE} How to make your Ascent Server Public Without Hamachi
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-21-2008, 08:38 AM
All times are GMT -5. The time now is 10:33 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