Re: [squid-users] Forcing a local subnet to go direct?

2009-07-21 Thread Amos Jeffries
On Tue, 21 Jul 2009 21:34:57 -0700 (PDT), JOREar wrote: > Amos Jeffries-2 wrote: >> >> On Tue, 21 Jul 2009 06:26:04 -0700 (PDT), JOREar wrote: >>> I was actually able to accomplish this much easier than I thought. I was >>> just >>> not getting the syntax correct. >>> >>> acl local-network dst

Re: [squid-users] Forcing a local subnet to go direct?

2009-07-21 Thread JOREar
Amos Jeffries-2 wrote: > > On Tue, 21 Jul 2009 06:26:04 -0700 (PDT), JOREar wrote: >> I was actually able to accomplish this much easier than I thought. I was >> just >> not getting the syntax correct. >> >> acl local-network dst 10.50.0.0/16, 10.45.0.0/16 > > NP: no comma in the squid.conf

Re: [squid-users] Forcing a local subnet to go direct?

2009-07-21 Thread Amos Jeffries
On Tue, 21 Jul 2009 06:26:04 -0700 (PDT), JOREar wrote: > I was actually able to accomplish this much easier than I thought. I was > just > not getting the syntax correct. > > acl local-network dst 10.50.0.0/16, 10.45.0.0/16 NP: no comma in the squid.conf syntax for dst. > always_direct allow l

Re: [squid-users] Forcing a local subnet to go direct?

2009-07-21 Thread JOREar
I was actually able to accomplish this much easier than I thought. I was just not getting the syntax correct. acl local-network dst 10.50.0.0/16, 10.45.0.0/16 always_direct allow local-network Thanks all for your help. -- View this message in context: http://www.nabble.com/Forcing-a-local-sub

Re: [squid-users] Forcing a local subnet to go direct?

2009-07-20 Thread Amos Jeffries
JOREar wrote: I'm rather new to Squid and have a configuration issue to force all requests to local subnets to go direct instead of redirecting through to a corporate proxy. Is it something that can be easily accomplished? Turn off whatever mechanism the local nets currently have that forces t

[squid-users] Forcing a local subnet to go direct?

2009-07-20 Thread JOREar
I'm rather new to Squid and have a configuration issue to force all requests to local subnets to go direct instead of redirecting through to a corporate proxy. Is it something that can be easily accomplished? -- View this message in context: http://www.nabble.com/Forcing-a-local-subnet-to-go-dir