Sinu  Joseph

Sinu Joseph

  • NA
  • 136
  • 65.6k

Redirecting everything entering on browser to proxyserver

Dec 11 2014 11:38 PM

i am a beginner please help me get rid from this situation

we have n servers like server1,server2,server3.... and i have created 3 proxy servers like proxy1.local,proxy2.local,proxy3.local and also created wpad.dat file which contains :

   function FindProxyForURL(url, host) {
    if (dnsDomainIs(host,"server1")){
    return "PROXY proxy1.local:8080";
    }
    return "DIRECT"; }

if we type 'server1' on chrome on client machine it will redirect to proxyserver1 it was configured on chrome , client machine doesn't have internet but server1 have internet

i just want to access the internet for client system ,only through server1. whatever they search on chrome