[squid-users] my squid box isn't forwarding packets.

From: Mike Lee <mike.lee@dont-contact.us>
Date: Fri, 9 Nov 2001 09:10:16 -0800

Hi,

I'm hoping someone in this list will bail me out of this problem i'm having.

installed squid-2.4-stable with ./configure --enable-icmp
compiled fine.

What i want to accomplish is, "http accelerator mode".

For a test, i sent a icmp packets to the accelerated host, and my squid box
receives the icmp but never forwards them to the destination host.

here is my conf file.

squid.conf ---
http_port 80

pinger_program /usr/local/squid/libexec/squid/
minimum_direct_hops 4

cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
cache_store_log /usr/local/squid/logs/store.log
debug_options ALL,1
cache_effective_user squid
cache_effective_group squid

httpd_accel_host 63.124.184.222
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_single_host on
httpd_accel_with_proxy off
httpd_accel_uses_host_header off

acl CONNECT method CONNECT
acl acceleratedHost dst 63.124.184.222/255.255.255.255
acl acceleratedPort port 80
acl all src 0.0.0.0
http_access allow acceleratedHost acceleratedPort
http_access allow CONNECT
http_access allow all
never_direct allow CONNECT

TIA,

Mike
Received on Fri Nov 09 2001 - 10:10:24 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:04:00 MST