hi to all
well i m littel bit new to squid, i got some problem after intallling
and configuring squid which are
1. when i run squid as tranparent proxy i got folling errors
a.parseHttpRequest: NAT lookup failed: ioctl(SIOCGNATL)
b. clientReadRequest: FD 638 Invalid Request
c. WARNING! Your cache is running out of filedescriptors
clientSendMoreData: Deferring http://64.4.13.172/gateway/ga
my configuration for transparent proxy is
solaris 7
squid 2.4 stable5
ipfilter ip_fil3.4.14-sol7-64.pkg
squid.conf
===========
http_port 8080
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
ipnat.conf
===========
> rdr hme0 a.b.c.e/0 port 80 -> a.b.c.f port 80 tcp
> rdr hme0 a.b.c.d/0 port 80 -> a.b.c.f port 80 tcp
> rdr hme0 0.0.0.0/0 port 80 -> a.b.c.f port 8080 tcp
ipf.conf
========
pass all in
pass all out
router
======
access-list 104 deny tcp host a.b.c.f any eq www
access-list 104 permit tcp a.b.c.0 0.0.0.255 any eq www
access-list 104 permit tcp a.b.c.e 0.0.0.255 any eq www
!
route-map trans-proxy1 permit 10
match ip address 104
set ip next-hop a.b.c.f
!
Then put the policy on the interface:
interface FastEthernet0/0
description NOC-BORDER GATEWAY INDONESIA-US
ip address a.b.c.g 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
ip policy route-map trans-proxy1
2. when i run squid with wccp the router send the packets but squid
didnt fullfills the packets request
my configuration for squid with wwcp is following
squid.conf
===========
http_port 8080
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
wccp_router "router_ip"
wccp_outgoing_address "squid_server_ip"
wccp_version 3
i got 2600 series router and ios is 12(5)T
so can any body tell what i m missing or is there any patch or package
i have to install for wccp
i will be very thank full to u if u help
Regards
Farrukh Mahmood
Received on Thu Aug 22 2002 - 10:50:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:48 MST