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
Reload this Page [GUIDE] If you can't get your server Public...
Emulator Server Guides Guides for working with World of Warcraft Emulator servers. Learn how to create a WoW Server here.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
[GUIDE] If you can't get your server Public...
(#1)
Old
SlimWoW is Offline
Corporal
Rep Power: 2
Reputation: 6
SlimWoW is an unknown quantity at this point
 
Posts: 16
Join Date: Aug 2007
Legendary [GUIDE] If you can't get your server Public... - 05-08-2008

If you can't get your server Public, and you've tried ALL of the guides and whatnot then you might just be a few steps away from others connecting to your non-hamachi server.

1. You've gotten all of your ports forwarded on your router? Do you have them on TCP and UCP? Well there's your problem! When I had that happen to me I couldn't have any people connect to me. I switched it to only TCP and I had my friends try to connect again and, Viola! They could log in and connect!

2. Do you have a Static IP address? Are you using it when you forward your ports on your Router? If your not, then you better get a Static IP if you don't have one and Re-forward those ports!

3. Are your Configs set up the right way? (I'll post my configs and if yours is a little different then change it to look like mine. It works for me. It should work for you!)

Ascent - World
Quote:
#######################################################################
# Ascent Configuration File
# Last Update: $Id: ascent-world.conf 4300 2008-04-15 02:59:22Z burlex $
#######################################################################

/********************************************************************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
********************************************************************************/

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Database Section
#
# Database.Host - The hostname that the database is located on
# Database.Username - The username used for the mysql connection
# Database.Password - The password used for the mysql connection
# Database.Name - The database name
# Database.Port - Port that MySQL listens on. Usually 3306.
# Database.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = SQLite (MySQL is stable, others are not)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<WorldDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR WORLD'S DB GOES HERE" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR LOGONSERVER'S DB GOES HERE" Port = "3306" Type = "1">


#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Listen Config
#
# Host
# This is the address that the server will listen on.
# To listen on all addresses, set it to 0.0.0.0
# Default: 127.0.0.1 (localhost)
#
# WorldServerPort
# This is the port that the world server listens on.
# It has to be the same as what is specified in the
# realms table in the LogonDatabase.
# Default: 8129
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Listen Host = "YOUR STATIC IP GOES HERE"
WorldServerPort = "8129">
ascent-realm
Quote:
#######################################################################
# Ascent Realms Configuration File
# Last updated at revision 446 by Burlex
#######################################################################

/********************************************************************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
********************************************************************************/

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
# Address:
# The address (no port) of the server.
#
# Port:
# The port on which the logon server listens. (*** NOT 3724 ***)
#
# Name:
# Not really relavant, but name the logon.
#
# RealmCount:
# The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogonServer Address = "YOUR EXTERNAL IP/DOMAIN NAME GOES HERE (e.g. wootwow.ath.cx)"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
# Name:
# The name of the realm.
#
# Address:
# The address (and port) of that realm.
#
# Icon:
# The type of realm (PVP, Normal, RPPVP, RP)
#
# Colour:
# Realm colour in realm list display.
#
# TimeZone:
# Time zone the realm is in.
#
# Population:
# (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Realm1 Name = "YOUR FIRST REALM'S NAME GOES HERE(e.g. WootWoW)"
Address = "YOUR STATIC IP GOES HERE:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
Ascent-Logonserver
Quote:
#######################################################################
# Ascent Realms Configuration File
# Last updated at revision 446 by Burlex
#######################################################################

/********************************************************************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
********************************************************************************/

# LogonDatabase Section
#
# These directives are the location of the `realms` and `accounts`
# tables.
#
# LogonDatabase.Host - The hostname that the database is located on
# LogonDatabase.Username - The username used for the mysql connection
# LogonDatabase.Password - The password used for the mysql connection
# LogonDatabase.Name - The database name
# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
# LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#

<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "YOUR MySQL PASSWORD GOES HERE"
Name = "YOUR LOGONSERVER DB GOES HERE"
Port = "3306"
Type = "1">


# 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 = " YOUR EXTERNAL IP ADDRESS GOES HERE"
ISHost = " YOUR EXTERNAL IP ADDRESS GOES HERE"
RealmListPort = "3724"
ServerPort = "8093">

# Server console logging level
#
# This directive controls how much output the server will
# display in it's console. Set to 0 for none.
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 3
#

<LogLevel Screen = "0"
File = "-1">

# Account Refresh Time
#
# This controls on which time interval accounts gets
# refreshed. (In seconds)
# Default = 600
#

<Rates AccountRefresh = "600">

# Accepted Build Range Setup
#
# These two directives set up which clients will be
# allowed to authenticate with the realm list.
#
# Set these to the same builds that the server was
# compiled for.
#
# As of the last update, version 2.1.1 was build 6739.
#

<Client MinBuild = "8125"
MaxBuild = "9999">

# WorldServer Setup
#
# This directive controls the password used to authenticate with the worldserver.
# It must be the same between the two configs. If it is not, your server will
# not register.
#
# Default: "change_me_logon"
#

<LogonServer RemotePassword = "YOUR MySQL PASSWORD GOES HERE">
If your Configs look like that(Except for the Ascent-world, because I cut off the bottom so I don't make a wall of text, you only really have to change your IP info really, you really didn't need to copy my Setup for my highrate server) then your friends should connect!

To get your Static IP if you don't have one then go to:
[Only registered and activated users can see links. ]
and find your computer Operating system (e.g. Windows XP for me)
then just follow the guide. It's actually really simple.
Anyways, if you need help then post your question, if I can I'll try my best to answer it. Have fun with your non-Hamachi server!
Reply With Quote

Donate to remove ads.
(#2)
Old
Hephaestus's Avatar
Hephaestus is Offline
Sergeant Major
Rep Power: 1
Reputation: 19
Hephaestus is on a distinguished road
 
Posts: 164
Join Date: Jan 2008
Location: Denmark
05-08-2008

<WorldDatabase Hostname = "The Host for your Database (ex. DynDNS or No-IP Host)" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR WORLD'S DB GOES HERE" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "The Host for your Database (ex. DynDNS or No-IP Host)" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR LOGONSERVER'S DB GOES HERE" Port = "3306" Type = "1">

<LogonDatabase Hostname = "The Host for your Database (ex. DynDNS or No-IP Host)"
Username = "root"
Password = "YOUR MySQL PASSWORD GOES HERE"
Name = "YOUR LOGONSERVER DB GOES HERE"
Port = "3306"
Type = "1">

- This can maybe be the reason to, but if it dosn't work, and you made a Host from DynDNS, delete the host from DynDNS and make a new one on: [Only registered and activated users can see links. ]
Because sometimes with DynDNS Hosts they sometimes Shutdown and cannot be used for your server Realmlist or DB, with No-IP you ALLWAYS have a host thats not shutting down all the time!
- You can get your Computer-IP from: [Only registered and activated users can see links. ] and External from: RUN -> CMD -> IpConfig /all. And you will see a IP with 192.xxx.xxx.xxx etc.

Last edited by Hephaestus; 05-08-2008 at 12:59 PM.
Reply With Quote
(#3)
Old
Harisukusan's Avatar
Harisukusan is Offline
Sergeant Major
Rep Power: 1
Reputation: 16
Harisukusan is on a distinguished road
 
Posts: 155
Join Date: Jan 2008
Location: Cookie Faktorii!
05-08-2008

Nice. Ill Be Making My Server In About 6 Months.
I Will Refer To This Guide!
!



...KeepMoving. Reaper5 Is Shmexzi.
Reply With Quote
(#4)
Old
brianfury is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
brianfury is an unknown quantity at this point
 
Posts: 4
Join Date: Mar 2008
05-17-2008

keep getting:
21:32 N LogonCommClient: Connecting to logonserver on `85.149.8.12:8093`...
21:32 N LogonCommClient: Connection failed. Will try again in 10 seconds.
Reply With Quote
(#5)
Old
sweetdaddyde's Avatar
sweetdaddyde is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 3
sweetdaddyde is an unknown quantity at this point
 
Posts: 8
Join Date: Sep 2007
05-17-2008

Thanks this guide is pretty pimp thank u!
Reply With Quote
(#6)
Old
aliscion25's Avatar
aliscion25 is Offline
Sergeant Major
Rep Power: 2
Reputation: 22
aliscion25 is on a distinguished road
 
Posts: 141
Join Date: Jul 2007
Location: Lions Pride Inn :P
05-17-2008

Dude epic W000t !
I have been trying to get my server up public for a year thx!
indeed!


A Dynamic Dns from dyndns.com hits Hamachi LogMeOn in the face....Hamachi Dies! Dynnds Ftw!
Reply With Quote
(#7)
Old
brianfury is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
brianfury is an unknown quantity at this point
 
Posts: 4
Join Date: Mar 2008
05-18-2008

but still aint working for me
Reply With Quote
(#8)
Old
thelastsurviver123 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
thelastsurviver123 is an unknown quantity at this point
 
Posts: 26
Join Date: Nov 2007
05-18-2008

Nohing seems to work for me eather i have hamachi working though!!!
Reply With Quote
(#9)
Old
Kyentei's Avatar
Kyentei is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Kyentei is an unknown quantity at this point
 
Posts: 7
Join Date: Apr 2007
Location: Netherlands
05-18-2008

Quote:
Originally Posted by Harisukusan View Post
Nice. Ill Be Making My Server In About 6 Months.
I Will Refer To This Guide!
!
In 6 months, private servers will be ruined. Ascent has stopped working on new cores n stuff. Therefor, in 6 months you'll have to stick to MangOs...
Reply With Quote
(#10)
Old
Aircon's Avatar
Aircon is Offline
Knight
Rep Power: 3
Reputation: 35
Aircon is on a distinguished road
 
Posts: 198
Join Date: Jul 2006
Location: Kurain Village
05-18-2008

Quote:
Originally Posted by Kyentei View Post
In 6 months, private servers will be ruined. Ascent has stopped working on new cores n stuff. Therefor, in 6 months you'll have to stick to MangOs...
are you serious? no more ascent? /suicide


Reply With Quote
(#11)
Old
helios00100 is Offline
Sergeant
Rep Power: 1
Reputation: 6
helios00100 is an unknown quantity at this point
 
Posts: 60
Join Date: Apr 2008
Location: M@RW@N
05-19-2008

well then its ok? any1 knows a good site for mangos repacks?
Reply With Quote
lool
(#12)
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
Wow Guides lool - 05-19-2008

good repacks but lastest is only 2.3.3 but they repacking new at this time v 2.4.1
Reply With Quote
(#13)
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-19-2008

and all are on this web
Reply With Quote
(#14)
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-19-2008

sry i need posts
Reply With Quote
(#15)
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-19-2008

[Only registered and activated users can see links. ] and you can look on my wow page with hack and more but its a OLD i am playing wow when that start on version 1.8.0 xD there was fun [Only registered and activated users can see links. ]
Reply With Quote
Reply

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