View Single Post
  #2  
Old 04-23-2004, 04:50 PM
keyman
Fire Beetle
 
Join Date: Apr 2004
Posts: 21
Default

ok...

Quote:

start zone.exe . ExternalIPAddress 7995 InternalIPAddress
start zone.exe . ExternalIPAddress 7996 InternalIPAddress
start zone.exe . ExternalIPAddress 7997 InternalIPAddress
start zone.exe . ExternalIPAddress 7998 InternalIPAddress
start zone.exe . ExternalIPAddress 7999 InternalIPAddress
see where it says "ExternalIPAddress" and "InternalIPAddress" ?

you have to make those your addresses. Go to a find my IP site
and find your internet IP. your INTERNAL ip will be 192.168.???.???
(mine turned out to be 192.168.1.101). Enter these numbers on each line. Here is the correct format:

start zone.exe . 69.93.112.202 7995 192.168.1.101
start zone.exe . 69.93.112.202 7996 192.168.1.101
start zone.exe . 69.93.112.202 7997 192.168.1.101
start zone.exe . 69.93.112.202 7998 192.168.1.101
start zone.exe . 69.93.112.202 7999 192.168.1.101


if the 192 addresses dont work, try 127.0.0.1
that is he localhost IP and it should work too. Example:

start zone.exe . 69.93.112.202 7995 127.0.0.1
start zone.exe . 69.93.112.202 7996 127.0.0.1
start zone.exe . 69.93.112.202 7997 127.0.0.1
start zone.exe . 69.93.112.202 7998 127.0.0.1
start zone.exe . 69.93.112.202 7999 127.0.0.1

hope this helps.

Keyman
Reply With Quote