Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE] How to Host a Server with Hamachi & Non-Hamachi!

Skilled Illusionist
Joined
Dec 5, 2007
Messages
396
Reaction score
1
** HELLO EVERYONE ITS 1337EQUILLBRIUM **

- Here is a Guide, how to Host your Server with Hamachi & Non-Hamachi

- Enjoy Reading & Good Luck!

Hamachi Guide
Step 1:: Download Hamachi

Hamachi -


Step 2 :: Installing Hamachi
1. Ok when you have Hamachi downloaded, install it to your computer.
2. Then it should look like a grey window with three buttons at the bottom, which should be Power, Create or Join Networks and Configure Hamachi.
3. Click on power (if it's not on yet),then click on Create a new Network. Remember username and password are CaSe SeNsAtIVe.
4. When you made a network make friends connect to that network,and make friends change there realmlist.wtf to your hamachi IP address which should be on top of your hamachi window.
Example - set realmlist 5.163.218.240

Step 3 :: Configuring Ascent
1. Ok what you do is open your logonserver.conf

scroll down until you see this:



Code:
# Host Directive## This is the address that the realmlist will listen on.# To listen on all addresses, set it to 0.0.0.0# Default: 127.0.0.1 (localhost)## Note: ISHost is the interserver communication listener.#<Listen Host = "0.0.0.0" << all you have to do is change this ISHost = "0.0.0.0" << and this to you hamachi IP addressRealmListPort = "3724"ServerPort = "8093">
save and close.
2. Open up your logonserver.conf
Go down till you see this:


Code:
<LogonServer Address = "127.0.0.1" << Change this to your hamachi IPPort = "8093"Name = "Default Logon"RealmCount = "1">
3. Scroll further down until you see:


Code:
<Realm1 Name = "test realm"Address = "127.0.0.1:8129" << Change the 127.0.0.1 ONLY to your hamachi ip addressIcon = "PVP"Colour = "1"Population = "1.0"TimeZone = "1">
save and close
4. Finally Open up your Ascent.Conf

Now look for something like this:



Code:
<Listen Host = "127.0.0.1"<<<Change this to your Hamachi IP AddressWorldServerPort = "8129"

Non-Hamachi Guide

Step 1.
1. Visit DynDNS.Com and Create an account.
2. Log in and click "Services" on the menu.
3. Under DNS Services there will be an option called Dynamic DNS. Click it.
4. Click on "Create Host."
5. Fill out the required fields, don't forget to check the box "Enable Wildcard."
6. Click "Add Host" and your done with this portion of the guide.

Step 2.
1. Open C:\Windows\System32\Drivers\Etc\
And Open " Hosts " With Notepad
2. Put this at the Bottom of the " Hosts " Thing

Code:
127.0.0.1 (Dynamic DNS)
Dynamic DNS = The DNS you just created at DynDNS.Com

Step 3.
1. Open your Realms.conf file in your server files folder.
2. Change at the bottom of your realms.conf to look like this.


Code:
Realm1.Name = "YOUR REALM NAME"Realm1.Address = "YOUR DNS HOST NAME:8129"Realm1.Icon = "PVP"Realm1.Colour = 1Realm1.Population = 0Realm1.TimeZone = 1

3. Save and exit. You are now done with this part of the guide.

Step 4.
1. Connect to your router. This can normally be done by typing in 192.168.0.1. If your not sure what it is, then go to Start- Run- Type cmd- Type ipconfig. You should see the ip address like above, change the last sequence in it to a 1 and it should work. If you are still having issues consult your routers website on how to login to your router.

2. Now, It's time to forward the ports. Go into your port forwarding section under your router and forward;



Code:
3724 - 372480 - 80 3306 - 3306 8129 - 81298093 -80936112 - 61126881-69993036 - 3036 8050 -8050
3. If you have a Firewall disable it if you don't know how to set exceptions with it.

Step 5.
>This next part is for how you connect.<

1. Go into your World of Warcraft game directory.
2. Open realmlist.WTF in Notepad.
3. Replace everything in it with "set realmlist 127.0.0.1"

Note: I suggest you make a copy of the realmlist before changing the info so you can still connect to the Live WoW servers.

Step 6.
>> Getting a friend to connect <<

1. Follow the above steps, except when in realmlist. WTF have them change it to "set realmlist (Dynamic DNS)"

If everything is done correctly you should have a public server with out Hamachi, and you and your friends can have all the fun you want. If you are confused or need help please feel free to post your confusion. Also, Please let us know how well this tutorial works out for you, so we can improve it.


- Good luck and Have Fun with your Server by: 1337Equillbrium!
 
Experienced Elementalist
Joined
Jan 16, 2008
Messages
210
Reaction score
0
Connect to your router. This can normally be done by typing in 192.168.0.1. If your not sure what it is, then go to Start- Run- Type cmd- Type ipconfig. You should see the ip address like above, change the last sequence in it to a 1 and it should work. If you are still having issues consult your routers website on how to login to your router

You just told everyone that you're using a computer that is part of a bigger network, you're probably using a linksys wireless, you are not the computer directly hooked to the wireless-g. i'd take "this is usually done by" out very fast.
 
Back
Top