View Single Post
  #1  
Old 12-08-2002, 07:59 AM
Krellian
Fire Beetle
 
Join Date: Dec 2002
Posts: 8
Default I can't get outsiders to connect to my server

this is what i get with world.exe

anyone have any clues why i might not be able to have people connect to me. I do not have a firewall up, and im not behind a router

133723 New client from ip: 65.124.178.5 port: 64342
Logged in: LS#10301: Solovyov
Guild Send Request...
Sending character information.
Client disconnected
Removing client from ip:65.124.178.5 port:64342

Loginserver.ini

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Krellian's
locked=false
account=
password=
worldaddress=24.49.137.168

[WorldServer]
Defaultstatus=
Unavailzone=arena

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

boot5zones.bat

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 . 24.49.137.168 7995 24.49.137.168
start zone . 24.49.137.168 7996 24.49.137.168
start zone . 24.49.137.168 7997 24.49.137.168
start zone . 24.49.137.168 7998 24.49.137.168
start zone . 24.49.137.168 7999 24.49.137.168
exit
cls


REM:---------------END------------------------
Reply With Quote