Proxy, Tunneling & Proxy Within Proxy

Proxy, Tunneling & Proxy Within Proxy

Secure Home | Search | About
 Networking Firewalls    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Proxy, Tunneling & Proxy Within Proxy Elliot 12-02-2004
Posted by Elliot on December 2, 2004, 11:23 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Hello:

Our organization recently made it necessary for web browsers to use a
proxy to access the web. The .pac file reads as such:

function FindProxyForURL(url, host)
{
var proxyOn = "PROXY 10.2.2.254:8080";
var proxyOff = "DIRECT";

if(isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
{
if(isInNet(host, "10.0.0.0", "255.0.0.0"))
return proxyOff;
else
return proxyOn;
}
else
return proxyOff;
}

So with the .pac file, the browser has Internet access. Other programs
do not function, and I'm looking for a software recommendation to port
all programs that seek web service to pass through the proxy.

I am also looking for a way, if possible, to proxy within a proxy.
Meaning that while it is necessary for web browsers to use this .pac
file to access the Internet, that another proxy can be set to be able
to access Internet sites through an external server. Any ideas?

Thanks.


Similar ThreadsPosted
!!! NEW PREMIUM PROXY | FREE HIGH ANONYMOUS PROXY !!! December 5, 2007, 10:08 am
!!! NEW PREMIUM PROXY | FREE HIGH ANONYMOUS PROXY !!! December 5, 2007, 10:11 am
Facebook Proxy Web Site - A Myspace Proxy July 18, 2008, 11:33 am
How can I be going through a proxy, when the proxy is disabled? February 27, 2005, 8:20 pm
Proxy February 12, 2005, 11:25 pm
Proxy ID and RFC March 23, 2006, 3:55 pm
New Proxy August 23, 2007, 12:05 pm
new proxy October 3, 2007, 2:41 am
New web proxy November 12, 2007, 7:45 am
help with proxy please December 22, 2007, 12:43 pm

The site map in XML format XML site map

Contact Us | Privacy Policy