Thread: 1017 Problem
View Single Post
  #1  
Old 12-01-2002, 02:39 PM
tazarok
Fire Beetle
 
Join Date: Nov 2002
Posts: 3
Default Login Errors

Internal and external clients receive 1017 error receive when trying to log into server.
I am running the current version of EQEMU. I am behind a Linksys router and I am trying to setup a EQEMU server on the same machine that I am playing on. The linksys router is set to forward 7995-7999 to 192.168.1.100 and 9000 to 192.168.1.100. I have also set the local ip address 192.168.1.100 as the DMZ host.
I have set my hosts file to resolve tazarok.no-ip.info to 127.0.01 (I tried 192.168.1.100, which is the local address of the server, but it did not work)

boot5:

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
start zone . tazarok.no-ip.info 7995 localhost
start zone . tazarok.no-ip.info 7996 localhost
start zone . tazarok.no-ip.info 7997 localhost
start zone . tazarok.no-ip.info 7998 localhost
start zone . tazarok.no-ip.info 7999 localhost
exit
cls


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

Login:

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Camel on Bread
locked=false
worldaddress=tazarok.no-ip.info

[WorldServer]
Defaultstatus=80
Unavailzone=arena

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

db:
# READ README.TXT!

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


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

I have tried alternating localhost with 192.168.1.100 with no success.

World.exe output:

Using database 'eq' at localhost
EQEMu 0.3.13 - Verbesserungen
Loading zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...Reading time file failed, bytes read: 0
failed.
World server listening on: tazarok.no-ip.info :9000
Connected to LoginServer: eqlogin2.eqemu.net:5999
New TCP connection: 127.0.0.1:1852
New zoneserver: #1 127.0.0.1:1852
Zoneserver SetConnectInfo: 127.0.0.1:1852: tazarok.no-ip.info:7999
New TCP connection: 127.0.0.1:1853
New TCP connection: 127.0.0.1:1854
New zoneserver: #2 127.0.0.1:1853
New zoneserver: #3 127.0.0.1:1854
Zoneserver SetConnectInfo: 127.0.0.1:1854: tazarok.no-ip.info:7996
Zoneserver SetConnectInfo: 127.0.0.1:1853: tazarok.no-ip.info:7998
New TCP connection: 127.0.0.1:1855
New zoneserver: #4 127.0.0.1:1855
Zoneserver SetConnectInfo: 127.0.0.1:1855: tazarok.no-ip.info:7995
New TCP connection: 127.0.0.1:1856
New zoneserver: #5 127.0.0.1:1856
Zoneserver SetConnectInfo: 127.0.0.1:1856: tazarok.no-ip.info:7997
Reply With Quote