Log in

View Full Version : Cant connect to own server


skiz303
09-07-2003, 10:41 AM
Ok, i am running a server fine on one computer of my LAN, 192.168.1.104. I try to play on that server with my other one on the LAN, 192.168.1.101. I CAN play on it if i set all my IPs in LoginServer.ini and boot5zone.bat. But if i change them all to my global ip like i have read to do, then i get a 1017. I feel like im really close. Btw, Im using a Cayman series router if that helps. Thanks~

skiz303
09-07-2003, 02:26 PM
here'es waht ive got it narrowed down to:

As soon as i change

worldadrress=GlobalIP (Yes it's righta dn it's numbers)

to

worldadrress=InternalIP

I can play on my server but no one else can join.

If i leave it as GlobalIP i can NOT connect and neither can anyone else. Here are my .ini's

[Database]
host=127.0.0.1
user=*****
password=*****
database=eq
compression=off



[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=5999
loginport2=5999
worldname=Josh's [Non-Legit]
worldaddress=68.***.**.64
locked=false
account=
password=


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

if NOT exist spells_en.txt goto NOSPELL

start zone . 68.***.**.64 7995 127.0.0.1
start zone . 68.***.**.64 7996 127.0.0.1
start zone . 68.***.**.64 7997 127.0.0.1
start zone . 68.***.**.64 7998 127.0.0.1
start zone . 68.***.**.64 7999 127.0.0.1
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------------------------

tcsmyworld
09-07-2003, 02:49 PM
put real ip addy on both sides of the port in boot5zone.
you need to copy your spells_en.txt from your eq folder into the folder your emu is running from.

skiz303
09-07-2003, 03:05 PM
If i put GlobalIP on both sides my boot zones wont connect to world.exe and my spells_en.txt is there

tcsmyworld
09-08-2003, 07:59 PM
have you set up port forwarding on the router for the eqemu ports?