Thread: Error 1017
View Single Post
  #1  
Old 08-01-2010, 12:49 PM
Timp
Fire Beetle
 
Join Date: Jul 2010
Posts: 20
Default Error 1017

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?
Reply With Quote