calranthe |
12-01-2004 12:51 AM |
1017 error on trying to get to my own server
Okay I finally have my server up, and running.
But I get a 1017 error when I try to connect to it, I can connect to other servers on I am assuming its not client side. my serve shows up on the list
When I run my servers it all seems fine
Each of the zone windows says
Quote:
Connected to worldserver: 10.0.0.3:9000
|
My world server no errors
Terminal
Quote:
TCP listening on : 195.137.122.7:9000
World server listening on 195.137.122.7:9000
connected to loginserver: newlogin1.eqemulator.net :6994
72454 new tcp connection on :10.0.0.3: 1071
New zone server #1 10.0.0.3:1071
etc etc to the bottom
Zoneserver Setconnectinfo:10.0.0.3:1072: 195.137.122.7:7995
Zoneserver Setconnectinfo:10.0.0.3:1073: 195.137.122.7:7996
Zoneserver Setconnectinfo:10.0.0.3:1074: 195.137.122.7:7997
Zoneserver Setconnectinfo:10.0.0.3:1075: 195.137.122.7:7998
|
my virtual server settings in my dsl router is set to
Quote:
14 7995 7995 TCP 10.0.0.3
15 7996 7996 TCP 10.0.0.3
16 7997 7997 TCP 10.0.0.3
17 7998 7998 TCP 10.0.0.3
18 7999 7999 TCP 10.0.0.3
19 5994 5994 TCP 10.0.0.3
20 9000 9000 TCP 10.0.0.3
|
My login ini
Quote:
### --- This file tells world.exe what loginserver to connect to.
### --- 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 reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Edgeofinsanity
worldaddress=195.137.122.7
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
|
My boot
Quote:
REM: ****Read this first!!!****
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 . 195.137.122.7 7995 10.0.0.3
start zone . 195.137.122.7 7996 10.0.0.3
start zone . 195.137.122.7 7997 10.0.0.3
start zone . 195.137.122.7 7998 10.0.0.3
start zone . 195.137.122.7 7999 10.0.0.3
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------------------------
|
firewall is off btw
|