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 07-11-2008, 08:16 PM
RCPD0715
Sarnak
 
Join Date: Feb 2008
Posts: 67
Default Confused

I used to have a server up like 2 or 3 months ago and i had no problems at all with people logging on. it worked well. I am trying to get it back up and running again, but for some reason, nobody can log on except me. I have changed nothing. All the ports are the same, i cant figure out why i cant get it public again. any suggestions? apparently when people select my server...it pauses for a bit then takes them back to their login screen...thanks
Reply With Quote
  #2  
Old 07-11-2008, 10:00 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Check your router settings for port forwarding. Make sure you are forwarding the Zone ports, usually 7000-7100 , port 9000 for world and 9080 if you use the built in web admin, 3306 for any outside sql connections, 5998 for the server connection. You may not necessarily need all of these, but it can't hurt.
__________________
Random Segments of Code....
Reply With Quote
  #3  
Old 07-12-2008, 03:09 PM
RCPD0715
Sarnak
 
Join Date: Feb 2008
Posts: 67
Default

I have the ports set correctly, like i said it worked before...i havent changed a thing...just been a while since i had it up...for some reason now, nobody gets past their log in screen...it just takes them back to the log in screen after a long pause
Reply With Quote
  #4  
Old 07-13-2008, 06:13 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

This is definitely a port issue. To rule out your router, try setting it as a DMZ. If people can then connect, then your router settings are incorrect. If they still can't connect, then you have something on your PC that is blocking the connections, like a firewall.

If you do try the DMZ setting, make sure to disable it again after you are done testing. You don't want to leave it on indefinitely for security reasons. Make sure your router is set to use Port RANGE Forwarding for the ports and not Port Triggering or Port Forwarding.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #5  
Old 07-14-2008, 05:03 PM
RCPD0715
Sarnak
 
Join Date: Feb 2008
Posts: 67
Default

i took my connection out of the router and hooked directly up to the computer, still not working. also i have no firewalls running...this just doesnt make sense, because it worked fine before...
Reply With Quote
  #6  
Old 07-14-2008, 07:23 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Post your config file for the server, and don't forget to remove your password from it!
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #7  
Old 07-15-2008, 12:18 AM
RCPD0715
Sarnak
 
Join Date: Feb 2008
Posts: 67
Default

<?xml version="1.0">
<server>
<world>
<shortname>Rigor</shortname>
<longname>!!*Rigormortis*!! (BOTS/3XP/5AAXP) [SEMI-LEGIT]</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>everquest.servegame.com</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!-- <locked/> -->
<unlocked/>

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="enable"/>

<!-- 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. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>secret</username>
<password>secret</password>
<db>peq</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<plugins>plugins</plugins>
</directories>
</server>
Reply With Quote
  #8  
Old 07-16-2008, 04:09 PM
RCPD0715
Sarnak
 
Join Date: Feb 2008
Posts: 67
Default

I have posted my config file, just waiting on any input...thanks
Reply With Quote
  #9  
Old 07-16-2008, 08:45 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Well, I don't see any issues with your config file. The only thing I would consider trying from the config might be to change your server name to something simple instead of having !!!*!*!***!! in it and see if that makes any difference, though I don't think it will.

The only other thing I can think of is that you MUST have some kind of firewall running on your system that is blocking it. It could be anti-virus programs, or windows firewall, or another program that is blocking it.

Which operating system are you running on? If it is Windows Vista, there have been many reports of issues running a server on Vista. I don't think I have seen anyone confirm that they were able to get one running on Vista properly so far.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #10  
Old 07-17-2008, 12:12 AM
RCPD0715
Sarnak
 
Join Date: Feb 2008
Posts: 67
Default

Finally got it to work....I had the ports set wrong *blushes* oops..hehe thanks all for your help
Reply With Quote
  #11  
Old 07-17-2008, 12:24 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Quote:
Originally Posted by RCPD0715 View Post
i took my connection out of the router and hooked directly up to the computer, still not working. also i have no firewalls running...this just doesnt make sense, because it worked fine before...
If the ports were set wrong this should have gotten around that completely.

But, glad you got it working We all make mistakes from time to time :P
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
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 10:14 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3