The problem seems to be that, in a nutshell, your server is talking to the emu login server, and showing up, but when someone tries to connect, your client doesn't know where to look for the server. You didn't specify any IP addresses if those settings you listed are precise.
This needs to read
Quote:
worldaddress=Your.External.IP.Goes.Here
|
To get your external IP, go to
http://www.whatismyip.com and slap that in there.
Also, in your bootzones batch file, all the instances of:
Are improper. To start the zone servers, you need this format:
Quote:
start zone . ExternalIPAddress 7995 InternalIPAddress
|
So use that IP address you found for the first part (let's say it was 138.53.48.20)
Quote:
start zone . 138.52.48.20 7995 127.0.0.1
|
Try fiddling with that and see if you can't login.
Edit: had internal and external confused, hehe, thanks