Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    CONFIGURACION AUTOMATICA DE PROXY NO FUNCIONA PARA PCS CON IP FIJA

    Scheduled Pinned Locked Moved Español
    1 Posts 1 Posters 977 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jasaucan
      last edited by

      Hola a todos!!!
      Tengo un pfsense 2.01 con squid y squidguard, y mi problema es que las computadoras que tienen IP fija, no funciona el que tengan habilitado en el navegador la configuracion automatica de proxy, en cambio las que tienen IP dinamica, si navegan con la configuracion automatica de proxy en su navegador, alguien me podria apoyar, les muestro lo que contienen los archivos wpad.dat , wpad.da y proxy.pac que radican en /usr/local/www

      function FindProxyForURL(url,host) {
      if (host == 'localhost') {
        return "DIRECT";
      }
      if (host == '127.0.0.1') {
        return "DIRECT";
      }
      if (host.indexOf('xx.xxx.xx.') == 0) {
        return "DIRECT";
      }
      return "PROXY xx.xxx.xx.xxx:3128";
      }

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.