I have changed all of the 127.0.0.1 to 192.168.1.114 I am still having the same issue. Is this a problem with the miniogin or is it an issue with my server config?
Here is what my config files look like now.
eqemu_config
	Quote:
	
	
		
			
				<?xml version="1.0"?> 
<server> 
<world> 
<shortname>Emberwood</shortname> 
<longname>The Emberwood Forest</longname> 
 
<!-- address has to be specified for minilogin to work // address was localhost--> 
<address>192.168.1.114:5999</address> 
<localaddress>192.168.1.114</localaddress> 
 
<!-- Loginserver information. --> 
<loginserver> 
<host>192.168.1.114</host> 
<port>5999</port> 
<account></account> 
<password></password> 
</loginserver> 
 
<!-- Sets the shared key used by zone/launcher to connect to world --> 
<key>make up some random string of characters here</key> 
 
<!-- Enable and set the port for the HTTP service --> 
<http port="9080" enable="true" mimefile="mime.types"/> 
</world> 
 
<!-- Database configuration, replaces db.ini --> 
<database> 
<host>localhost</host> 
<port>3306</port> 
<username>*****</username> 
<password>*****</password> 
<db>peq</db> 
</database> 
</server>
			
		 | 
	
	
 LoginServer.ini
	Quote:
	
	
		
			
				### --- This file tells world.exe what loginserver to connect to. 
### --- Leave the account and password field BLANK. 
 
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS. 
 
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname. 
### --- NOTE2: the word "Server" is added to each server automaticly. 
 
# READ README.TXT 
 
[LoginServer] 
loginserver=192.168.1.114:5999 
loginserver2=newlogin1.eqemulator.net 
loginport=5999 
loginport2=5999 
worldname=The Emberwood Forest 
worldaddress=192.168.1.114 
locked=false 
account= 
password= 
 
[WorldServer] 
Defaultstatus= 
Unavailzone= 
 
[ChatChannelServer] 
worldshortname= 
chataddress= 
chatport= 
 
[LoginConfig] 
ServerMode=MiniLogin 
ServerPort=5999
			
		 | 
	
	
 EQHost
	Quote:
	
	
		
			
				[LoginServer] 
Host=127.0.0.1:5999
			
		 |