• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Making server public

Newbie Spellweaver
Joined
May 3, 2005
Messages
24
Reaction score
0
enterthecookie - Making server public - RaGEZONE Forums


I keep getting this error.. when I put everything to localhost in realmlist, of course it works. I have opened all my ports on my router page, I have no firewall installed, but I just cant get this to work! Heres what it looks like in my configs..

Antrix one:
Database.Hostname = localhost
Database.Username = root
Database.Password = **Mypass**
Database.Name = antrix
Database.Port = 3306
Database.Type = 1

Host = 127.0.0.1

Logonserver one:
LogonDatabase.Hostname = 71.141.103.190
LogonDatabase.Username = root
LogonDatabase.Password = pass
LogonDatabase.Name = antrix
LogonDatabase.Port = 3306
LogonDatabase.Type = 1

Host = 127.0.0.1


realms one:

LogonServerCount = 1

LogonServer1.Address = "71.141.103.190"
LogonServer1.Port = 8093
LogonServer1.Name = "EpicWow"

RealmCount = 1

Realm1.Name = "EpicWow"
Realm1.Address = "71.141.103.190"
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 1.0
Realm1.TimeZone = 1


Everytime I put in localhost on the loginserver1.address it works fine.. but no friends can connect. So if there is a guide or something.. that would really help. Thanks alot.
 
Initiate Mage
Joined
Aug 26, 2006
Messages
3
Reaction score
0
Logonserver one:
LogonDatabase.Hostname = 71.141.103.190
change it to LogonDatabase.Hostname = localhost
 
Newbie Spellweaver
Joined
May 25, 2007
Messages
8
Reaction score
0
have you changed the MinClientBuild, and MaxClientBuild in the logonserver.conf?
it should be set to:

MinClientBuild = 6729
MaxClientBuild = 6729

after you do that try it again
 
Newbie Spellweaver
Joined
May 3, 2005
Messages
24
Reaction score
0
No that has nothing to even do with this... im so pissed right now this is pissing me off so much.
 
Newbie Spellweaver
Joined
May 25, 2007
Messages
8
Reaction score
0
rofl, my bad i didnt even read the whole thing fully... XD did you port foward properly, it won't connect if porting is wrong, you are running on a network right?
 
Junior Spellweaver
Joined
Jun 6, 2007
Messages
128
Reaction score
0
what do i must put in realmlist?127.0.0.1 or my own ip?
 
Newbie Spellweaver
Joined
May 4, 2007
Messages
25
Reaction score
0
here are mine hope it helps
logonserver
LogonDatabase.Hostname = localhost
LogonDatabase.Username = root
LogonDatabase.Password = antrix
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 = 86.122.195.119

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 = localhost
Database.Username = root
Database.Password = antrix
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 = 86.122.195.119
 
Back
Top