SiPex
06-13-2007, 05:26 PM
If you already have edited your Antrix.conf file then it should most likely to look like this.
The red colored text indicate your changes, thoose things are only settings to the SQL it self, if you use a remote desktop
and your SQL is hosted somewhere else change the ports and IP adresses to the correct ones you require,
IF youre hosting the server and the SQL on the same machine just leave IP to 127.0.0.1 which is a localhost.
Antrix.conf
################################################## #####################
# Configuration File
# Last updated at revision 1259
################################################## #####################
# 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 = Oracle 10g
#
Database.Hostname = 127.0.0.1
Database.Username = root
Database.Password = ****
Database.Name = antrix
Database.Port = 3306
Database.Type = 1
# Host Directive
#
# 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)
#
Host = 0.0.0.0
The next conf file we need to change is the Logonserver.conf
Apply the same things as said above regarding the red colored informations, since these are not for external use unless the SQL is not hosted on same machine
other than that use 127.0.0.1 and all the other info whatever you have set them to.
Logonserver.conf
################################################## #####################
# Configuration File (Logon)
# Last updated at revision 1259
################################################## #####################
# 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 = 127.0.0.1
LogonDatabase.Username = root
LogonDatabase.Password = ****
LogonDatabase.Name = antrix
LogonDatabase.Port = 3306
LogonDatabase.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)
#
Host = 0.0.0.0
# Realm List Listen Port Directive
#
# This is the port that the realm list listens on.
# Unless you have modded the clients, this will
# always be 3724.
#
# Default: 3724
Step 4 (The important one to make your friends and others join your server)
Here where the text is indicated with red text is here where you put the External IP address... you can find it in various ways
the most common one is to use this homepage to see your worldip/external internet ip adress
Go here to check your external ip address.
whatsmyip.org
As well as to make it fully functional remember to keep these 3 ports open:
8093
3724
8129
The IP you get from the websites, you simply change that with the IP that is written in your conf file below in where the red stamped text is.
After that you should be ready to play online with your friends on your server.
The Conf file you open in notepad is of course the last one :
The IP you get from the websites, you simply change that with the IP that is written in your conf file below in where the red stamped text is.
After that you should be ready to play online with your friends on your server.
The Conf file you open in notepad is of course the last one :
Realms.conf
################################################## #####################
# Realms Configuration File
# Last updated at revision 1259
################################################## #####################
# Logon Server Setup
#
# Logon servers are the old "realmlist" or "auth" servers.
# At the moment, you can only set up one. This will be changed in the
# future.
#
# LogonServerCount = Number of servers
# LogonServer[x].Address = The address (no port) of the server.
# LogonServer[x].Port = The port on which the logon server listens.
# LogonServer[x].Name = Not really relavant, but name the logon.
#
LogonServerCount = 1
LogonServer1.Address = "EXTERNAL IP"
LogonServer1.Port = 8093
LogonServer1.Name = "Default Logon"
# Realm Setup
#
# This is the realms that will be added to the list for this instance
# of the server. You can have multiple realms (e.g. one for LAN, WAN).
#
# RealmCount = The number of servers.
# Realm[x].Name = The name of the realm.
# Realm[x].Address = The address (and port) of that realm.
# Realm[x].Icon = The type of realm (PVP, Normal, RPPVP, RP)
# Realm[x].Colour = Realm colour in realm list display.
# Realm[x].TimeZone = Time zone the realm is in.
# Realm[x].Population = (0 = low, 1 = medium, 2 = high)
#
RealmCount = 1
Realm1.Name = "Antrix"
Realm1.Address = "EXTERNAL_IP:8129"
Realm1.Icon = "Normal"
Realm1.Colour = 2
Realm1.Population = 1.0
Realm1.TimeZone = 1
Step 5:
Now you simply make a backup of your "Realmlist.wtf" file in your W@W folder, call it simply "Realmlist_backup.wtf" and then open your Realmlist.wtf folder with Notepad, and delete everything stated there and instead write:
set realmlist YOUR_EXTERNAL_IP
And of course as always through out this guide the RED text above you change that with your External IP you recived from the IP Adress websites, open your Client, and you are ready to play some W@W
The red colored text indicate your changes, thoose things are only settings to the SQL it self, if you use a remote desktop
and your SQL is hosted somewhere else change the ports and IP adresses to the correct ones you require,
IF youre hosting the server and the SQL on the same machine just leave IP to 127.0.0.1 which is a localhost.
Antrix.conf
################################################## #####################
# Configuration File
# Last updated at revision 1259
################################################## #####################
# 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 = Oracle 10g
#
Database.Hostname = 127.0.0.1
Database.Username = root
Database.Password = ****
Database.Name = antrix
Database.Port = 3306
Database.Type = 1
# Host Directive
#
# 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)
#
Host = 0.0.0.0
The next conf file we need to change is the Logonserver.conf
Apply the same things as said above regarding the red colored informations, since these are not for external use unless the SQL is not hosted on same machine
other than that use 127.0.0.1 and all the other info whatever you have set them to.
Logonserver.conf
################################################## #####################
# Configuration File (Logon)
# Last updated at revision 1259
################################################## #####################
# 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 = 127.0.0.1
LogonDatabase.Username = root
LogonDatabase.Password = ****
LogonDatabase.Name = antrix
LogonDatabase.Port = 3306
LogonDatabase.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)
#
Host = 0.0.0.0
# Realm List Listen Port Directive
#
# This is the port that the realm list listens on.
# Unless you have modded the clients, this will
# always be 3724.
#
# Default: 3724
Step 4 (The important one to make your friends and others join your server)
Here where the text is indicated with red text is here where you put the External IP address... you can find it in various ways
the most common one is to use this homepage to see your worldip/external internet ip adress
Go here to check your external ip address.
whatsmyip.org
As well as to make it fully functional remember to keep these 3 ports open:
8093
3724
8129
The IP you get from the websites, you simply change that with the IP that is written in your conf file below in where the red stamped text is.
After that you should be ready to play online with your friends on your server.
The Conf file you open in notepad is of course the last one :
The IP you get from the websites, you simply change that with the IP that is written in your conf file below in where the red stamped text is.
After that you should be ready to play online with your friends on your server.
The Conf file you open in notepad is of course the last one :
Realms.conf
################################################## #####################
# Realms Configuration File
# Last updated at revision 1259
################################################## #####################
# Logon Server Setup
#
# Logon servers are the old "realmlist" or "auth" servers.
# At the moment, you can only set up one. This will be changed in the
# future.
#
# LogonServerCount = Number of servers
# LogonServer[x].Address = The address (no port) of the server.
# LogonServer[x].Port = The port on which the logon server listens.
# LogonServer[x].Name = Not really relavant, but name the logon.
#
LogonServerCount = 1
LogonServer1.Address = "EXTERNAL IP"
LogonServer1.Port = 8093
LogonServer1.Name = "Default Logon"
# Realm Setup
#
# This is the realms that will be added to the list for this instance
# of the server. You can have multiple realms (e.g. one for LAN, WAN).
#
# RealmCount = The number of servers.
# Realm[x].Name = The name of the realm.
# Realm[x].Address = The address (and port) of that realm.
# Realm[x].Icon = The type of realm (PVP, Normal, RPPVP, RP)
# Realm[x].Colour = Realm colour in realm list display.
# Realm[x].TimeZone = Time zone the realm is in.
# Realm[x].Population = (0 = low, 1 = medium, 2 = high)
#
RealmCount = 1
Realm1.Name = "Antrix"
Realm1.Address = "EXTERNAL_IP:8129"
Realm1.Icon = "Normal"
Realm1.Colour = 2
Realm1.Population = 1.0
Realm1.TimeZone = 1
Step 5:
Now you simply make a backup of your "Realmlist.wtf" file in your W@W folder, call it simply "Realmlist_backup.wtf" and then open your Realmlist.wtf folder with Notepad, and delete everything stated there and instead write:
set realmlist YOUR_EXTERNAL_IP
And of course as always through out this guide the RED text above you change that with your External IP you recived from the IP Adress websites, open your Client, and you are ready to play some W@W