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 03-10-2015, 09:22 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default Error 1017 for external

I know that this is a problem that is commonly dealt with and that port forwarding and firewalls are usually the cause, but I have forwarded every port and added every exception that I can think of, and a friend of mine that is helping me test still cannot connect. I, of course, have no issues since it is localhost. Would anyone care to look passed the redundancies of this post and give me a hand? =P

I have forwarded and added exceptions for 7000-7100, 9000, 3306, and 7778 still with no luck. I am using Akka's repack with the only change to the eqemu_config being the short and long names.

The friend that I have testing the connection for me can connect to The Grand Creation, that is why I feel it is something on my end.

UPDATE:: The tester's account has yet to be created in the database at all, so I would assume this means it is a networking issue with a mismatch and/or closed IP or port. I just can't seem to diagnose it myself.
Reply With Quote
  #2  
Old 03-10-2015, 09:24 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

The server is "B E H O L D" If anyone else would like to test the connection, feel free.
Reply With Quote
  #3  
Old 03-10-2015, 09:34 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

Code:
<loginserver>
	<host>login.eqemulator.net</host>
	<port>5998</port>
	<account></account>
	<password></password>
</loginserver>
Could the port here be incorrect, as I was forwarding "5999" and not "5998"?

As I said before, I have no changed anything in the .xml other than the names.
Reply With Quote
  #4  
Old 03-10-2015, 10:00 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

You can always post your config file (with login info redacted.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 03-10-2015 at 10:05 PM.. Reason: Disregard original statement...
Reply With Quote
  #5  
Old 03-10-2015, 10:03 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

Im sorry, what??
Reply With Quote
  #6  
Old 03-10-2015, 10:10 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

Code:
<?xml version="1.0">
<server>
<world>
<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>behold</shortname>
<longname>B E H O L D</longname>

<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>do.not.edit</address> -->
<!-- <localaddress>do.not.edit</localaddress> -->

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

<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<!-- <tcp ip="127.0.0.1" port="9000" telnet="disable"/> -->
<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>somelongrandomstring12345asdfffff</key>

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

<!-- Chatserver (channels) information. DO NOT EDIT -->
<chatserver>
	<!-- <host>192.168.1.x</host> -->
	<!-- <port>7778</port> -->
	<host></host>
	<port>7500</port>
</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
	<!-- <host>192.168.1.x</host> -->
	<!-- <port>7778</port> -->
	<host></host>
	<port>7500</port>
</mailserver>

<zones>
<!-- The defaultstatus is what status the new toons will have on your server -->
<defaultstatus>0</defaultstatus>

<!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW-->
<!-- <ports low="7000" high="7100"/> -->
<ports low="7000" high="7400"/>
</zones>

<!-- Set username to root and password is your MySQL password and db to peq -->
<database>
	<!-- <host>127.0.0.1</host> -->
	<!-- <port>3306</port> -->
	<!-- <username>root</username> -->
	<!-- <password>xxxxx</password> -->
	<!-- <db>peq</db> -->
   <host>127.0.0.1</host>
   <port>3306</port>
   <username>*****</username>
   <password>*****</password>
   <db>peq</db>
</database>

<qsdatabase>
	<!-- <host>127.0.0.1</host> -->
	<!-- <port>3306</port> -->
	<!-- <username>root</username> -->
	<!-- <password>xxxxx</password> -->
	<!-- <db>peq</db> -->
   <host>127.0.0.1</host>
   <port>3306</port>
   <username>*****</username>
   <password>*****</password>
   <db>peq</db>
</qsdatabase>

<!-- Launcher Configuration DO NOT EDIT-->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
<!-- <timers restart="200" reterminate="200" initial="200" interval="200"/> -->
</launcher>

<!-- File locations. DO NOT EDIT -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. DO NOT EDIT -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
Reply With Quote
  #7  
Old 03-10-2015, 10:32 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I can't remember my public server login info atm, or I would test it here.

Maybe someone else will post their login attempt success
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #8  
Old 03-10-2015, 10:38 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

I take it that my config looks fine to you?
Reply With Quote
  #9  
Old 03-10-2015, 11:01 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Yes, Akkadius's repack is usually pretty straight-forward.

I'm willing to point the issue at your friend's config/connection..but, I'd like to hear from others first. (He may have something running that is locking a
needed port or his ISP may be blocking udp packets in a certain range.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #10  
Old 03-10-2015, 11:02 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

Wouldn't it be odd for that to happen when he can connect to other servers?
Reply With Quote
  #11  
Old 03-10-2015, 11:07 PM
Tanyard
Fire Beetle
 
Join Date: Aug 2006
Posts: 22
Default

Solved. Thank you.
Reply With Quote
  #12  
Old 03-11-2015, 08:19 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Sorry about that..I did miss that fact in the first post.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #13  
Old 08-16-2015, 02:34 PM
scythemyster2
Fire Beetle
 
Join Date: Jan 2008
Posts: 1
Default

How did you solve this Tanyard?
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 07:23 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3