View Single Post
  #4  
Old 01-25-2002, 08:06 PM
Kensupen
Fire Beetle
 
Join Date: Jan 2002
Posts: 1
Default

To set up to connect to the EQEMU login server so other people on the net can login to your server:

Edit boot5zones.bat and change the IP addresses to your EXTERNAL IP address assigned to you from your ISP
Also edit the loginserver.ini and add your external IP to the WORLDSERVER line

Replace nnn.nnn.nnn.nnn with your EXTERNAL IP address

@echo off
start zone . nnn.nnn.nnn.nnn 9001 nnn.nnn.nnn.nnn
start zone . nnn.nnn.nnn.nnn 9002 nnn.nnn.nnn.nnn
start zone . nnn.nnn.nnn.nnn 9003 nnn.nnn.nnn.nnn
start zone . nnn.nnn.nnn.nnn 9004 nnn.nnn.nnn.nnn
start zone . nnn.nnn.nnn.nnn 9005 nnn.nnn.nnn.nnn
exit
cls

[LoginServer]
loginserver=eqlogin.gotfrags.com
worldname=[Your server name]
locked=false
worldaddress=nnn.nnn.nnn.nnn
account=
password=

After that is done, go to the "Port Forwarding" section of your router/firewall configuration.
Set ports 9000 to 9005 to the INTERNAL IP address of the computer running the WORLD and ZONE servers

Just change the IP addresses in both the above files to the INTERNAL IP address of the computer running the servers to have just your LAN be able to join the game.
Reply With Quote