View Single Post
  #7  
Old 12-19-2009, 09:11 PM
Traul
Hill Giant
 
Join Date: Jun 2005
Posts: 105
Default

Quote:
Originally Posted by pfyon View Post
If you're hosting the login server on the same machine that's hosting the eq server, you could try

Code:
<loginserver>
<host>192.168.2.25</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
Or even 127.0.0.1 for the host. I don't remember what I used when I did it.
This worked but then I was getting 1017 errors, so I gave PrivateLogin a shot and it works like a charm.

Thanks for the help guys
Reply With Quote