| 
				 How to find out what is causing 1017 
 Firstly, set your EQHOSTS.TXT to read only
 Then, set all possible addresses to 127.0.0.1 (as below), test it, if it works start migrating addresses 1 by 1 back to the address you would like and see at which point it fails. You should then be able to do a more specific search of the forums to assist more.
 
 EQHOSTS.TXT
 [LoginServer]
 Host=127.0.0.1:5999
 
 DB.INI
 [Database]
 host=127.0.0.1
 user=***
 password=***
 database=eq
 
 BOOT5ZONES.BAT
 @echo off
 if NOT exist spells_us.txt goto NOSPELL
 start zone . 127.0.0.1 7995 127.0.0.1
 start zone . 127.0.0.1 7996 127.0.0.1
 start zone . 127.0.0.1 7997 127.0.0.1
 start zone . 127.0.0.1 7998 127.0.0.1
 start zone . 127.0.0.1 7999 127.0.0.1
 exit
 cls
 :NOSPELL
 echo You did not copy the spells_us.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 LOGINSERVER.INI
 [LoginServer]
 loginserver=127.0.0.1
 #loginserver2=newlogin1.eqemulator.net
 loginport=5999
 #loginport2=5999
 worldname=enter any name here
 worldaddress=127.0.0.1
 locked=false
 account=
 password=
 [LoginConfig]
 ServerMode=MiniLogin
 ServerPort=5999
 
 MINILOGINACCOUNTS.INI
 127.0.0.1 eqemu eqemu
 
 Ensure all acocunts in the 'accounts' table have therir MINILOGIN_IP address set to 127.0.0.1 also, and ensure there is an 'eqemu' account with password 'eqemu' and minilogin_ip set to 127.0.0.1  (refer minilogin instructions in the forums)
 
 This allowed me to get in standalone, now the fun part of migrating the addresses over 1 by 1,,, and finding out where exactly the problem is.
 
 Hope this helps a little.
 
			
			
			
			
				  |