[NRAO]

The Poor Man's VPN

All-in-one version

(Regular [individual slides] version)


Overview




Introduction



Why not just use the VPN?


Set up the Connection



On Linux

( ssh -N -L 8080:proxy.cv.nrao.edu:3128 login.cv.nrao.edu & )

On Windows


Proxy AutoConfigure Script



This is available as:

http://www.nrao.edu/poorvpn.pac
function FindProxyForURL(url, host)
{
if (shExpMatch( host, "*.nrao.edu"))
    return "PROXY localhost:8080";
else     return "DIRECT";
}

Configure your Browser




Conclusions





Pat Murphy