NEXT
Step 1 part one) Sign Up: DNS Service.
Dynamic DNS, E-Mail Delivery and Other Services 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
NEXT
Step 1 part two) get aPen and a peace of Paper: To Write this 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!!.
NEXT
Step 1 part three) IP ADDY
IP Chicken - Whats my IP address? ip address lookup
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 2 part 1) PORT FORWARDING
LOMG!!!!
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 of the time.
Admin (none)
(none) (none)
(Admin) (password)
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.
NEXT
Step 2 part 2) 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
CHICKENIP yourservername.hostnameyouchose
It should look similar to this ^
Code: to show which goes with which this is not the correct format above u must substitute you dns host name and ips in.
-Important Note!!- If you cannot save your hosts file, close out of it then go to start search notepad right click run as administrator, then open the hosts file in it and you can save!
SAVE AND EXIT.
NEXT
Step 3 part one) Config Files
Go into your ascent folder and open your 3 config files (realms, logon, world)
Code:
In the World and Logon configure your mysql username and password to match what you have created.
changing the bottom of your logon may be required if you follow all these steps but cannot get past errors on loading, if so change to your chicken ip
Code:
AllowedIPs = "127.0.0.1/32"
AllowedModIPs = "127.0.0.1/32">
Realms.Config
Edit in red to you your ipchicken or dns
Code:
/***********************************************************************
* ArcEmu Modded Configuration File
***********************************************************************/
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "logon"
RealmCount = "1">
/******************************************************
* The type of realm (PVP, Normal, RPPVP, RP)
******************************************************/
<Realm1 Name = "Project Anthrax's Funserver"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
NEXT
Step 3 part 2) seting the Realmlist
Now you open your realmlist.wtf file and input this
Code:
set realmlist DNSSVR
ex set realmlist make it your DNSSVR
updates made to accommodate the recent patches!