I have a mangos server and I can connect just fine, however others trying to connect get a realm loop...any tips? I have two realms one at 127.0.0.1 for me locally and one with my IP for online conenctions
I have a mangos server and I can connect just fine, however others trying to connect get a realm loop...any tips? I have two realms one at 127.0.0.1 for me locally and one with my IP for online conenctions
show me the configs (world -logon-realm)
I can connect fine... but my frends on the LAN server are getting LOOPED.... here are my configz (where IPz can be added / changed)
Realmd.conf
Mangosd.conf *where IPz can be added*LoginDatabaseInfo = "192.168.1.10;3306;root;ascent;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 0
LogTime = 0
LogFile = "Realmd.log"
LogTimestamp = 0
LogFileLevel = 0
LogColors = ""
UseProcessors = 0
ProcessPriority = 1
RealmsStateUpdateDelay = 20
WrongPass.MaxCount = 0
WrongPass.BanTime = 600
WrongPass.BanType = 0
Scriptdev2.conf:RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "192.168.1.10;3306;root;ascent;realmd"
WorldDatabaseInfo = "192.168.1.10;3306;root;ascent;mangos"
CharacterDatabaseInfo = "192.168.1.10;3306;root;ascent;characters"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
ScriptDev2DatabaseInfo = "192.168.1.10;3306;root;ascent;scriptdev2"
but ye... i can connect... but my frends on the LAN are geting LOOPED.... how do i fix this?
wrong config the realmloop comes from bind ip in your case its 0.0.0.0 meaning the realm will nerver bind!!! tri using your ip in the bind ip ..also go into your realmd db and edit realm ip name and so on !! than tell me if your problem is solved
OMFG.... i tried that b4.... but not with the other config and it didnt work.... so i thought i shudnt try it -.- .... TY tho bro... it workz....
Typically 0.0.0.0 means any ip it can, so its probably binding to the wrong one, atleast it works now.