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 > Ascent Guides
Reload this Page Guide: PUBLIC SERVER (WORKS)
Ascent Guides This section is for WoW emulated server, Ascent guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
Guide: PUBLIC SERVER (WORKS)
(#1)
Old
CairiFEA's Avatar
CairiFEA is Offline
Knight
Rep Power: 1
Reputation: 36
CairiFEA is on a distinguished road
 
Posts: 196
Join Date: Jan 2008
Legendary Guide: PUBLIC SERVER (WORKS) - 03-19-2008

Guide:
How To Make Your Ascent Server Public Without Hamachi. (WORKS)


This guide is going to show you how to get your private server public for use without hamachi in a few simple steps. This method worked for me after hours of trying to get mine public. Also offers various troubleshooting tips.




================================================================================ ==============================


Step 1a) Sign Up: DNS Service.


Goto [Only registered and activated users can see links. ] and sign up for an account. Verify the account by checking the email and clicking the link.


Follow directions on image

Follow directions on image

Follow directions on image

Follow directions on image


Hostname: this is the realmlist players will use to connect to you, and also what you use to forward some information in your config files.
This is your DNS SERVER





================================================================================ ==============================




Step 1b) Pen and Paper: Write these down

Write down the DNS server you made in step 1a).
Write down 127.0.0.1
Write down 0.0.0.0


Now open up a command promt (Windows key + r) (cmd) and type



ipconfig/all



This will list a bunch of connections, and their protocols.
You are looking for this:



Your NUMBERS should look different, but they are in the SAME AREA.
WRITE THEM DOWN!!.




================================================================================ ==============================


Step 1c) IP ADDY




[Only registered and activated users can see links. ]




So by now you should have 3 sets of numbers written down and the DNS Server.

To make it simple for the rest of this guide, we will name the numbers you wrote down

127.0.0.1 = localIP (not needed YET in this guide, may edit later)
192.168.1.x = routerIP (3 on the pic)
192.168.1.X = MYIP (2 on the pic)
(value from chickenIP) =ChickenIP
DNSSERVER = DNSRV



================================================================================ ==============================



Step 2a) PORT FORWARDING





In your address bar type the value you wrote down that was DEFAULT GATEWAY.
The login/password information should be one of these combinations. IF non of these work, press and hold the RESET button on your ROUTER for 30 seconds until it resets. Usually the POWER light will start blinking and then go steady again.

Login Pass
Admin Admin <-- most likely.
Admin (none)
(none) (none)


Now, find out by looking around and clicking links on how to PORT FORWARD. Mine was under a tab called Applications and Gaming.

Forward the ports shown in the below image.



Make the protocol selection BOTH. If you don’t have a choice, leave it blank, this usually also does TCP/UDP.




================================================================================ ==============================


Step 2b) Hosts File



Goto
C:\WINDOWS\system32\drivers\etc
And open the file
Hosts



Now you need to write THREE THINGS!!

127.0.0.1 yourservername.hostnameyouchose
Router IP yourservername.hostnameyouchose
CHICKENIP yourservername.hostnameyouchose

It should look similar to this

Code:
127.0.0.1	gmtricks.servegame.org
192.168.1.1	gmtricks.servegame.org
64.178.156.20	gmtricks.servegame.org
SAVE AND EXIT.




================================================================================ ==============================


Step 3a) Config Files

Go into your ascent folder and open your 3 config files (realms, logon, world)

Realms config

Code:
<LogonServer Address = "DNSRV"
             Port = "8093"
             Name = "GMTRICKS"
             RealmCount = "1">

<Realm1 Name = "GMTRICKS Hybrid Server"
        Address = "CHICKENIP:8129"
        Icon = "Normal"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">
YOU NEED THE :8129



Logon config
Code:
<Listen Host = "MYIP"
        ISHost = "DNSRV"
        RealmListPort = "3724"
        ServerPort = "8093">
World config

Code:
<Listen Host = "0.0.0.0"
        WorldServerPort = "8129">

================================================================================ ==============================


Step 3b) Realmlist

Now you open your realmlist.wtf file and input this

Code:
set realmlist MYIP 
ex set realmlist 192.168.02




================================================================================ ==============================


TROUBLESHOOTING!!!
This is to be used once ALL THE ABOVE STEPS HAVE BEEN FILLED IN 100%
NOTHING EXTRA, NOTHING LESS


When you start your server, it shuts down:
This means the ports are not all open. Usually before the server consoles shut down, there will be a message. In your logon server it may say “unable to connect port 8129” or something, ensure your ports are forwarded.

Other People Cannot Connect:
This means your logon config file isn’t right. Double check you have the right IP addresses in there.
MYIP and the DNSRV

You Cannot Connect:

Your realmlist.wtf isn’t right. Some guides say to make it 127.0.0.1 or ‘localhost’. Make sure the realmlist is set to MYIP

Realm List Looping:
This means the realm config isn’t connecting right, double check your config files and ensure the proper values are input.
DNSRV and CHICKENIP

Authenticating issues:
When a player hangs on authenticating, it usually means the MYIP you put in is wrong; it will eventually time out and they won’t be able to connect.

No Realms:

Your realm config isn’t working (similar to above) so just ensure the proper values are input. DNSRV and CHICKENIP


This guide is a 100% GMTRICKS guide made by Cairi.
[Only registered and activated users can see links. ]


Last edited by CairiFEA; 03-19-2008 at 10:30 PM.
Reply With Quote

Donate to remove ads.
(#2)
Old
balmug19's Avatar
balmug19 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 3
Reputation: 1
balmug19 is an unknown quantity at this point
 
Posts: 68
Join Date: Oct 2006
Location: florida
03-20-2008

hi im using hamachi to do this and i just have 1 problem i keep getting realm loop can u take a lok at the ralm config and tell me whats wrong with it?


#######################################################################
# 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 = "5.179.76.171"
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 = "Shino World"
Address = " 5.179.76.171:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
Reply With Quote
(#3)
Old
CairiFEA's Avatar
CairiFEA is Offline
Knight
Rep Power: 1
Reputation: 36
CairiFEA is on a distinguished road
 
Posts: 196
Join Date: Jan 2008
03-20-2008

I see you are using Hamachi, this guide typically wont work for hamachi.

Your realms look fine, can you post all 3 config files?
Reply With Quote
Still not working
(#4)
Old
Orrix 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
Orrix is an unknown quantity at this point
 
Posts: 6
Join Date: Mar 2008
Still not working - 03-20-2008

ok I did what you said and I looked at my ports but it's still not working I go to launch logon.exe or w/e and it shuts down I did what you said and made sure the port was open and re loaded it but still nuthin please help me!!!

BTW it says bind unsucessful on port 3274.01:57 and then executes the shut down But I SWEAR the damn port is forwarded
Reply With Quote
(#5)
Old
2dgreengiant's Avatar
2dgreengiant is Offline
init for the lulz

Rep Power: 10
Reputation: 1002
2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of
 
Posts: 4,025
Join Date: Feb 2007
Location: MMowned
03-20-2008

Quote:
<Listen Host = "MYIP"
ISHost = "DNSRV"
RealmListPort = "3724"
ServerPort = "8093">
should be:

<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
Reply With Quote
(#6)
Old
CairiFEA's Avatar
CairiFEA is Offline
Knight
Rep Power: 1
Reputation: 36
CairiFEA is on a distinguished road
 
Posts: 196
Join Date: Jan 2008
03-20-2008

Quote:
Originally Posted by Orrix View Post
ok I did what you said and I looked at my ports but it's still not working I go to launch logon.exe or w/e and it shuts down I did what you said and made sure the port was open and re loaded it but still nuthin please help me!!!

BTW it says bind unsucessful on port 3274.01:57 and then executes the shut down But I SWEAR the damn port is forwarded
If the logon console says the bind was unsucessful, that means it isnt forwarded properly (may need a computer restart)





Quote:
2dgreen Said:
Quote:
<Listen Host = "MYIP"
ISHost = "DNSRV"
RealmListPort = "3724"
ServerPort = "8093">
should be:

<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
If you have your Litten host and interserver host (ishost) set to 0.0.0.0 NOBODY will be able to connect to you. This is what players will use to LOGON (connected) if your computer is listening from connections from your own computer nobody will be able to join.

2d, does your hosts file have

Code:
0.0.0.0         2dgreenserver.serverhost.com

If I did that, my server wouldnt work. If you follow what I said, it should work properly. If you try and add little bits to your Router configuraton or your dns this may not work. Keep in mind I said to follow this with nothing more and nothing less

Last edited by CairiFEA; 03-20-2008 at 07:28 AM.
Reply With Quote
(#7)
Old
CairiFEA's Avatar
CairiFEA is Offline
Knight
Rep Power: 1
Reputation: 36
CairiFEA is on a distinguished road
 
Posts: 196
Join Date: Jan 2008
03-21-2008

bump for ppl that wanna know how
Reply With Quote
Cairi please help!
(#8)
Old
Cenimap's Avatar
Cenimap is Offline
Corporal
Rep Power: 1
Reputation: 5
Cenimap is an unknown quantity at this point
 
Posts: 28
Join Date: Feb 2008
Location: Finland
Cairi please help! - 03-22-2008

I can't find the ports page. I can go normal MYIP/index.htm, but cant find ports page.

Please, give me some screens or something it helps alot. And you got
Reply With Quote
(#9)
Old
2dgreengiant's Avatar
2dgreengiant is Offline
init for the lulz

Rep Power: 10
Reputation: 1002
2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of
 
Posts: 4,025
Join Date: Feb 2007
Location: MMowned
03-22-2008

0.0.0.0 means it listens on all ip's

and no your hosts file should look like: (as an example)

127.0.0.1 2dgreenserver.serverhost.com
86.23.12.12 2dgreenserver.serverhost.com

Quote:
If the logon console says the bind was unsucessful, that means it isnt forwarded properly (may need a computer restart)
no it means that your conf files are edited incorrectly

Quote:
I can't find the ports page. I can go normal MYIP/index.htm, but cant find ports page.

Please, give me some screens or something it helps alot. And you got
find out waht your router ip is for example:

192.168.0.1
192.168.2.1
192.188.1.2

all routers have different ip's to connect, once connected search for ports or virtual servers there you can add ports
Reply With Quote
(#10)
Old
Anarchy [RD]'s Avatar
Anarchy [RD] is Online
Contributor
Rep Power: 1
Reputation: 123
Anarchy [RD] will become famous soon enoughAnarchy [RD] will become famous soon enough
 
Posts: 391
Join Date: Jan 2008
Location: Australia
03-22-2008

i would listen to 2D

he is a green giant after all



Reply With Quote
giant you rule!
(#11)
Old
Cenimap's Avatar
Cenimap is Offline
Corporal
Rep Power: 1
Reputation: 5
Cenimap is an unknown quantity at this point
 
Posts: 28
Join Date: Feb 2008
Location: Finland
giant you rule! - 03-22-2008

I find Virtual Server and there was "Paraments" i clicked "Add" and it asks:
Item 1
Service select
Protocol
Public Start Port
Public End Port
Mapped Private IP Address
Mapped Private Port (Leave blank or input 0 indicating Virtual Server Service.)

what i need write there?
plz help me!
Reply With Quote
(#12)
Old
CairiFEA's Avatar
CairiFEA is Offline
Knight
Rep Power: 1
Reputation: 36
CairiFEA is on a distinguished road
 
Posts: 196
Join Date: Jan 2008
03-22-2008

Can you post a screen shot of the section showing
protocol
public start/end port?
Reply With Quote
(#13)
Old
r6_stunter 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
r6_stunter is an unknown quantity at this point
 
Posts: 5
Join Date: Jan 2007
03-22-2008

These way seems like it is alittle more advanced or I am just not that smart.
Reply With Quote
help
(#14)
Old
Cenimap's Avatar
Cenimap is Offline
Corporal
Rep Power: 1
Reputation: 5
Cenimap is an unknown quantity at this point
 
Posts: 28
Join Date: Feb 2008
Location: Finland
help - 03-22-2008

#1
ImageShack - Hosting :: sadzj6.jpg

2#

Last edited by Cenimap; 03-22-2008 at 06:55 PM.
Reply With Quote
(#15)
Old
CairiFEA's Avatar
CairiFEA is Offline
Knight
Rep Power: 1
Reputation: 36
CairiFEA is on a distinguished road
 
Posts: 196
Join Date: Jan 2008
03-22-2008

Alright so where it says Protocol, put 'both'
Where it says Public Start port, put in the start port,
Where is says Public End port, put in the end port.

Ie

Both
80
80



Both
3306
3306



Do that for all the ports shown in my picture.
And then click 'enable'


Cairi
[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