MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides > Mangos Guides
Reload this Page Forrest's Idiot-proof Guide to Router/IP Solutions for your server (Mangos)
Mangos Guides This section is for WoW emulated server, Mangos guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
Forrest's Idiot-proof Guide to Router/IP Solutions for your server (Mangos)
(#1)
Old
Forrest's Avatar
Forrest is Offline
Sergeant
Rep Power: 3
Reputation: 13
Forrest is on a distinguished road
 
Posts: 69
Join Date: Sep 2006
Location: Singapore
Wow Guides Forrest's Idiot-proof Guide to Router/IP Solutions for your server (Mangos) - 03-24-2008

This guide is correct as of March 24, 2008.

This is a step-by-step guide compiled by me such that even noobs can allow others to connect to their server.


If you're looking for scripting and server creation issues, check out my other guides:

1. Forrest's Idiot Proof Guide to Setting Up Your Own Mangos Server @ [Only registered and activated users can see links. ]

2. Scripting with UDB, generating your own custom content (soon to come)

3. GM commands within Mangos and how to use them @
[Only registered and activated users can see links. ] (Forrest's Guide to GM Lvl 3 commands for Mangos)


OK, so you're hosting your server behind a router and you don't know how to get people to connect to you. If thats your problem, this guide is the thing for you. Its formulated in the Q&A spirit.

Credits

All credits go to syberjj from Mangos Community Forums for this guide. I simply formatted it and embellished more details.


!!PLEASE READ MY SERVER GUIDE AND ENSURE YOUR MANGOS SERVER IS WORKING BEFORE USING THIS GUIDE!!


1. Is your ISP(Internet Service Provider) assigning you a static IP address or a dynamic IP address? To check this, simply visit [Only registered and activated users can see links. ] and note the four numbers(this is your IP address), then disconnect and reconnect your router. If you don't have access to your router settings(God knows why), simply switch off the power to your router and switch it on again. Then, go to [Only registered and activated users can see links. ] again to check your IP address. If it is the same one you noted before, then you are holding a static IP. If not, then you are holding a dynamic IP.

I. Static IP - Go to Question 2
II. Dynamic IP - Go to Solution 2
III. Or if, you have a static IP address but wish your friends to connect to a DNS domain - Go to Solution 2


2. Are you using a firewall on your computer? Such firewalls might include but are not limited to Windows firewall, Norton internet firewall, norman internet firewall, mcafee internet firewall etc

I. Yes - Go to Solution 1
II. No - Go to Question 3


3. Is your router using a firewall? Most routers use firewalls to block certain ports and restrict data flow to some.

I. Yes - Go to Solution 3
II. No - Go to Question 4


4. Are other computers connected to your network(wireless/wired) and sharing the same Internet connection gateway?

I. Yes - Go to Question 5
II. No - Go to Solution 5


5. Would you like these computers to connect to your server as well?

I. Yes - Go to Solution 4
II. No - Go to Solution 5



Solution 1
If so, forward TCP ports 8085 and 3724 on your firewall. Just turn if off if you don't know how. - Go to Question 3

Solution 2
I.) Go to website [Only registered and activated users can see links. ] and create an account.
II.) Login.You will be taken to the Account Summary page.
III.) Click on "Add Host Services" under "My Services".
IV.) Now do either A or B

A) If you are holding a static IP address:
Go to Add Static DNS Host
Create a DNS Host Name and configure it with your IP address. ([Only registered and activated users can see links. ])
Check the Wildcard Checkbox
Leave the Service Type as it is under "Host with IP Address"
Click on Create Host

B) If you are holding a dynamic IP address:
Go to Add Dynamic DNS Host
Create a Dynamic DNS Host Name and configure it with your Current IP address. ([Only registered and activated users can see links. ])
Check the Wildcard Checkbox
Leave the Service Type as it is under "Host with IP Address"
Click on Create Host
Go to [Only registered and activated users can see links. ] and download the DynDNSUpdater Client there.
Install the client on your computer, when prompted for account, simply input the one which you registered with dyndns.com
This client will ensure that whenever your IP address is changed, an updated IP will be sent to update your DNS domain.

After using steps A or B, you will have a DNS hostname, remember it, it will be referenced later in the guide.
Go to Question 2.

Solution 3
To find out how to forward ports on your router. Go to [Only registered and activated users can see links. ]. The ports you need to forward on your router are TCP ports 8085 and 3724.

Solution 4
Go to "C:\WINDOWS\system32\drivers\etc\", in there is a file called hosts, make a backup of it before opening it with notepad.
You WILL need a DNS hostname from Solution 2.
You need to apply this step to all computers using your router and wishing to connect to your server including you.
This is what you will see typically:

Quote:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
Find out your LAN IP address. How?

Go to Start-->Run and type in cmd, click OK which will launch dos prompt. In dos prompt, type

Code:
 ipconfig /all
and note the IP adress. If you are connected to your router via a cable, it should be under "Ethernet adapter Local Area Connection", if you are connected wireless to your router, it should be under "Ethernet adapter Wireless Network Connection". THIS is the IP address your router assigns to you.

Under the last line of your hosts file, type in your LAN IP address followed by a space and your DNS hostname. For example:

Quote:
127.0.0.1 localhost
192.168.1.17 mywowserver.dyndns.org
Save your hosts file and you're good to go.

Solution 5

Open your MySQL database
Open the database REALMD
In this database there should be a table called REALMLIST and there you can set your servers IP address.
Set your server's IP address to your DNS hostname(e.g. mywowserver.dyndns.org) OR your Static IP address(e.g. 10.1.15.168) obtained in Question 1.
You're Done!

NOTE: All computers connecting to your server are required to edit their realmlist.wtf file with notepad within their "C:\Program Files\World of Warcraft"(default) folder. E.g.

Quote:
set realmlist mywowserver.dyndns.org
OR
Quote:
set realmlist 10.1.15.168
whichever one you're using, DNS hostname or IP address.

FOR ANY QUESTIONS, DO NOT POST THEM IN THIS THREAD, THIS SUB-FORUM IS HOLDING A NO-QUESTION POSTS POLICY. PLEASE RESPECT THAT. PM ME INSTEAD.


Cheers!
"One typo in a code is debugger's hell. Don't."

Last edited by Forrest; 03-27-2008 at 08:54 PM.
Reply With Quote

Donate to remove ads.
Guide
(#2)
Old
JosipM15 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 2
JosipM15 is an unknown quantity at this point
 
Posts: 11
Join Date: Jan 2008
Wowexploits Guide - 03-25-2008

Good guide but never you......and others
never other people is no write how to make
public server with no hamachi!
Reply With Quote
(#3)
Old
Forrest's Avatar
Forrest is Offline
Sergeant
Rep Power: 3
Reputation: 13
Forrest is on a distinguished road
 
Posts: 69
Join Date: Sep 2006
Location: Singapore
Wow Guides 03-25-2008

Quote:
Originally Posted by JosipM15 View Post
Good guide but never you......and others
never other people is no write how to make
public server with no hamachi!
This guide IS teaching you how to make your server public WITHOUT hamachi!


Cheers!
"One typo in a code is debugger's hell. Don't."
Reply With Quote
(#4)
Old
BaDBoYSvK is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
BaDBoYSvK is an unknown quantity at this point
 
Posts: 10
Join Date: Mar 2008
05-23-2008

nice guide but i cant publish my web server lol forever i dont know that i do all apache + php instaled and all but publish it ****ing job all is functionaly all whne i type cPanelŽ its go and when i type lan IP its go and when i type my [Only registered and activated users can see links. ] its dont want go **** that evil
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344