For the past few years, I've been working/playing on a locally hosted server and recently bought a new computer. I figured I could continue running the server on the old machine and play on the new one. I'm able to connect onto the login server, log into character select, but when I try to zone in it hangs for about 30 seconds, then the black "you have been disconnected" screen comes up and it boots me back to Login. I can still log in perfectly fine from the same machine the server is running on.
Here is my config file:
Quote:
<server>
<world>
<shortname>ash</shortname>
<longname>Ashfall</longname>
<loginserver>
<host>192.168.0.106</host>
<port>5998</port>
<account>Ashfall</account>
<password>password</password>
</loginserver>
<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</mailserver>
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>server</db>
</database>
<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>server</db>
</qsdatabase>
|
I've forwarded ports 7000-7050 in an effort to get it working but that didn't seem to help. Any ideas would be greatly appreciated.