Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - whilcor

Pages: [1]
1
Other modules / Zentyal 5.0.10 + wpad
« on: November 09, 2017, 09:31:35 pm »
Good afternoon, I am totally new in this world of zentyal and wpad ... at present I want to make such configuration .. I have the version of zentyal 5.0.10.

I have a question about where to lodge or create the file wpad.dat on the server so that from the client I am downloaded .. I have seen several configurations of the file, I would like to know what depends and which one is correct.

The location where you create the file on the server is / var / www / and when ready
it just shows me html and wpad.dat (file that creates) with the following parameters:

function FindProxyForURL (url, host)
{
if (isPlainHostName (host))
  return "DIRECT";
else
  return "Proxy 192.168.100.1:3128";
}

when I try to test from a client host by placing the address 192.168.100.1/wpad.dat to download the file it does nothing.

if someone can help me ..
Regards!

2
Spanish / Zentyal 5.0.10 + wpad
« on: November 06, 2017, 06:40:05 pm »
Buenas tardes, Soy totalmente nuevo en este mundo de zentyal y wpad... en la actualidad quiero realizar dicha configuración.. tengo la version de zentyal 5.0.10.

tengo un duda sobre donde alojar o crear el archivo wpad.dat en el servidor para que desde el cliente se me descargue.. he visto varias configuraciones del archivo, quisiera saber de que depende y cual es la correcta.

La ubicacion donde cree el archivo en el servidor es  /var/www/ y cuando listo
solo me muestra html y wpad.dat (arhivo que cree) con los siguientes parametros:

function FindProxyForURL (url,host)
{
if(isPlainHostName(host))
 return "DIRECT";
else
 return "Proxy 192.168.100.1:3128";
}

cuando intento hacer la prueba desde un host cliente colocando la direccion 192.168.100.1/wpad.dat para descargar el archivo no hace nada.

si alguien me puede ayudar..
Saludos!

Pages: [1]