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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 03-11-2004, 09:48 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default Server is Finally up! But...

Ok, I finally got my friends server running but theres one problem, no one can connect to it, I have 5 zones running right now on 0.5.5-DR1 and the server is up, it gives a 1017 error when trying to enter the server saying I may need to update ect... my friends that tried to get on it (and are up to date) cannot log in, sorry I couldnt find anything about this problem, the threads I found were incomplete or the solutions they gave such as turning off firewall, ect didnt work. I understand there is no support for 0.5.5-DR1 but incase anyone is willing to help me, I would greatly appreciate it.

db.ini
Quote:
[Database]
host=127.0.0.1
user=test
password=test
database=eq
compression=off
loginserver.ini
Quote:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=DarkVisions
worldaddress=24.162.26.61
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=192.168.1.105
Boot5Zones.bat
Quote:
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 freportw 24.162.26.61 7995 192.168.1.105
start zone freportn 24.162.26.61 7996 192.168.1.105
start zone freporte 24.162.26.61 7997 192.168.1.105
start zone nexus 24.162.26.61 7998 192.168.1.105
start zone arena 24.162.26.61 7999 192.168.1.105
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------------------------
I get no errors when booting zone, but when others try to log in, they get this error, is there something wrong with my data base? or ini's or something? I started off from the 5.3, then copied 5.5 files, changed name. Worked great except this problem, unfortunately....
Reply With Quote
  #2  
Old 03-11-2004, 10:49 AM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

NAT issue, looks like you have a router, you need to forward the EQEmu ports.

9000
7995-7999 (and any other zoneservers you have)
5999
5997
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote
  #3  
Old 03-11-2004, 01:40 PM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

Which Ports? the Boot5zones.bat or Loginserver.ini?
Reply With Quote
  #4  
Old 03-11-2004, 02:46 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

The ports i posted above
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote
  #5  
Old 03-11-2004, 04:08 PM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

I mean, what do I use the ports with? what file?
Reply With Quote
  #6  
Old 03-11-2004, 04:19 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

9000 is world.exe
7995-7999 is boot5zones.bat
5997 and 5999 are login server...its just safe to have these forwarded
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote
  #7  
Old 03-12-2004, 05:26 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

Quote:
Originally Posted by nilar
9000 is world.exe
How do I make World.exe 9000?
Reply With Quote
  #8  
Old 03-12-2004, 06:08 AM
RexChaos
Dragon
 
Join Date: Feb 2004
Location: Everywhere you want to be
Posts: 582
Default

Holy christ man! Do you need that big fookin milk logo after EVERY post!??!
__________________
An obnoxiously large picture should go here with some witty saying about some cartoon character I made in EQ, but then I realized that shit is fucking annoying.
Reply With Quote
  #9  
Old 03-12-2004, 10:56 AM
eq_addict_08
Hill Giant
 
Join Date: Nov 2003
Location: Drunk tank
Posts: 199
Default ok

your external IP shows up under a whois, so I am making the assumption that your World and Zones are running on a machine with a dirrect (ie NO firewall between it and the internet) connection to the net. If the is the case, and you are using windows internet sharing to your other pc you will have to add the world pcs external IP mapped to its internal to the games pc hosts file. DO a search for it, I think it is in \system32. If you are behind a firewall, you will need to portforward the ports that the world and zone files use from the firewall to the machine this is on. In an *nix environment it is fairly simple. Google it. on windows, who the heck knows. GL
Reply With Quote
  #10  
Old 03-13-2004, 05:24 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

Quote:
you will have to add the world pcs external IP mapped to its internal to the games pc hosts file
How do I do that, and what is the name of the file im searching for? Sorry to bother you, and I really do appreciate your help with this, I do not demand but if you are willing to help, Id love to get all I can get And how do I change the port for my world.exe to 9000? open it with msword or something?
Reply With Quote
  #11  
Old 03-13-2004, 06:01 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Youll need to look on your routers main page or help files to figure out how to do that on your router, but most routers have access to their settings through your internet browser..

Most routers are set up so that you can just click a radio button that allows you to choose a range or ports to be forwarded or a single range... Choose this. Then type in the port you want forwarded and then the internal IP address you want to open the port for..In your case from what you have posted, you will use 192.168.1.105..... Now, you will do this for each port you want to forward for whatever reason... Some routers have a choice or TCP or UDP ports. If you dont know what's what, then just forward both TCP AND UDP....
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
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 01:43 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3