View Single Post
  #1  
Old 06-07-2010, 07:28 PM
Velkitor
Fire Beetle
 
Join Date: May 2010
Location: California, USA
Posts: 2
Default Dumb question about port forwarding

Hello,
I have been trying to setup a server to play around with. I attempted to set it up with the local Login server, but I could never get past the server list screen. I changed the Login server to the eqemulator.net server. Now when I attempt to log in to the server I just get disconnected. This is most likely due to me not forwarding the appropriate ports.

I have looked around and haven't seen a definitive post or article that tells me what needs to be forwarded to get this done. Any help is apreciated.

eqemu_config.xml
Code:
<?xml version="1.0"?>
<server>
<world>
	<shortname>Byokii</shortname>
	<longname>Byokii</longname>


	<!-- address has to be specified for minilogin to work -->
	<!-- <address>127.0.0.1</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>qw3rt6yd2</key>

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

	<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 -->

<database>
	<host>localhost</host>
	<port>33**</port>
	<username>****</username>
	<password>****</password>
	<db>peq</db>
</database>
</server>
Reply With Quote