View Single Post
  #4  
Old 04-16-2009, 05:29 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

This is my config

Code:
<?xml version="1.0"?>
 <server>
   <world>
	 <shortname>Pelican</shortname>
	 <longname>Pelican's Solo Server (3x exp/AA, Tradeskill merchants)</longname>
 
	 <!-- address has to be specified for minilogin to work -->
	 <address>pelican.no-ip.biz</address>
	 <localaddress>192.168.2.5</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>newserver</db>
   </database>
</server>
Looking at
Code:
<!-- Enable and set the port for the HTTP service -->
	 <http port="9080" enable="true" mimefile="mime.types"/>
   </world>
would that mean I need to open port 9080 as well, even though I never did on Pelican's Paradise?
Reply With Quote