
Results 1 to 10 of 35
Threaded View
-
29-07-10, 08:14 PM #1
[Mangos and Trinity] Make Public Server Without Hamachi
Hello MMOpro!!
In this easy guide I will teach you how to make your Mangos\Trinity server public without hamaci
WARNING: `servegame.com` may not work, don't use it !
1. Find out your external and internal IP Address:
- Click “Start” go to “RUN” and type “CMD”
- In “CMD” type “ipconfig”
- Then you will see the internal IP (ex. - 192.168.1.100)
- Now go to What Is My IP Address to find your IP Address and as title you will see your IP Address
2. Now you need to make DNS Host
- Visit No-IP - Dynamic DNS, Static DNS for Your Dynamic IP , Make an account there(Register)
- Then click “Add Host” and make an DNS Host (ex. – thetyin.no-ip.org)
3. Now open following ports:
- Needed Ports
8085 to 8085 - World.exe (Mangosd.exe)
3724 to 3724 - Auth.exe (Realmd.exe)
3306 to 3306 - MySQL
80 to 80 - Apache
8129 to 8129
8093 to 8093
6112 to 6112
6881 to 6999
8050 to 8050
9093 to 9093
PS. To open ports write in Address bar : 192.168.1.1
Then as username use : Admin
and for password use : Admin
or maybe it will be different
4. Now set up HOST
- Go to C:\Windows\System32\Drivers\etc\
and open file “Host” with Notepad (If you are using Vista or 7 run notepad as administrator)
- You will see:
then make it look like this:
127.0.0.1 thetyin.no-ip.org (your DNS Host)
Your Router IP thetyin.no-ip.org (your DNS Host)
Your IP thetyin.no-ip.org (your DNS Host)
5. Disable all active firewalls
6. Start “MySQL.bat”
7. Start HeidiSQL or whatever you use as DB editor
- Go to Realmd(Auth) then go to Realmlist
- Change “Name” < Add your Server Name
- Change “Address” < Add your DNS Host
8. Start
- MySQL.bat
- Apache.bat
- Auth.exe (Realmd.exe)
- World.exe (Mangosd.exe)Last edited by jovee; 14-11-10 at 05:57 PM. Reason: Updated...