[UniMacTech] Proxies and Macs

Lindsay Robertson lindsay at psy.otago.ac.nz
Wed Aug 13 08:34:21 EST 2008


Hi, We've had problems too.

We use squid on a linux box, and i've found that all mac traffic is  
being bounced off the proxy for everything. We've altered our pac file


// vim: syntax=javascript

function FindProxyForURL(url, host)
{
    if (shExpMatch( host, "172.20.*.*" )
    ||  shExpMatch( host, "127.*" )
    ||  shExpMatch( host, "localhost" )
    ||  shExpMatch( host, "*.your.domain.com" )
    ||  isPlainHostName( host )
    ||  dnsDomainIs( host, ".your.domain.com" )) {
        return "DIRECT";
    }

// You shouldn't need this, but in some cases it might be handy:
    if (isInNet(host, "172.20.0.0", "255.255.0.0")) {
        return "DIRECT";
    }
   return "PROXY yourproxy.goes.here:port; DIRECT";
}

going mucho bettero now.

On 12/08/2008, at 5:38 PM, john dixon wrote:

>
> Hi Everyone,
>
> Just wondering what proxy solutions you are using at your  
> institutes.  We have always had some problems with Macs and Proxies  
> here, thought I might ask how the other half does it.
>
> John
>
> John Dixon
> CSO Mac
> IT Client Service Strathfield campus
> ACU National
> 25a Barker Rd,
> Strathfield NSW 2135
> ABN 15 050 192 660
> Ph: 02 9701 4234
> Fax: 02 9701 4020
> Email: john.dixon at acu.edu.au
> CRICOS Registration 00004G, 00112C, 00873F,  
> 00885B_______________________________________________
> unimactech mailing list
> unimactech at auc.edu.au
> http://www.auc.edu.au/mailman/listinfo/unimactech

~~~~~~~~~~~~~~~~~~~~~~

Lindsay Robertson

Senior Technician
Dept. Health & Safety Officer
Psychology Department
University of Otago
Dunedin 9016
New Zealand

Ph (03) 479 7668
Fax (03) 479 8335









More information about the unimactech mailing list