I can't figure out how to configure a system network proxy in Mint 11 LXDE. I see Network Connections under Preferences, but I can't find anything about a proxy.
Thanks for the help!




export http_proxy=http://myname:MyPassword@192.168.162.156:8080
export https_proxy=https://myname:MyPassword@192.168.162.156:8080
export ftp_proxy=ftp://myname:MyPassword@192.168.162.156:8080
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$https_proxy
export FTP_PROXY=$ftp_proxy



function FindProxyForURL(url,host)
{
return "PROXY 192.168.178.101:8080; DIRECT";
}

Users browsing this forum: No registered users and 6 guests