Yeah the ports you are listening on your PC are in that file. So when you fire up your server it will open those ports on your PC.
Then you open your router ports to point them at your PC's ports
Internet - > Router (Blocked ports) -> Your PC
Port for your Login Server (not needed if you use the one below instead of minilogin)
Quote:
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
|
Ports for your zone servers (always needed)
Quote:
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
|
Ports for your World Server (always needed)
Quote:
<tcp ip="localhost" port="9000" telnet="disable"/>
|
Ports for your World Server Admin Web Page (always needed)
Quote:
<http port="9080" enabled="false" mimefile="mime.types" />
|
So that's how to find the answer to your question bro!
And here is the actual answer:
World: 9000
WorldWeb: 9080
Zones: 7000-7100
LoginServer (in this example): No port needed (using public ones @ eqemulator)
best of luck mate