LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-22-2009, 05:07 PM   #1
lifeainteasy
LQ Newbie
 
Registered: May 2009
Posts: 2

Rep: Reputation: 0
Thumbs up Squid 2.6 + wccpv2 + cisco 7206VXR


The following link will have a ton of details about my cofiguration
http://docs.google.com/View?id=d5nrcdb_0gwsczmm3

Network Layout:
http://picasaweb.google.com/lh/photo...eat=directlink

I need to get the DSL users and Wireless users go through squid simply for http cache(trying to save some bandwidth here)

With that current configuration, when I enable 'ip wccp web-cache redirect out' on the s2/0 interface, the clients cannot browse at all. Any help or suggestions will be greatly appreciated. I am completely open to trying different software besides squid as well.

thanks.
 
Old 05-24-2009, 02:07 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
is traffic hitting squid? what do your logs say?
 
Old 05-26-2009, 10:13 AM   #3
lifeainteasy
LQ Newbie
 
Registered: May 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by acid_kewpie View Post
is traffic hitting squid? what do your logs say?
I get nothing on the access.log, but I get the following messages on the cache.log file:
Code:
2009/05/26 08:05:55| cbdataFree: 0x8ea7a00
2009/05/26 08:05:55| cbdataFree: Freeing 0x8ea7a00
2009/05/26 08:05:55| storeAufsDirMaintain: /var/spool/squid removed 0/10 f=0.000 max_scan=100
2009/05/26 08:05:55| comm_select: timeout 1000
2009/05/26 08:05:56| comm_select: timeout 179
2009/05/26 08:05:56| storeMaintainSwapSpace: f=0.000000, max_scan=100, max_remove=10
2009/05/26 08:05:56| cbdataFree: 0x8ea7a00
2009/05/26 08:05:56| cbdataFree: Freeing 0x8ea7a00
2009/05/26 08:05:56| storeAufsDirMaintain: /var/spool/squid removed 0/10 f=0.000 max_scan=100
2009/05/26 08:05:56| comm_select: timeout 1000
2009/05/26 08:05:57| comm_select: timeout 180
2009/05/26 08:05:57| comm_select: timeout 1
2009/05/26 08:05:57| storeMaintainSwapSpace: f=0.000000, max_scan=100, max_remove=10
2009/05/26 08:05:57| cbdataFree: 0x8ea7a00
2009/05/26 08:05:57| cbdataFree: Freeing 0x8ea7a00
2009/05/26 08:05:57| storeAufsDirMaintain: /var/spool/squid removed 0/10 f=0.000 max_scan=100
2009/05/26 08:05:57| comm_select: timeout 1000
2009/05/26 08:05:58| comm_select: timeout 181
2009/05/26 08:05:58| storeMaintainSwapSpace: f=0.000000, max_scan=100, max_remove=10
2009/05/26 08:05:58| cbdataFree: 0x8ea7a00
2009/05/26 08:05:58| cbdataFree: Freeing 0x8ea7a00
2009/05/26 08:05:58| storeAufsDirMaintain: /var/spool/squid removed 0/10 f=0.000 max_scan=100
2009/05/26 08:05:58| comm_select: timeout 1000
2009/05/26 08:05:59| comm_select: timeout 182
2009/05/26 08:05:59| storeMaintainSwapSpace: f=0.000000, max_scan=100, max_remove=10
2009/05/26 08:05:59| cbdataFree: 0x8ea7a00
2009/05/26 08:05:59| cbdataFree: Freeing 0x8ea7a00
2009/05/26 08:05:59| storeAufsDirMaintain: /var/spool/squid removed 0/10 f=0.000 max_scan=100
2009/05/26 08:05:59| comm_select: timeout 613
Perhaps firewall could be blocking traffic? I am not the brightest when it comes to iptables. Here is the output of iptables -L
Code:
# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:webcache 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:smtp 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:imap 
RH-Firewall-1-INPUT  all  --  anywhere             anywhere            

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  anywhere             anywhere            

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:webcache 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:smtp 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:imap 

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere            
ACCEPT     icmp --  anywhere             anywhere            icmp any 
ACCEPT     esp  --  anywhere             anywhere            
ACCEPT     ah   --  anywhere             anywhere            
ACCEPT     udp  --  anywhere             224.0.0.251         udp dpt:mdns 
ACCEPT     udp  --  anywhere             anywhere            udp dpt:ipp 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ipp 
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED 
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh 
ACCEPT     udp  --  anywhere             anywhere            udp dpt:radius 
ACCEPT     udp  --  anywhere             anywhere            udp dpt:radius-acct 
REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited
Thanks
 
  


Reply

Tags
cisco, proxy, squid, transparent



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Richard Stallman's FSF Suing Cisco for GPL Violations - Cisco dissapointed LXer Syndicated Linux News 2 12-12-2008 07:58 AM
Transparent Squid + WCCP + Cisco max_2000i Linux - Networking 0 11-15-2008 09:35 AM
LAN is too slow. (Squid, iptables, cisco swtch) nukoso Linux - Networking 1 04-19-2008 05:04 PM
Help using freebsd 5.0 + squid + wccp + cisco ios nazzymac *BSD 1 07-27-2004 03:11 PM
Squid - WCCPv2 Support Dr Solomon Linux - Networking 2 02-15-2002 02:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration