View Single Post
  #1  
Old 04-29-2002, 06:44 AM
JasonC
Fire Beetle
 
Join Date: Apr 2002
Posts: 10
Default 1017 Error While Trying to Join My Server

Hello,

Despite my efforts to get my own server up and running, I keep running into the 1017 error while trying to connect to it from the server select screen.

I have my Netgear Websafe router forwarding ports 9000, and 7995-7999 to the local server 192.168.0.2.

I am running ME and am using EQW.

db.ini:

# READ README.TXT!

[Database]
host=localhost
user=t******
password=*****
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.

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: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe

REM:--------------Start-----------------------


@echo off
start zone9x . myip 7995 127.0.0.1
start zone9x . myip 7996 127.0.0.1
start zone9x . myip 7997 127.0.0.1
start zone9x . myip 7998 127.0.0.1
start zone9x . myip 7999 127.0.0.1
exit
cls


REM:---------------END------------------------

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

LoginServer:

[LoginServer]
loginserver=eqlogin.eqemu.org
worldname=SarTest
locked=false
account=
password=
worldaddress=myip
loginport=5999

For privacy sake myip = my global IP in all cases.

Any suggestions would be appreciated.

Thanks!
Reply With Quote