question: subnets in no_proxy directives

We're running a CERN httpd 3.0 caching/proxy server behind a firewall.
We want all requests for outside to be forwarded to a gateway machine
and all requests for inside to go directly.  The problem is that
"inside" can't be defined by any domain names (like *.aero.org).  The
only way to differenciate between inside and outside is by subnet.
So, we'd like to do something like this in the no_proxy statement:

	HTTP_Proxy              http://firewall.aero.org:80/
	FTP_Proxy               http://firewall.aero.org:80/
	Gopher_Proxy            http://firewall.aero.org:80/
	WAIS_Proxy              http://firewall.aero.org:80/
	No_Proxy 		130.221.1.*,130.221.3.*,130.221.10.*

but I can't see any way to do that.  Is there a way?

--Cheryl Bien
  The Aerospace Corporation
  bien@aero.org

Received on Friday, 7 July 1995 01:13:13 UTC