I have been trying to get this working since saturday night, and figure its time to ask all of you for help.
I am trying to run a server behind my router first and then try to go public, but I am getting 1017 error.  I know thats pretty common and i have double checked everything I have, but since I am a noob perhaps someone can tell me what the hell i am missing?? 
edit: Both the client and the host are the same computer.
db
	Quote:
	
	
		| # READ README.TXT! 
 [Database]
 host=localhost
 user=blake
 password=******
 database=eq
 compression=off
 | 
	
 LoginServer
	Quote:
	
	
		| # READ README.TXT [LoginServer]
 loginserver=localhost
 loginport=5999
 worldname=TEST SERVER
 worldaddress=localhost
 locked=false
 
 [WorldServer]
 Defaultstatus=0
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 | 
	
 MiniLoginAccounts 
Boot5Zones
	Quote:
	
	
		| start zone . localhost 7995 localhost start zone . localhost 7996 localhost
 start zone . localhost 7997 localhost
 start zone . localhost 7998 localhost
 start zone . localhost 7999 localhost
 exit
 cls
 | 
	
 OUTPUT
MiniLogin.exe
	Quote:
	
	
		| LoginServer.ini read. MiniLoginAccounts.ini read.
 Server mode: Standalone
 Login server listening on port:5999
 | 
	
 World.exe
	Quote:
	
	
		| [Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5 [Status] Loading variables..
 [Status] Loading zones..
 [Status] Loading items..
 [Status] EMuShareMem loaded
 [Status] Loading items from database: count=26679, max id=68199
 [Status] ./LoginServer.ini read.
 [Status] Loading guild ranks..
 [Status] Loading ./addon.ini..
 [Status] Loading EQ time of day..
 [Status] Reboot zone modes ON
 [Status] Deleted 0 stale player corpses from database
 [Status] Deleted 0 stale player backups from database
 Formatting drive C:
 TCP listening on: localhost:9000
 World server listening on: localhost:9000
 Connected to LoginServer: localhost:5999
 | 
	
 Boot5Zone.exe
	Quote:
	
	
		| [Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5 [Status] Loading Variables
 [Status] Loading zone names
 [Status] Loading items
 [Status] EMuShareMem loaded
 [Status] Loading npcs
 [Status] Loading NPCTypes from database...
 [Status] Loading npc faction lists
 [Status] Loading NPC Faction Lists from database...
 [Status] Loading loot tables
 [Status] Loading Loot tables from database...
 [Status] Loading doors
 [Status] FileLoadSPDat() Loading spells from ./spells_us.txt
 [Status] FileLoadSPDat() spells loaded: 5023
 [Status] Loading guilds
 [Status] Loading factions
 [Status] Loading corpse timers
 [Status] Loading what ever is left
 [Status] Loading commands
 [Status] command_init(): Warning: Command 'help' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'version' defaulting to access level 0
 !
 [Status] command_init(): Warning: Command 'serversidename' defaulting to access
 level 0!
 [Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'si' defaulting to access level 0!
 [Status] 160 commands loaded
 [Status] Entering sleep mode
 Connected to worldserver: localhost:9000
 | 
	
 Now if i run EQ and try to log in then I get this line added to world.exe near the end. 
	Quote:
	
	
		| 127.0.0.1: Wrong name/pass: name='eqemu' | 
	
 So I am stumped.  Any help would be apperciated!