| 
   | 
   | 
  
 
    | 
    | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
   | 
  
	
		
   
   
      | Support::Windows Servers Support forum for Windows EQEMu users. | 
    
    
   
   
   
   
   
   
   
   
		 
	 
 
	
	
		
	
	
 
    | 
   | 
    | 
  
 
	
		
		
		
			
			 
			
				01-21-2010, 08:01 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jan 2010 
					
					
					
						Posts: 5
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Server select issues
			 
			 
			
		
		
		
		Cannot for the life of me get the server list to show up after logging in. 
 
Some background on the situation... 
 
Been playing for a bit from my apartment in northern CA, where we have Comcast cable. Eqemulator works fine, can log in, see the server list, everything. I even play up to 5 boxes at a time on my PC without issues. I have the eqhost file changed, using port 5998, etc. No issues with port forwarding. 
 
The problem: 
I moved back to my parents this week. They have AT&T DSL using a 2wire 2701hg-b router/modem combo. I get my PC set up and load up EQ, I am able to log in, but none of the servers show up on my server select. 
 
I have tried the following unsuccessfully: 
-Fresh install of EQ 3 times (yes, I have an actual legit copy). Followed the set up instructions each time. No luck. Zero for three on my attempts there. 
-Delete EQclient.ini and re-run EQ. No luck. 
-Run video settings wizard for EQ, then re-run EQ. No luck. 
-Set up port forwarding on the 2701hg-b to open up 5998 on my IP. Nada. 
-Scrapped the above and set up 2701hg-b in bridge mode (disables routing features and makes it solely a modem) hooked it up to my old linksys BEFW11S4 router and had that do all of my DHCP and NAT stuff. Set up port forwarding for 5998 to my IP on the linksys, still no luck. 
 
I read on the forums that sometimes this is an issue with slow connections. Ran a speed test from my parents and the results were as follows. 
 
Ping: 32ms 
Download: 659kbps 
Upload: 389kbps 
 
Which isn't great compared to what I had up north, but isn't really all that bad. 
 
The following worked: 
-Took PC to friends house in Fresno, CA area. Hooked it up to their router, loaded up EQ, logged in. Friend and I were able to 3-4 box on both of our PCs without any real issues. 
 
Anyone have any experience with this kind of issue using DSL? I know it's been posted here a number of times, but there has to be some kind of solution. I likely won't be moving back up north, so I'd like to get this resolved so I can get some play time in while I'm living at the parents'. Suggestions? 
		
	
		
		
		
		
		
		
		
		
		
	
		
			
			
			
			
				 
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 | 
 
 
 
    | 
   | 
    | 
  
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				01-21-2010, 09:57 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jan 2010 
					
					
					
						Posts: 5
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Update
			 
			 
			
		
		
		
		Tried running DMZ mode. No luck. 
Tried turning port forwarding off again. No luck. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
 
    | 
   | 
    | 
  
 
	
		
		
		
			
			 
			
				01-22-2010, 08:33 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Sarnak 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Apr 2008 
					
					
					
						Posts: 71
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				
			 
			 
			
		
		
		
		are you running your own server or using someone else on the server list to connect with? 
 
sounds like your eqemu_config.xml file has changed or need to fix 
the short and long server name example of what i'm using 
might have to change ip address. If you have reloaded eq 
then you'll need to change the eqhost.txt file 
to example 127.0.0.1:5998 what ever you want to use  
 
<?xml version="1.0"> 
<server> 
        <world> 
                <shortname>lmw</shortname> 
                <longname>Lost My World</longname> 
                 
                <!-- Only specify these two if you really think you need to. --> 
		<address>127.0.0.1</address> 
		<localaddress>127.0.0.1</localaddress> 
		 
		<!-- Loginserver information.  --> 
        <loginserver> 
		<host>127.0.0.1</host> 
		<port>5998</port> 
		<account></account> 
		<password></password> 
        </loginserver> 
 
                <!-- Sets the shared key used by zone/launcher to connect to world --> 
                <key>some long random string</key> 
 
                <!-- Enable and set the port for the HTTP service. --> 
                <http port="9080" enabled="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> 
 
for  loginserver.ini 
###Your current configuration is as follows: 
 
loginserver.ini: 
[LoginServer] 
loginserver=127.0.0.1 
loginport=5998 
worldname=Lost My World 
worldaddress=127.0.0.1 
locked=false 
account= 
password= 
 
[WorldServer] 
Defaultstatus= 
Unavailzone= 
[ChatChannelServer] 
 
worldshortname= 
chataddress= 
chatport= 
 
[LoginConfig] 
ServerMode=Minilogin 
ServerPort=5998 
 
if trying to play on your own server 
need to start minilogin.exe first 
then the world and zone and all need to be allowed to  
pass throw firewall .. might check the firewall settings as  
well to make sure they are allowed  and did you open  
port 3306  
port 9080 
might check windows or linux firewall setting as well might be blocking you 
it has nothing to do with isp or provider 
 
and if running your own server and don't want others to hook up to it 
then make sure both say miniserver and use 127.0.0.1 then do not use public . 
or use the config file for server settings. 
 
and when changing the router settings like you did make sure you plug the cable 
from the modem to the first port on router marked #1 and plug your computer into 
port #2  
 
-Scrapped the above and set up 2701hg-b in bridge mode (disables routing features and makes it solely a modem) hooked it up to my old linksys BEFW11S4 router and had that do all of my DHCP and NAT stuff. Set up port forwarding for 5998 to my IP on the linksys, still no luck. 
		
	
		
		
		
		
		
		
		
		
		
	
		
			
			
			
			
				 
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 | 
 
 
 
    | 
   | 
    | 
  
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				01-22-2010, 07:26 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jan 2010 
					
					
					
						Posts: 5
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Weird
			 
			 
			
		
		
		
		Trying to log into other servers, not my own. 
 
Weird thing is I let the bridged 2701 and the router sit all night without doing anything and now I can log into any server I want without an issue. Sometimes it takes me 2-3 tries to get the list to come up, but nothing like it was before where I tried at least 50-60+times and never got it to. 
 
Strange. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				01-24-2010, 05:41 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jan 2010 
					
					
					
						Posts: 5
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Ugh
			 
			 
			
		
		
		
		Back to not being able to get to any servers again. This seems to be completely random. It was working for a bit and now it has stopped working completely. 
 
Anyone have any insight as to why this might be occurring, seemingly at random? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-07-2010, 12:41 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2009 
					Location: USA 
					
					
						Posts: 1
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I have AT&T DSL, and for a while early to mid last year, it worked fine.  Then suddenly it stopped working, and I too got the blanks server select screen.  After trying other connections via non AT&T DSL, I did find that I was able to connect. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-07-2010, 05:50 AM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2006 
					Location: USA 
					
					
						Posts: 5,946
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Lately, the Login Server has been giving pretty-much everyone the blank server list quite a bit more than usual.  Normally, if you keep trying it multiple times, it will eventually work.  I assume Rogean is still working on a resolution for this issue. 
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-07-2010, 11:19 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2010 
					
					
					
						Posts: 2
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Yeah I can't get the server list to show up.  I'm on DSL.  I've tried 50 times. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-07-2010, 02:16 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Administrator 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jul 2003 
					Location: Massachusetts 
					
					
						Posts: 708
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Loginserver will be replaced with a completely different codeset pretty soon. 
		
	
		
		
		
		
		
		
			
				__________________ 
				EQEmulator Developer / Administrator
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-07-2010, 05:18 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2010 
					
					
					
						Posts: 1
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  Rogean
					 
				 
				Loginserver will be replaced with a completely different codeset pretty soon. 
			
		 | 
	 
	 
 YAY! I was going to start playing yesterday but I got everything loaded before I realized that the server was messed up. Hope it is fixed soon since I am eager to try this game out. Had friends tell me it was fun when they played it but I couldn't afford the monthly fee    
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-07-2010, 11:05 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2010 
					Location: na 
					
					
						Posts: 1
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I was able to get everthing loaded yesterday and played for a few hours. Now I cant even log in getting a time out everytime. I've tried about everything and nothing seems to help. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-08-2010, 02:13 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Dec 2009 
					
					
					
						Posts: 3
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Turn off your modem, then your router, wait, then turn them back on, solves it for me ussually 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-10-2010, 12:06 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2010 
					
					
					
						Posts: 2
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		It was working for a few days, now it's back to the blank server list.  I've tried everything :( 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-14-2010, 11:47 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2010 
					
					
					
						Posts: 6
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Bump 
Also have AT&T DSL, wondering how it was fixed or what. Everything works flawlessly on other internet connections. I get home, plug in, and get 25/25 expansions, log in fine, and no servers available. Quick connect sends me to blank server screen. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-15-2010, 04:12 AM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2006 
					Location: USA 
					
					
						Posts: 5,946
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I don't think we know why some internet connections or PCs have this issue more than others, but we do know that the problem is somehow being caused by the Login Server itself.  Since not everyone has the issue, there must be a way to correct it on the client side, but no one has ever given a sure fix for it as of yet.  The only fix would be to fix the Login Server itself. I believe Rogean is still in the process of trying to get a better working Login Server, whether that be by fixing the old one, or by adjusting the new one. 
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	
		
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is Off 
		 
		
	  | 
 
 
	 | 
	
		
	 | 
 
 
All times are GMT -4. The time now is 02:37 AM. 
 
		 
	 
 
 
     | 
     | 
    
   
      | 
     | 
      | 
    
   
     | 
      | 
     | 
    
   
       | 
      | 
       | 
     
    
    
  | 
   |