Please help! Server won't load anymore!
I thought I had resolved this but apparently not.
Formerly, I had a great server up and running from using a repack of Axclassic. I moved across the country, and NOTHING in my setup has changed other than that I have a new ISP, and a new router, so I'm assuming my problem MUST be related.
I've opened the ports 80, 3306, 5999, 9000 and 9080 on my new router. I've set my eqemu_config to look like this,
<?xml version="1.0">
<server>
<world>
<shortname>BrownFamily</shortname>
<longname>The Brown Family</longname>
<!-- Only specify these two if you really think you need to. -->
<address>173.79.196.180</address>
<localaddress>192.168.0.113</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>173.79.196.180</host>
<port>5999</port>
<account>admin</account>
<password>admin</password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make_your_key!</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>ax_classic</db>
</database>
</server>
Now, when I launch my server, I just see this nonstop:
[Debug] [World_LS] Connecting to login server...
[Debug] [World_LS_ERR] Could not connect to login server: TCPConnection::Connect<> failed. Error: 10061
It never used to do that.... Any ideas? Am I missing something incredibly simple?
|