Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-04-2009, 11:25 PM
anubisrwml2
Sarnak
 
Join Date: Feb 2008
Posts: 38
Default Clients unable to connect

Ok Im starting this thread because I have tried everything I could find in here to get my server to allow for connections. I have forwarded all the ports and then some, even setup DMZ and that didnt work either. So I tried the router fix option (no-ip) and that didnt work either. My cable modem doesn't have a firewall option so I dont think its acting as a router (I tried to turn my router from gateway to router and everything stopped working)

Im at a complete loss so here's my config as it stands now. Ive *** out the things that I thought weren't important and personal to my server.

<?xml version="1.0">
<server>
<world>
<shortname>eqorig</shortname>
<longname>
Reply With Quote
  #2  
Old 04-15-2009, 04:38 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

My problem isn't related to this, but I didn't want to start another thread. I also am not getting connections to my server, but I think it is the ports. I checked and port 9000 is open, but then the 7000+ are closed for some reason. I looked and they should be open.
Reply With Quote
  #3  
Old 04-15-2009, 05:57 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Does anyone know why the zone ports are closed and yet 9000 is open?
Reply With Quote
  #4  
Old 04-15-2009, 11:18 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Where are you getting the info that some are closed and some are open lol? Look in your router config and you can set them however you want them. Make sure you are using Port RANGE Forwarding and not just Port Forwarding as they are not the same thing.

Please explain how you are telling what ports are working and which ones aren't. Also, maybe reading the FAQ in my sig can be of some assistance to you.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #5  
Old 04-16-2009, 12:05 AM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Ok I set my virtual servers to be 9000 UDP and TCP, then 7000-7025 both. Then when I run my server, I go to http://www.yougetsignal.com/tools/open-ports/ and check to see if they are open. It says that 9000 is open then anything 7000+ is closed. I think it is a port problem, because when I set up my first server I had the same problem with people not connecting before I set up my ports correctly. And also my router automatically does ranges. Like it will be two boxes so for 9000 you do 9000-9000 and then 7000-7025.
Reply With Quote
  #6  
Old 04-16-2009, 05:29 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

This is my config

Code:
<?xml version="1.0"?>
 <server>
   <world>
	 <shortname>Pelican</shortname>
	 <longname>Pelican's Solo Server (3x exp/AA, Tradeskill merchants)</longname>
 
	 <!-- address has to be specified for minilogin to work -->
	 <address>pelican.no-ip.biz</address>
	 <localaddress>192.168.2.5</localaddress>
	 
	 <!-- Loginserver information. -->
	 <loginserver>
	   <host>eqemulator.net</host>
	   <port>5998</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>root</username>
	 <password>****</password>
	 <db>newserver</db>
   </database>
</server>
Looking at
Code:
<!-- Enable and set the port for the HTTP service -->
	 <http port="9080" enable="true" mimefile="mime.types"/>
   </world>
would that mean I need to open port 9080 as well, even though I never did on Pelican's Paradise?
Reply With Quote
  #7  
Old 04-16-2009, 06:55 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

You only need to open 9080 if you want to use the web page tools. It is handy, but not required. You have it enabled in your config, so you might as well open the port for it. You can then get logged into it by setting a password for your GM account in the accounts table password field. Then, go to:

Code:
http://localhost:9080
And log in with your GM account name and the password you set in the accounts table. It is definitely worth checking out.

As for your server config, I see you configured this section:

Code:
	 <!-- address has to be specified for minilogin to work -->
	 <address>pelican.no-ip.biz</address>
	 <localaddress>192.168.2.5</localaddress>

If you are setting up a public server, you almost always want to leave that section commented out like this:

Code:
	 <!-- address has to be specified for minilogin to work -->
	 <!-- <address>pelican.no-ip.biz</address> -->
	 <!-- <localaddress>192.168.2.5</localaddress> -->
Otherwise, you will have weird connection issues like you are reporting.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #8  
Old 04-16-2009, 09:05 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Trevius, you're a genius. Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:59 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3