Answer the question
In order to leave comments, you need to log in
How to configure WPAD DNS entry in Windows Server in case of multiple AD sites?
Good afternoon.
Available:
if (isInNet(myIpAddress(), "192.168.0.0", "255.255.255.0"))
return "PROXY proxy-f.example.com:3128";
if (isInNet(myIpAddress(), "192.168.1.0", "255.255.255.0"))
return "PROXY proxy-b.example.com:3128";
if (isInNet(myIpAddress(), "192.168.2.0", "255.255.255.0"))
return "PROXY proxy-a.example.com:3128";
Answer the question
In order to leave comments, you need to log in
Read about netmask ordering technology, for example here .
This is an advanced version of round robin that checks if the list of addresses contains an entry from the client's network.
There is an alternative. Configure proxies through group policies. They are easily attached to the site. There is of course a nuance. You configure in fact a proxy in IE. Not all programs take their settings from it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question