Also..
Quote:
Secondly:
Code:
worldaddress=68.3.182.184
needs to be:
Code:
worldaddress=192.168.1.101
|
This is wrong. Your worldaddress needs to be 68.3.182.184 (your external IP) otherwise people won't be able to connect to your server. 192.168.1.101 is your internal IP (local IP) which other people wont be able to connect to.
So...
under loginserver.ini
Code:
worldaddress=68.3.182.184
and boot5zones.bat
Code:
start zone . 68.3.182.184 7995 192.168.1.101
Just for some info the worldaddress is the World Server that is connecting to the loginservers. The first IP in boot5zones.bat is the IP that tells the zone servers where to connect to the world.exe at. The second IP is the database location (which is 192.168.1.101 for you)