[Help] IP autoban Mangos 

Newbie Spellweaver
Joined
Aug 28, 2008
Messages
5
Reaction score
0
Hi I am using the Full Installation Paq Amber Mangos v6480 and it installed fine, starts up fine, and run's fine but sometimes when i log off and try to log back in my ip address becomes auto-banned. I've changed the tables using SQLyog but it still does it.

This is the error:
2008-09-02 14:21:55 ERROR:SQL: SELECT * FROM ip_banned WHERE ip = '192.167.0.14'
2008-09-02 14:21:55 ERROR:query ERROR: MySQL server has gone away
2008-09-02 14:21:55 ERROR:SQL: SELECT sha_pass_hash,id,locked,last_ip,gmlevel FROM account WHERE username = 'Admin'
2008-09-02 14:21:55 ERROR:query ERROR: MySQL server has gone away
2008-09-02 14:21:55 ERROR:SQL: DELETE FROM ip_banned WHERE unbandate<=UNIX_TIMESTAMP() AND unbandate<>bandate
2008-09-02 14:21:55 ERROR:SQL ERROR: MySQL server has gone away

I've changed my IP and Username for obvious reasons. As anyone ever seen this problem before? TY!
 
well go to "realmd" in database and then find ip_banned
change the ip to something else then the lan ip your useing.
After that try restart server and then try agian, i dont know if any of this is helping :-)
 
well go to "realmd" in database and then find ip_banned
change the ip to something else then the lan ip your useing.
After that try restart server and then try agian, i dont know if any of this is helping :-)

As I mentioned I did change the tables to Null and to an ip other than the one i was using and im still having the same problems. I had been reading in the Amber Release forums and seems as if the latest Installation Paq might be bugged or unstable?
 
`ip` should be 127.0.0.1
`bandate` should ne (NULL)
`unbandate` should be (NULL)
`bannedby` should be [Console]
`banreason` should be no reason

That is how my ip_banned looks like ;-) and i can connect ^_^
 
Back