Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-26-2007, 03:30 PM
rodorant
Fire Beetle
 
Join Date: Jun 2007
Posts: 5
Default Cannot Log on to my Server (Router involved)

I am hoping someone can help me with this, I cannot seem to find the right answer under the forums.

Setup:

Cable Router: ZyXEL

2 pc's running off of router on my home network. Computer1 with server and Computer2 with client.

Service provider IP assigned to my router: 74.193.69.x
Computer1 IP address: 192.168.10.x

My goal: To be able to connect Computer2 as well as My brother who would be connecting accross the internet into my server.

I added x's to the end of all my IP's in this document for security purposes.

First Question:

I read somewhere that minilogin was just for within the LAN, thus wanting my brother to login I did not think it possible, could he if I used minilogin? If so, would this be the best way to go for my goal listed above?

My Second Question:

So I went through the latest PDF word for word as best I could and set up my server to require players to login to eqemulator.net in order to play.

What happens is my server seems to be running ok, but I'm not sure if I have my IP addresses right(keeping in mind I am using a router). My server shows up WOGGY on the server list when I log my client into the server select screen, but when I try to login to the server it hangs and then boots me back to user name and password screen on my client. I know it probably is my server because I can get on PEQ and other servers fine.

I also do not see any changes in the world.exe screen when I try to login, it just sits there.

What could I be doing wrong? Also, what should my IP addresses in the config file be? Please review how I have my eqemu_config file set up as well as what my world.exe looks like when I run my server.

eqemu_config.XML :

<?xml version="1.0">
<server>
<world>
<shortname>WOGGY</shortname>
<longname>WOGGY</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>192.168.10.x</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>xxxxxxx</password>
<db>peq</db>
</database>
</server>

Last edited by rodorant; 06-26-2007 at 11:38 PM..
Reply With Quote
  #2  
Old 06-26-2007, 03:33 PM
rodorant
Fire Beetle
 
Join Date: Jun 2007
Posts: 5
Default Continued

Here is my World.EXE running:

[Debug] Starting Log: logs/eqemu_debug_world_0784.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_0784.log
[Status] Using database 'peq' at localhost:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [RULES__CHANGE] Loading rule set 'default' (2)
[Debug] [WORLD__INIT] Loaded default rule set 'default'
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_0784.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes ON
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[Debug] [WORLD__LS] Loginserver provided 74.193.69.x as world address
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3141
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:3141
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.

[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.

[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_06 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3148
[Debug] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:3148
[Debug] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[Debug] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use por
t 7000
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3149
[Debug] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:3149
[Debug] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zone
[Debug] [WORLD__ZONE] [2] Auto zone port configuration. Telling zone to use por
t 7001
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3150
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3151
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3152
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:3153
[Debug] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:3151
[Debug] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:3150
[Debug] [WORLD__ZONE] [3] Zone started with name dynamic_06 by launcher zone
[Debug] [WORLD__ZONE] [3] Auto zone port configuration. Telling zone to use por
t 7002
[Debug] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:3153
[Debug] [WORLD__CONSOLE] New zoneserver #6 from 127.0.0.1:3152
[Debug] [WORLD__ZONE] [6] Zone started with name dynamic_03 by launcher zone
[Debug] [WORLD__ZONE] [6] Auto zone port configuration. Telling zone to use por
t 7003
[Debug] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[Debug] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use por
t 7004
[Debug] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zone
[Debug] [WORLD__ZONE] [4] Auto zone port configuration. Telling zone to use por
t 7005
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:41 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3