Hey guys, I've built a new TMG array as we are migrating away from 2 independent ISA servers.
Currently the WPAD.DAT file resides on the ISA servers. I have copied it and placed it on the new TMG array. The WPAD file is quite large with many entries. The only part of the file I changed is the below:
From
this[0]=new Node("ISAPROX",2843172549,1.000000);
to
this[0]=new Node("TMGPROXNLB",2843172549,1.000000);
I point my workstation to http:\\TMGPROXNLB\wpad.dat and pull the file down. However, when I read the file it has changed substantially. Many of the exceptions are now gone and even the above line I changed is altered. That line now reads:
this[0]=new Node("10.16.16.29",2212218303,1.000000);
this[1]=new Node("10.16.16.28",4161934344,1.000000);
The IPs are the addresses of each TMG node, but how and why are these entries changing? Also, why is the file changing so significantly? The original document has 8 exceptions, however the downloaded file has 4.
Am I not able to copy the WPAD.DAT file??
Appreciate any help/guidance.