Nope. My Boot5zones bat has a different port for each instance listed. It looks like this
[Begin Boot5zones.bat snippet]
if NOT exist spells_us.txt goto NOSPELL
start zone . ***.***.***.*** 7995 ***.***.***.***
start zone . ***.***.***.*** 7996 ***.***.***.***
start zone . ***.***.***.*** 7997 ***.***.***.***
start zone . ***.***.***.*** 7998 ***.***.***.***
start zone . ***.***.***.*** 7999 l***.***.***.***
exit
cls
[End Boot5zones.bat snippet]
I originally thought that might be the issue but my setup looks right. I even changed my ip's in this file to Localhost since everything is running on the same box. But no dice.
**SO
|