[squid-users] Squid as HTTP Compressor

2011-04-10 Thread Lazuardi Nasution
Hi, Is it possible to use Squid 3.x as HTTP compressor like following configuration? HTTP Server -(LAN)- Reverse Squid -(WAN)- Forward Squid -(LAN)- Client If possible, please give me some clue of configuration of both Squids. Best regards,

[squid-users] Route large traffic through different gateway

2011-04-10 Thread Supratik Goswami
Hello, I am using squid-3.1.11-1.el5 in a production server which acts as a gateway of our network. Every system is connected to the internet through the Squid proxy server. In my Squid configuration I am using reply_body_max_size 15 MB officelan to restrict download of large files. I am also

Re: [squid-users] Route large traffic through different gateway

2011-04-10 Thread Amos Jeffries
On Sun, 10 Apr 2011 21:04:59 +0530, Supratik Goswami wrote: Hello, I am using squid-3.1.11-1.el5 in a production server which acts as a gateway of our network. Every system is connected to the internet through the Squid proxy server. In my Squid configuration I am using reply_body_max_size

Re: [squid-users] Squid as HTTP Compressor

2011-04-10 Thread Amos Jeffries
On Sun, 10 Apr 2011 22:14:36 +0700, Lazuardi Nasution wrote: Hi, Is it possible to use Squid 3.x as HTTP compressor like following configuration? HTTP Server -(LAN)- Reverse Squid -(WAN)- Forward Squid -(LAN)- Client If possible, please give me some clue of configuration of both Squids.

[squid-users] Re: /dev/pf permission for squid 3.2.0.6 on openbsd 4.8

2011-04-10 Thread Indunil Jayasooriya
Hi reyk, many thanks for the reply. - revert /dev/pf to the old 0600 permissions reverted. Now it is set to default. pls see below. # ls -al /dev/pf crw--- 1 root wheel 73, 0 Apr 1 19:30 /dev/pf - recompile squid _without_ --enable-pf-transparent (disable it) recompiled

Re: [squid-users] Route large traffic through different gateway

2011-04-10 Thread Supratik Goswami
@Amos I understand the policy routing and also checked with tcp_outgoing_address, but I am not able to figure out how can I use acl to filter the large traffic and use it with the tcp_outgoing_address. Currently with reply_body_max_size 15 MB officelan I am able to discard large downloads, but

[squid-users] Re: /dev/pf permission for squid 3.2.0.6 on openbsd 4.8

2011-04-10 Thread Indunil Jayasooriya
updated. Pls see below. pass in log on $int_if proto tcp from $lan_net to any port 80 \    divert-to 127.0.0.1 port 3129 but, still now luck. any comments ? squid developer in squid mailing list said the below, Aha! so PF provides getsockname() now. That means it will require the

Re: [squid-users] Re: /dev/pf permission for squid 3.2.0.6 on openbsd 4.8

2011-04-10 Thread Amos Jeffries
On 11/04/11 16:31, Indunil Jayasooriya wrote: Hi reyk, many thanks for the reply. - revert /dev/pf to the old 0600 permissions reverted. Now it is set to default. pls see below. # ls -al /dev/pf crw--- 1 root wheel 73, 0 Apr 1 19:30 /dev/pf - recompile squid _without_

Re: [squid-users] Route large traffic through different gateway

2011-04-10 Thread Amos Jeffries
On 11/04/11 16:52, Supratik Goswami wrote: @Amos I understand the policy routing and also checked with tcp_outgoing_address, but I am not able to figure out how can I use acl to filter the large traffic and use it with the tcp_outgoing_address. Currently with reply_body_max_size 15 MB

Re: [squid-users] Re: /dev/pf permission for squid 3.2.0.6 on openbsd 4.8

2011-04-10 Thread Amos Jeffries
On 11/04/11 17:11, Amos Jeffries wrote: On 11/04/11 16:31, Indunil Jayasooriya wrote: Hi reyk, many thanks for the reply. - revert /dev/pf to the old 0600 permissions reverted. Now it is set to default. pls see below. # ls -al /dev/pf crw--- 1 root wheel 73, 0 Apr 1 19:30 /dev/pf