This is a discussion on Re: [squid-users] WCCP issue within the Squid Users forums, part of the Web Server and Related Forums category; Yes, it is. But I found a quite strange condition. The router installer used OSPF for all of our network, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Yes, it is.
But I found a quite strange condition. The router installer used OSPF for all of our network, and I think it is bad. They put a command in the IOS as below: ------------------------------------------------------------ ! interface Loopback0 ip address loop.back.ip.addr 255.255.255.252 ! ------------------------------------------------------------- And the WCCP show command displayed : ************************************************* dpr-gtw-01#sh ip w Global WCCP information: Router information: Router Identifier: loop.back.ip.addr Protocol Version: 1.0 Service Identifier: web-cache Number of Cache Engines: 1 Number of routers: 1 Total Packets Redirected: 0 Redirect access-list: redirect-to-squid Total Packets Denied Redirect: 0 Total Packets Unassigned: 0 Group access-list: squid-cache Total Messages Denied to Group: 0 Total Authentication failures: 0 dpr-gtw-01#sh ip w w d WCCP Cache-Engine information: IP Address: my.squid.box.addr Protocol Version: 0.4 State: Usable Initial Hash Info: 00000000000000000000000000000000 00000000000000000000000000000000 Assigned Hash Info: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Hash Allotment: 256 (100.00%) Packets Redirected: 0 Connect Time: 00:01:37 *********************************************** From the information above, I am sure that my WCCP module is OK. As the router got a correct information of cache engine. I am pretty curios why the WCCP refer to the loopback IP address instead IP of the Ethernet that I state in the squid.conf. Perhaps that is the answer why the HTTP packet was not redirected. Thx & Rgds, Awie ----- Original Message ----- From: "Masood Ahmad Shah" <masood@ipsec.fibre.net.pk> To: "Awie" <awie@eksadata.com>; "Squid-users" <squid-users@squid-cache.org> Sent: Saturday, September 13, 2003 1:29 PM Subject: Re: [squid-users] WCCP issue > Awie, > > Check have you place > ip wccp redirect out > on your router interface.:) > > -- > > Best Regs, > Masood Ahmad Shah > System Administrator > > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ > | * * * * * * * * * * * * * * * * * * * * * * * * > | Fibre Net (Pvt) Ltd. Lahore, Pakistan > | Tel: +92-42-6677024 > | Mobile: +92-300-4277367 > | http://www.fibre.net.pk > | * * * * * * * * * * * * * * * * * * * * * * * * > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ > Unix is very simple, but it takes a genius to understand the simplicity. > (Dennis Ritchie) > > ----- Original Message ----- > From: "Awie" <awie@eksadata.com> > To: "Masood Ahmad Shah" <masood@ipsec.fibre.net.pk>; "Squid-users" > <squid-users@squid-cache.org> > Sent: Friday, September 12, 2003 5:56 PM > Subject: Re: [squid-users] WCCP issue > > > | The situation change so fast as I tried some possibilities. After I change > | the WCCP version in the squid.conf to be 4. The router captured a correct > | things as below: > | > | dpr-gtw-01#sh ip w w d > | WCCP Cache-Engine information: > | IP Address: my.squid.ip.addr > | Protocol Version: 0.4 > | State: Usable > | Initial Hash Info: 00000000000000000000000000000000 > | 00000000000000000000000000000000 > | Assigned Hash Info: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF > | FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF > | Hash Allotment: 256 (100.00%) > | Packets Redirected: 0 > | Connect Time: 00:01:37 > | > | It seems becoming better than before (compare to my last email). I also > | disabled the CEF at the interface that has ip wccp command. > | However, the packet still was not redirected > | > | Thx & Rgds, > | > | Awie > | > | ----- Original Message ----- > | From: "Masood Ahmad Shah" <masood@ipsec.fibre.net.pk> > | To: "Awie" <awie@eksadata.com>; "Squid-users" > <squid-users@squid-cache.org> > | Sent: Friday, September 12, 2003 5:26 PM > | Subject: Re: [squid-users] WCCP issue > | > | > | > Awie, > | > > | > Better to change IOS as you was running before. There must be something > | > wrong with IOS or WCCP module. If wccp module is working f9 then better > to > | > change IOS. > | > > | > -- > | > > | > Best Regs, > | > Masood Ahmad Shah > | > System Administrator > | > > | > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ > | > | * * * * * * * * * * * * * * * * * * * * * * * * > | > | Fibre Net (Pvt) Ltd. Lahore, Pakistan > | > | Tel: +92-42-6677024 > | > | Mobile: +92-300-4277367 > | > | http://www.fibre.net.pk > | > | * * * * * * * * * * * * * * * * * * * * * * * * > | > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ > | > Unix is very simple, but it takes a genius to understand the simplicity. > | > (Dennis Ritchie) |