| 
				 Problem logging into my server through eqemu loggin server 
 I have my server all set up, and it is displayed on the eqlogin.eqemu.net loggin server.  I have had no problems logging into my server using the PC my server is hosted on, however I am not able to log in to the server through another PC on my network ( is connecting via a pc on the same network an issue?) if not:
 Here is a snip of the log I get from my wolrd.exe window.
 
 ------------------------------------------------------------------------------------
 31000 New client from ip: 192.168.0.177 port: 1749
 Logged in: First Login LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Client disconnected
 Removing Client from ip:192.168.0.177 port:1749
 35500 New client from ip: 192.168.0.177 port: 1749
 Logged in: First Login LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Logged in: LS#22854: xavier-wyr
 Client disconnected
 Removing Client from ip:192.168.0.177 port:1749
 -----------------------------------------------------------------------------------
 
 I've tried creating several accounts through registering here and none seem to work on this PC, however, I can log into those accounts on the PC the server is hosted on.
 
 Any ideas?  This is  the contents of my loginServer.ini and Boot5zones.bat
 
 [LoginServer]
 loginserver=64.81.113.122
 loginserver2=64.81.113.122
 loginport=5999
 loginport2=5999
 worldname=Dedumin TEST
 worldaddress=12.227.157.46
 locked=false
 account=
 password=
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_en.txt goto NOSPELL
 
 start zone . 12.227.157.46 7995 12.227.157.46
 start zone . 12.227.157.46 7996 12.227.157.46
 start zone . 12.227.157.46 7997 12.227.157.46
 start zone . 12.227.157.46 7998 12.227.157.46
 start zone . 12.227.157.46 7999 12.227.157.46
 
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 
 
 EDIT: By the way, I am able to log into the other servers listed on this PC, just not the one I created.
 
 EDIT2: Other people seem to be able to log into my server ok.. I don't get it =(
 
			
			
			
			
				  |