I think I might be able to help you with your outside connection problem, first of all find the IP of the pc you wish to run the server on, should be a 192.168.0.? number, and as Image has said to me do this. you can find the thread here
http://www.eqemulator.net/forums/sho...t=27397&page=2
Quote:
Originally Posted by image
You need to disable DMZ to first stop exposing your computer from the Internet.
Get rid of the filters, and the other world settings up in virtual server.
Then you want to use the Firewall tab with the following:
Source (drop down) WAN (text field is * as well)
Destination (drop down) LAN (text field is your local IP to the server)
Port Range (UDP) 9000 - 9080
That will open your internet ip to forward all ports 9000-9080 to your destination (local ip)
EverQuest protocol is UDP, server is TCP keep your TCP private and local it is just as vulnerable as the EQ protocol.
9000 is the world port, you can use 9001-9080 for zone ports set it in your eqemu_config.xml
|
Then add in your eqemu_config.xml
Quote:
Add:
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="9001" high="9080"/>
</zones>
Before </server> at the end there
|
And it should work.
Good luck