Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 04-20-2004, 04:38 AM
firestarter90
Fire Beetle
 
Join Date: Apr 2004
Posts: 9
Default Locked server

how do you unlock a server
  #2  
Old 04-20-2004, 04:48 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

While in-game, type #unlock. If you want your server to be permanently unlocked, in LoginServer.ini set locked=false. If the server is still locked after you do that and nobody (including GMs) can get in then you have a problem with your zone servers. Either they aren't up or they aren't connected to the world server properly.
  #3  
Old 04-20-2004, 05:14 AM
firestarter90
Fire Beetle
 
Join Date: Apr 2004
Posts: 9
Default

Quote:
Originally Posted by cavedude
While in-game, type #unlock. If you want your server to be permanently unlocked, in LoginServer.ini set locked=false. If the server is still locked after you do that and nobody (including GMs) can get in then you have a problem with your zone servers. Either they aren't up or they aren't connected to the world server properly.

i tryed that it was alrady set to false in the INI my world INI is fine no errors, but in looking at my zones i have one "

worldserver connect: connecting to the server failed: TcpConnection::connect(): connect() failed. error: 10060

[error] worldserver.connect() failed!
[status] entering sleep mode
  #4  
Old 04-20-2004, 05:18 AM
vzmule
Fire Beetle
 
Join Date: Feb 2004
Posts: 23
Default

http://www.eqemulator.net/forums/vie...ht=10060#74327
__________________
vzmule
[ServerOP] Shattered Lands Server
http://forever-hack.net
  #5  
Old 04-20-2004, 05:31 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Could you post the contents of your LoginServer.ini and Boot5zone.bat files? If you have a firewall up, make sure you have ports 5997, 9000, and whatever ports you have specified in your boot5zone.bat file forwarded to the machine the EQEmu server is running on.
  #6  
Old 04-20-2004, 09:02 AM
firestarter90
Fire Beetle
 
Join Date: Apr 2004
Posts: 9
Default

what do you mean port for my fire wall how do i do that????

boot5zones.bat
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 65.173.93.89 7995 192.168.2.100
start zone . 65.173.93.89 7996 192.168.2.100
start zone . 65.173.93.89 7997 192.168.2.100
start zone . 65.173.93.89 7998 192.168.2.100
start zone . 65.173.93.89 7999 192.168.2.100
exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------



loginserver.ini


### --- 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 recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport2=5997
loginport3=5997
worldname=FiresTestEQ1sttime
worldaddress=65.173.93.89
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=192.168.2.100
  #7  
Old 04-20-2004, 12:11 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Alright your files are fine which means its most likely your firewall. You need to setup port forwarding for ports 5997, 7995-7999, and 9000 to your internal IP of 192.168.2.100. The problem is every firewall/router is different so the procedure on how to actually do it differs from router to router. What you want to do is open up your router's web configuration screen and look for a port forwarding option. Then, you want to input the ports I mentioned above and point them to your internal IP.
Alternatively, you could look for a DMZ or default host option in your router's configuration screen and input your internal 192.168.2.100 IP. That way however is highly insecure and leaves your machine fully open to the internet.
  #8  
Old 04-21-2004, 03:06 AM
firestarter90
Fire Beetle
 
Join Date: Apr 2004
Posts: 9
Default

alright i got it up now i'm just having a 1017 error when i go to log in... my server name is groundzero if someone else wants to try and log in.
  #9  
Old 04-21-2004, 03:07 AM
firestarter90
Fire Beetle
 
Join Date: Apr 2004
Posts: 9
Default

for anyone trying this the DMZ and forward ports can't be done at the same time....try the forword port then the DMZ.
  #10  
Old 04-21-2004, 03:42 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Yep, DMZ and port forwarding can't be done at the same time, that's why I said alternatively.

Since you are behind a firewall, you may need to setup a domain name for your machine so you can connect. http://2mydns.com is a decent free name service. That site will guide you through all the steps of getting setup. Once you get your domain name setup, you need to edit your HOSTS file. Do a search for that file, on 2000/XP machines its found in /winnt/system32/drivers/etc on the first line put:

127.0.0.1 yourname.2mydns.com

(With yourname being replaced with the domain name you selected when you setup the domain.) Save that file and now you will be able to connect to your own server.

Oops, I also forgot to mention that you'll need to replace all references to your internet IP of 65.173.93.89 with yourname.2mydns.com in your boot5zones.bat and loginserver.ini files.

Also, when i wrote the directions I assumed that the machine your server is running on is also the machine that you run your EQ client on. If that's not the case, then you want the EQ client's HOSTS files to look like this:

192.168.2.100 yourname.2mydns.com
 


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 02:37 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