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-10-2004, 09:02 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by infernal
the 2 of them are the same....
True?
That is quite possible if you don't have a router. In that case, just use the same address for the Internal and External addresses.
  #2  
Old 04-10-2004, 09:06 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Try reading this article that covers some NAT and networking basics. Hope it helps..

http://gnrt.terena.nl/content.php?section_id=207

Or this one:

www.25cubed.com/utd/myprogs/guest_presentation.ppt+what+is+the+difference+betw een+internal+and+external+ip+addresses&hl=en&ie=UT F-8] http://216.239.41.104/search?q=cache...hl=en&ie=UTF-8 [/url]
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #3  
Old 04-10-2004, 09:08 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

If his internal and external IP address are really the same, he has no router, so NAT won't apply in his case.
  #4  
Old 04-10-2004, 09:17 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

True Derision. I was in the process of doing a search for him when the last post was:
Quote:
Originally Posted by infernal
whats the difference between internal and external ip address?

Where do i find the internal one and where the external...

i got the one from www.whatismyip.org

... whats the internal one then?
So didnt refresh the screen till after I posted... So didnt get it posted till AFTER all the other posts from that one to where mine ended up haha..
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #5  
Old 04-10-2004, 09:25 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

i really think its the part of where i am connecting...
Have they changed the ip since Jazabell's Post?
  #6  
Old 04-10-2004, 09:29 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

The IP addresses of the login servers may change, but if you are using the names (eqlogin1.eqemulator.net , etc), then this will be transparent to you. The problem is with your config. Post your loginserver.ini, boot5zones.bat and the output of your world.exe and zone.exe processes.
  #7  
Old 04-10-2004, 09:38 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

LoginServer.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Infernal Test [Dev]
worldaddress=68.104.241.117
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=68.104.241.117

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 . 68.104.241.117 7995 68.104.241.117
start zone . 68.104.241.117 7996 68.104.241.117
start zone . 68.104.241.117 7997 68.104.241.117
start zone . 68.104.241.117 7998 68.104.241.117
start zone . 68.104.241.117 7999 68.104.241.117
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------------------------

World.exe Output:

[Status] CURRENT_WORLD_VERSION:EQEmu 0.5.5
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id =68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: You need to get laid...
TCP listening on: 68.104.241.117:9000
World server listening on: 68.104.241.117:9000
Connected to LoginServer: eqlogin3.eqqmulator.net:5997



Zone.exe Output:

It opens and closes too fast to see anything
  #8  
Old 04-10-2004, 09:47 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by infernal
Zone.exe Output:

It opens and closes too fast to see anything
start/run/cmd

cd to where your zone.exe is:

Type:

zone . 68.104.241.117 7995 68.104.241.117

That should show the errors that is causing your zones to crash. Copy and paste the output from that window.
  #9  
Old 04-10-2004, 09:55 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

hmm how do i do the cd one? long time to use Dos... let alone this..
its in my directory:
C:\Program Files\EQemu
  #10  
Old 04-10-2004, 09:57 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

start/run/cmd

Then type

cd \Program Files\EQemu

Then type

zone . 68.104.241.117 7995 68.104.241.117
  #11  
Old 04-10-2004, 10:05 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

ok here goes:

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading items from database: Count=26679, max id=68199
[Status] Loading npcs
[Status] Loading NPCTypes from database...
  #12  
Old 04-10-2004, 10:16 AM
NarutoLegacy
Discordant
 
Join Date: Feb 2004
Posts: 400
Default

You need to boot5zones.bat not zone.exe
__________________
My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel

Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
  #13  
Old 04-10-2004, 10:18 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

i already did that
i am still having the problem
  #14  
Old 04-10-2004, 10:19 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

ahh thereis a nother part of that which i fergot, came in later
  #15  
Old 04-10-2004, 10:22 AM
infernal
Sarnak
 
Join Date: Mar 2004
Posts: 45
Default

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading items from database: Count=26679, max id=68199
[Status] Loading npcs
[Status] Loading NPCTypes from database...
.................................................. ...................
.................................................. ...................
Then i get this error after the normal [Status]

WorldServer connect: Connecting to the server failed: TCPConnection::Connect<>:connect<> failed. Error: 10061
[Error] worldserver.Connect<> FAILED!
[Status] Entering sleep mode





So where do i go wrong?
Im not connecting to the worldserver correctly? what am i doing wrong?
 


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 09:53 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