My server ~only~ serves my LAN. So, I use the "privatelogin" server found on the following .... errrr... forgot external links not allowed... Google for "eqemu privatelogin" it comes up as the first one (devnoob site).
The login server runs server side.
Also, Make sure you UNcomment out the following lines in your eqemu_config.xml file:
Code:
<address>YOUR-LAN-IP</address>
<localaddress>YOUR-LAN-IP</localaddress>
<loginserver>
<host>YOUR-LAN-IP</host>
<port>5998</port>
<account>YOURINFO</account>
<password>YOURINFO</password>
</loginserver>
The first two lines in the above code block kicked my ass, because I forgot to UNcomment them (remove <!-- and --> from those particular lines).