I am able to connect to my server if the server and the computer I am playing on are on the same network. But if the server and computer I am playing with are on different networks I get error 1017.
Here is my config file:
Code:
<?xml version="1.0">
<server>
<world>
<shortname>setme</shortname>
<longname>I Forgot To Edit My Config</longname>
<key>some long random string</key>
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>TestServerAccount</account>
<password></password>
</loginserver>
</world>
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password></password>
<db>eqemu</db>
</database>
</server>
Is there any other information needed perhaps from my logs?