[Help][Antrix] Going public
hello, i made an antrix server with everything working well but cant let ppl connect to my server , i tried using my internal ip to connect to the server from other PC but i get stuck at realm list it just says "logging to Server" then send me back to realms list.
please some1 explain to me how to solve this problem.
my config are :
ANTRIX
Code:
#######################################################################
# Antrix 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 (#). *
********************************************************************************/
<Database Hostname = "127.0.0.1" Username = "root" Password = "*******" Name = "antrix" Port = "3306" Type = "1">
<Listen Host = 0.0.0.0
WorldServerPort = "8129">
<LogLevel Screen="0" File="-1" World="0">
<Server PlayerLimit = 100
PlrUpdateDistance = "80"
Motd = "welcome"
SendBuildOnJoin = "1"
SendStatsOnJoin = "1"
EnableBreathing = "0"
SpeedhackProtection = "0"
LevelCap = "1000"
SeperateChatChannels = "0"
CompressionThreshold = "1000"
QueueUpdateInterval = "5000"
KickAFKPlayers = "0"
ConnectionTimeout = "180"
RealmType = "1"
AdjustPriority = "0"
RequireAllSignatures = "0">
<Rates Health="1000"
Power1="1000"
Power2="1000"
Power3="1000"
QuestReputation="10000"
KillReputation="10000"
Honor="10000"
PvPTimer="300000"
Compression="1"
XP="10000"
QuestXP="10000"
RestXP="10000"
Drop="10000"
DropMoney="1000000"
Save="300000">
<GMClient ReqGmClient = "0" GmClientChannel = "gm_sync_channel">
<Terrain MapPath = "maps" UnloadMaps = "1">
<Log Cheaters="0" GMCommands="3">
<Mail ReloadDelay="0"
DisablePostageCostsForGM="1"
DisablePostageCosts="0"
DisablePostageDelayItems="1"
DisableMessageExpiry="0"
EnableInterfactionMail="1"
EnableInterfactionMailForGM="1">
<StatDumper FileName = "stats.xml" Interval = "120000">
<Startup Preloading = "0"
BackgroundLootLoading = "1"
EnableMultithreadedLoading = "1">
<LogonServer DisablePings = "0"
RemotePassword = "server">
Realms
Code:
a#######################################################################
# 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 = "127.0.0.1"
LogonServer1.Port = 8093
LogonServer1.Name = "antrix"
RealmCount = 2
Realm1.Name = "wow realm1"
Realm1.Address = "192.168.1.12:8129"
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 0
Realm1.TimeZone = 1
Realm2.Name = "wow realm2 ;Local"
Realm2.Address = "192.168.1.12:8129"
Realm2.Icon = "PVP"
Realm2.Colour = 1
Realm2.Population = 0
Realm2.TimeZone = 1
Logonserver
Code:
#######################################################################
# Antrix 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 Hostname = "127.0.0.1"
Username = "root"
Password = "*******"
Name = "antrix"
Port = "3306"
Type = "1">
<Listen Host = 0.0.0.0
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
<LogLevel Screen = "0"
File = "-1">
<Rates AccountRefresh = "600">
<Client MinBuild = "6739"
MaxBuild = "6803">
<LogonServer RemotePassword = "server">
Re: [Help][Antrix] Going public
a classic realmloop , are you sure your ports are forwarded? if not look at PortForward.com - Free Help Setting up Your Router or Firewall
Re: [Help][Antrix] Going public
thanks alot m8 , worked 100% <3