View Single Post
  #19  
Old 03-10-2004, 02:52 PM
Jezebell
Discordant
 
Join Date: Feb 2004
Location: Florida
Posts: 441
Default

You don't need to do that, localhost and 127.0.0.1 are basically the same thing.


I don't think you understand what I am saying.

Inside your boot5zones.bat it should look like this

Code:
start zone . 127.0.0.1 7995 127.0.0.1
not like this:

Code:
start zone . 127.0.0.1 7995 YourIP
Reply With Quote