A few things...
Have you been through the NAT sticky post here?
http://www.everquestserver.com/forum...pic.php?t=4177
Another words, did you open your ports on the router, and forward them to the appropriate machine running EQEMu? You need to have at least ports 7995-7999 forwarded to the machine running EQEMu, as well as port 9000. (I think that's all of them.)
The other thing is I think (at least the modern 5.x servers) use 5997 as the login port, so in loginserver.ini change your relevant part to this:
Code:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=5997
loginport2=5997
That's all I've seen so far.
Just for what it's worth, on my setup I am able to just use my external ip address, not the domain name, in loginserver.ini and the startup batch file, seems to work ok.
Also in my setup I use the server machines internal ip address (it's 192.168.xx.xx address) instead of localhost or 127.0.0.1. (Actually, I didn't have much luck with either of them.)
Hope it helps some.
Mr Doh