View Single Post
  #7  
Old 02-07-2009, 05:01 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Derision, do those ports have to be those exact numbers? Or can they be in a range that is already pointing to the eqemu server?

Here's mine, for instance - and I am getting the same results as Irreverent:

Code:
.
.
.
		<address>my.dyndns.url</address>
		<localaddress>192.168.1.32</localaddress>
.
.
.
	<!-- Chatserver (channels) information.  Defaults shown -->
	<chatserver>
		<host>my.dyndns.url</host>
		<port>7099</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>192.168.1.32</host>
		<port>7100</port>
	</mailserver>
	<zones>
		<defaultstatus>0</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7090"/>
	</zones>
So my zones will only use 7000 - 7090, the chat server will use 7099 and the mail server will use 7100 - and on the router, 7000 - 7100 are fowarded to 192.168.1.32 (the eqemu server)

Truth is, I got an ancient router and I am out of fwds so I was trying to pile them all up. Maybe this won't work?
Reply With Quote