EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   Few questions.. (https://www.eqemulator.org/forums/showthread.php?t=12687)

Angelishes 03-26-2004 10:46 PM

Few questions..
 
can somone look over this and tell me whats wrong?

-db-
[Database]
host=localhost
user=Angelishes
password=Password
database=eq
compression=off

-Loginserver-
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin1.eqemulator.net
loginserver3=eqlogin1.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Angel's World (testing)
worldaddress=66.167.47.171
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

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


Im still not sure what the diffrence is between internal and extrenal ip's are that where showed in tatorial and my computer is hooked up to a router cause i have dsl and there are 4 other computers running on it.. can somone give me a few pointers let me no what i could do to help this.. also when i run world.exe it opens and just close's right away.. im tired been working on this for hours.. let me no whats up

Dave987 03-26-2004 11:59 PM

Internal IP = IP on a network . To get it, Start > Run > Cmd > ipconfig
The IP under "IP" is your internal IP

External IP = Find out by going on www.whatismyip.com


Also , remove the spaceS from the end of your lineS in Loginserver.ini ... can cause problems

Angelishes 03-27-2004 12:15 AM

...
 
thats my problom when i do Start> Run> Ipconfig it pops it with a ms-das screen and then closes almost instantly.. any idea why tryed it on my other computer to did the same thing

dmal0807 03-27-2004 01:06 AM

you have to do start > run > cmd > ipconfig

ndnet 03-27-2004 02:35 AM

or "cmd /k ipconfig" ~.~

could also just use 127.0.0.1 for your internal IP addy.

Angelishes 03-27-2004 02:46 AM

tnx ill mess with um

Dave987 03-27-2004 03:04 AM

Quote:

Originally Posted by ndnet
could also just use 127.0.0.1 for your internal IP addy.

Not quite .. that's local host , not necessarily your internal IP

Angelishes 03-27-2004 03:11 AM

i have win98 so some stuff isnt the same but i opened C:\ and ran Command and typed in IPconfig and this is what i got

(C)Copyright Microsoft Corp 1981-1999.

C:\>ipconfig

Windows 98 IP Configuration

0 Ethernet adapter :

IP Address. . . . . . . . . : 66.***.***.**
Subnet Mask . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . : 66.***.***.**

1 Ethernet adapter :

IP Address. . . . . . . . . : 169.***.**.**
Subnet Mask . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . :

the 0 Ethernet adapter IP address is my external ip so is the one under 1 Ethernet adapter my internal ip?

wize_one 03-27-2004 03:28 AM

Quote:

Originally Posted by Angelishes
i have win98 so some stuff isnt the same but i opened C:\ and ran Command and typed in IPconfig and this is what i got

(C)Copyright Microsoft Corp 1981-1999.

C:\>ipconfig

Windows 98 IP Configuration

0 Ethernet adapter :

IP Address. . . . . . . . . : 66.***.***.**
Subnet Mask . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . : 66.***.***.**

1 Ethernet adapter :

IP Address. . . . . . . . . : 169.***.**.**
Subnet Mask . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . :

the 0 Ethernet adapter IP address is my external ip so is the one under 1 Ethernet adapter my internal ip?

0 Ethernet adapter looks like your external ip, though on thing that looks interesting is the subnet..almost all isps have subnet set 255.255.255.0 so that might be part of the prob. another problem is the 2 network adapers, the emu might not be able to tell the diffrence.

Angelishes 03-27-2004 03:31 AM

*sigh* this is confusing as shit so that dosnt show my internal ip? lol i dont have winxp like most people.. anyone no easy way to tell internal ip with win98 se.. above was all ipconfig showed me

krusher 03-27-2004 03:49 AM

Do this.


Start->Run

in the command line box type winipcfg and press enter.

That will give you all the network info.

Angelishes 03-27-2004 04:02 AM

This is what it reads

-= PPP Adapter =-
Adapter address= 44-45-**-00-00
IP Address= 66.***.***.**
Subnet Mask= 255.0.0.0
Defaul Gatway 66.***.***.**

-= SiS NIC SISNIC =-
Adapter Address= 00-0A-**-C4-BB-F9
IP Autoconfig Address= 169.***.**.**
Subnet Mask 255.255.0.0
Defaul Gatway= [blank]

Ok the top one is my External ip.. and is the autoconfig one my internal? :?:

I never had to tell the diffrence between the ip's befor this this help is much apreciated..

samandhi 03-27-2004 05:13 AM

You CAN use localhost or 127.0.0.1 in place of your internal IP. Unless you are connecting accross your network for zone.exe or OTHER zones besides the ones you run from the pc that runs world.exe, you will not need anything more... so your load5zones.bat could look like this:
Code:

start zone . externalIP 7995 localhost
start zone . externalIP 7996 localhost
start zone . externalIP 7997 localhost
start zone . externalIP 7998 localhost
start zone . externalIP 7999 localhost

I am not sure of the error you are getting, but if your world.exe is closing imediately, you either have bad binaries (read not compiled correctly) or you have some OTHER problem.. To see the output that you are missing because it is closing, open up a dos command window, and type the following (assuming your world.exe is located in your c:/eqemu folder):
Code:

cd c:/eqemu
world.exe

Then you can see what errors (if any) you have.. Post them here...

Also note, if you ARE running a router, you will probably need to open up the ports needed to run your server through your router firewall software.. Also you will need to forward your internal IP to your external IP, so that when someone tries to connect to it (even you), a call to your external IP (that is what the EQ client will do basically) will actually lead to the machine that has the server on it...


All times are GMT -4. The time now is 03:58 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.