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 07-04-2012, 10:32 PM
Jiggawhat
Sarnak
 
Join Date: Sep 2002
Location: Niagara Falls, Ont, Canada
Posts: 45
Default Cannot Connect to my server

Hey everyone, I just set up my server and when I try to connect I get the error 1017, here is what my eqemu_config set up.


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

<!-- address has to be specified for minilogin to work -->
<address>eqemulator.net</address>
<localaddress>192.168.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>make up some random string of characters here</key>

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

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


This is what my login.ini is...

[database]
host = localhost
port = 3306
db = master
user = root
password = ********
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType

This is what my eqemulogin looks like.

Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=peq
DatabaseUserName=root
DatabaseUserPassword=********
OPCodePathAndFileName=login_opcodes.conf

Mind you I am on a routed network, and also I am trying to connect with my other PC. I do however have a separate PC for my server. Does anyone have any other ideas? or need more information.

Thank you
Canehdian
Reply With Quote
  #2  
Old 07-04-2012, 10:36 PM
Jiggawhat
Sarnak
 
Join Date: Sep 2002
Location: Niagara Falls, Ont, Canada
Posts: 45
Default

My World.exe also says 0: sleeping.

Canehdian
Reply With Quote
  #3  
Old 07-04-2012, 11:10 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Code:
<address>eqemulator.net</address>
This should be your external IP address. You can find it by going to http://www.whatismyip.com/

You may still have issue connecting from inside your own network, but as it is right now it'll never work for anyone.
Reply With Quote
  #4  
Old 07-05-2012, 05:25 PM
Jiggawhat
Sarnak
 
Join Date: Sep 2002
Location: Niagara Falls, Ont, Canada
Posts: 45
Default

Well I did that now im getting a massive negative in the server status like -400000000 or something along those lines.

Also my tblloginserveraccounts looks like this.


DROP TABLE IF EXISTS tblLoginServerAccounts;
CREATE TABLE IF NOT EXISTS tblLoginServerAccounts (
LoginServerID integer unsigned NOT NULL auto_increment,
AccountName varchar(30) NOT NULL,
AccountPassword varchar(50) NOT NULL,
AccountCreateDate timestamp default CURRENT_TIMESTAMP NOT NULL,
AccountEmail varchar(100) NOT NULL,
LastLoginDate datetime NOT NULL,
LastIPAddress varchar(15) NOT NULL,
PRIMARY KEY (LoginServerID, AccountName)
) ENGINE=InnoDB;
insert into tblLoginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) values('ourbitch', sha('********'), 'admin@somewhere.com', now(), '127.0.0.1');

im not sure if I did something wrong here.
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 06:08 AM.


 

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