View Single Post
  #4  
Old 07-20-2015, 09:27 AM
Davood
Discordant
 
Join Date: Jan 2005
Posts: 488
Default

Quote:
Originally Posted by N0ctrnl View Post
Are your zones still using the same ports in the database? Sounds like a port forwarding issue on your router.
yes nothing in the DB for launcher_zones has changed.

the config xml file has the same ports as before and router is setup the same as before

here are my configs

windows 7x64 is server os, firewall is disabled.
server is ip address 192.168.1.107 internally and
99.248.99.238 externally

router


xml
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>MDB</shortname>
<!--		<longname>[FV]Alakamin-UBERCRAWL-150Races/BOTS/L100/50Tier</longname> !-->
		    <longname>[FV]Alakamin-UBERCRAWL-50tier-572Zones-150Races</longname>
   <!-- <longname>[FV] Alakamin-Progression-50+ Custom Races- NO DL<--- max length -->
		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<address>99.248.99.238</address>
		<localaddress>192.168.1.107</localaddress>

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account>NOT THE REAL INFO</account>
			<password>NOT THE REAL INFO</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="127.0.0.1" port="9000" telnet="enabled"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>NOT THE REAL INFO</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>99.248.99.238</host>
		<port>7778</port>
	</chatserver>

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

	<zones>
		<defaultstatus>0</defaultstatus>

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

	<!-- Database configuration, replaces db.ini.  Defaults shown -->
	<database>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>NOT THE REAL INFO</username>
		<password>NOT THE REAL INFO</password>
		<db>NOT THE REAL INFO</db>
	</database>
	
	<qsdatabase>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>NOT THE REAL INFO</username>
		<password>NOT THE REAL INFO</password>
		<db>NOT THE REAL INFO</db>
	</qsdatabase>
	
	<!-- 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>
__________________
----------
Demon Overlord of Alakamin
skype @ davoodinator
Reply With Quote