View Single Post
  #16  
Old 01-16-2015, 06:12 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by trevius View Post
Also, you increased your zone count in your launcher table and forwarded the ports in your router, but did you also increase your port range in your server config file to match?
To add to that, once you ensure the following:

Code:
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
Port range allows for enough ports are open to match the number of zones being used (or planned to be used), I personally wouldn't forward any more ports than necessary. You stated you had set ports 7000-8000 in your port forwarding.. that's excessive, unless of course you plan to have 1000 zones open.

Reduce the security risk, 100 ports (i.e. open zones & instanced zones) should very likely be plenty. (7000-7099 for example)
Reply With Quote