View Single Post
  #7  
Old 12-06-2003, 05:58 PM
MrDoh
Fire Beetle
 
Join Date: Dec 2003
Posts: 6
Default

All the worlds cannot be on the same port like that...

Code:
start zone . 192.168.1.133 7995 192.168.1.133 
start zone . 192.168.1.133 7995 192.168.1.133 
start zone . 192.168.1.133 7995 192.168.1.133 
start zone . 192.168.1.133 7995 192.168.1.133 
start zone . 192.168.1.133 7995 192.168.1.133
try something like:
Code:
start zone . 192.168.1.133 7995 192.168.1.133 
start zone . 192.168.1.133 7996 192.168.1.133 
start zone . 192.168.1.133 7997 192.168.1.133 
start zone . 192.168.1.133 7998 192.168.1.133 
start zone . 192.168.1.133 7999 192.168.1.133
Also, if you are using the public login server, one of those ip address in the zone command HAS to be your outside address...

Mr Doh
Reply With Quote