1st, might want to take your root password out of there
2nd, you don't need the following:
Code:
<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.6</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
Based on the above, I assume you're trying to use MiniLogin, so you'll need to change some settings in your server for it to connect to it.
Here (wiki) are the client settings. You can look
here (wiki) and
here (wiki) for information on how to properly configure your server for MiniLogin.
Then again, if you're not using MiniLogin, just remove the above code. It will default to using host: eqemulator.net, port: 5999, so you could also just change it to those values.