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 02-16-2011, 10:45 PM
Xakkis
Fire Beetle
 
Join Date: May 2010
Posts: 14
Default

Well, the only issue I'm having now is that it can't connect to the login server. The address I access my router through is 192.168.2.1. It is also the IP that shows up as "Default Gateway" under ipconfig (perhaps obvious).

I have my router forwarding ports 5998, 5999, 9000, 7000-7100, and 10234 for mail/chat. I have to enter a private IP in the same line as the port to forward, and I chose 192.168.2.3.

Here are my various config files:

eqhost.txt
Code:
[LoginServer]
Host=192.168.2.1:5999

eqemu_config.xml
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>falseidols</shortname>
		<longname>Age of the False Idols</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<address>192.168.2.1</address>
		<!-- <localaddress>192.168.2.1</localaddress> -->

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>192.168.2.1</host>
			<port>5999</port>
			<account></account>
			<password></password>
		</loginserver>

		<!-- Server status.  Default is unlocked -->
		<!--<locked/>-->
		<!-- <unlocked/> -->

		<!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
		<tcp ip="localhost" port="9000" telnet="disable"/>

		<!-- 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.  Defaults are shown -->
		<http port="9080" enabled="false" mimefile="mime.types" />
	</world>

	<!-- Chatserver (channels) information.  Defaults shown -->
	<chatserver>
		<host>192.168.2.1</host>
		<port>10234</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>192.168.2.1</host>
		<port>10234</port>
	</mailserver>

	<zones>
		<defaultstatus>20</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7100"/>
	</zones>

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

	<!-- Launcher Configuration -->
	<launcher>
		<!-- <logprefix>logs/zone-</logprefix> -->
		<!-- <logsuffix>.log</logsuffix> -->
		<!-- <exe>zone.exe or ./zone</exe> -->
		<!-- <timers restart="10000" reterminate="10000"> -->
	</launcher>

	<!-- File locations.  Defaults shown -->
	<files>
		<!-- <spells>spells_us.txt</spells> -->
		<!-- <opcodes>opcodes.conf</opcodes> -->
		<!-- <logsettings>log.ini</logsettings> -->
		<!-- <eqtime>eqtime.cfg</eqtime> -->
	</files>
	<!-- Directory locations.  Defaults shown -->
	<directories>
		<!-- <maps>Maps</maps> -->
		<!-- <quests>quests</quests> -->
		<!-- <plugins>plugins</plugins> -->
	</directories>
</server>

eqemulogin.ini
Code:
[LoginServer]
loginserver=192.168.2.1
loginport=5999
DumpPacketsIn=false
DumpPacketsOut=false
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=peqlogin
DatabaseUserName=root
DatabaseUserPassword=****
OPCodePathAndFileName=login_opcodes_sod.conf


login.ini
Code:
[database]
host = localhost
port = 3306
db = peqlogin
user = root
password = ****
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = TRUE
trace = FALSE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5999
local_network = 192.168.2.

[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
I feel like I am probably using the wrong IP, but am unsure. Again, my aim is to create a LAN or private server for me to play with on my own. I already ran the sql queries to generate myself an account in the loginserver DB (obviously my loginserver DB is called peqlogin) and to register my server on the list.

Basically, it tries to connect to one of the several IPs I've tried to enter for the login server (localhost, 192.168.2.1, 192.168.2.3 tried all three) and gives me a 10061 error. Meanwhile all the zones load up and are fine. This seems to be my last barrier.

I've tried looking around at Huppy's guide and others, but feel like I am missing something.

Thank you.
__________________
Reply With Quote
  #2  
Old 02-16-2011, 11:08 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Xakkis View Post
Well, the only issue I'm having now is that it can't connect to the login server. The address I access my router through is 192.168.2.1. It is also the IP that shows up as "Default Gateway" under ipconfig (perhaps obvious).

I have my router forwarding ports 5998, 5999, 9000, 7000-7100, and 10234 for mail/chat. I have to enter a private IP in the same line as the port to forward, and I chose 192.168.2.3.
This is an example of what I get when I type ipconfig (in windows):
(I have indicated the internal IP result that has to be used with my server.)

Code:
C:\>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : my.cableisp.net
   Link-local IPv6 Address . . . . . : fe80::2907:65d4:cd3a:c043%10
   IPv4 Address. . . . . . . . . . . : 192.168.1.101 <<<<<--------my server IP
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1

Tunnel adapter Local Area Connection* 6:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter Local Area Connection* 7:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

C:\>
Reply With Quote
Reply

Thread Tools
Display Modes

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 04:18 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