LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-31-2009, 12:13 AM   #1
saran_redhat
Member
 
Registered: May 2009
Location: chennai
Posts: 247

Rep: Reputation: 16
squid access


hai friends

we have configured one squid server.but one problem our one of the mcafee antivirus link is not updated on squid configured machines. we have give any special access to give particular access to that link in squid server . please give some solutions

suppose we remove squid ipaddress and portnumber in windows system its updated. please give some solutions

Thank u
 
Old 08-31-2009, 07:10 AM   #2
markotitel
Member
 
Registered: Feb 2009
Location: Titel - Serbia
Posts: 181

Rep: Reputation: 18
POst your squid configuration, and configuration maybe printscreen of antivirus proxy settings.
 
Old 08-31-2009, 11:56 PM   #3
saran_redhat
Member
 
Registered: May 2009
Location: chennai
Posts: 247

Original Poster
Rep: Reputation: 16
squid problem

Quote:
Originally Posted by markotitel View Post
POst your squid configuration, and configuration maybe printscreen of antivirus proxy settings.

Thak u for u r reply

this is my squid configuration file.
give me some suggestions.

#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port # ftp 21
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port # unregistered ports 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl localnet src 192.168.0.0/255.255.255.0
auth_param basic program /usr/lib/squid/ncsa_auth /etc/shadow
acl medium proxy_auth anand kannan padmapriya vijay syed
acl full proxy_auth raghunath user3 arumani anand1 vishnu mirsa
acl begin proxy_auth rajendraprasath sky
acl contentteam proxy_auth tamiliselvi amarjothi anitha suganya anuradha nivedita jayasri
acl itdevelopment proxy_auth
acl webresearcher proxy_auth
acl circulation proxy_auth vaithi abraham poonga thangamani
acl hrd proxy_auth
acl accounts proxy_auth
acl admin proxy_auth
acl production proxy_auth
acl graphics proxy_auth
acl itjeditior proxy_auth
acl recepetion proxy_auth
acl blockedkey url_regex -i sex porn game play cricket yahoo tube youtube mail rediff rediffmail game games
acl blockedurl url_regex www.youtube.com www.stickcricket.com http://www.miniclip.com/games/en/ http://www.flashcricket.com/ http://www.zapak.com/ game games cricket paper news http://www.cricinfo.com/
acl mediumurl url_regex www.youtube.com www.stickcricket.com http://www.rediff.com www.gmail.com www.hotmail.com http://www.zapak.com/ cricket http://www.flashcricket.com/ http://www.miniclip.com/games/en/ http://www.cricinfo.com/ http://virusscan.securesynergyonline.com/
acl mediumkey url_regex -i sexy sex rediff yahoo miniclip games hotmail cricket gmail http://virusscan.securesynergyonline.com/
acl allowed url_regex http://www.youtube.com www.stickcricket.com http://virusscan.securesynergyonline.com/
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/shadow
auth_param basic program /usr/lib/squid/ncsa_auth /etc/shadow
acl ncsa_users proxy_auth REQUIRED
#acl minib arp 192.168.1.123 192.168.1.122 192.168.1.190 192.168.1.115
#acl mindate time STF
acl test1 proxy_auth ipf

http_access deny CONNECT !SSL_ports
http_access allow localnet medium !mediumurl !mediumkey
http_access allow localnet begin !blockedurl !blockedkey
#http_access deny allowed !full
http_access deny blockedkey mediumurl
http_access allow !localhost
http_access deny all
hittp_access allow medium
 
Old 09-01-2009, 10:41 PM   #4
bhumika
LQ Newbie
 
Registered: Oct 2008
Posts: 5

Rep: Reputation: 0
i have configured squid-2.6 stable21 on centos 5.3 squid is working fine but sometimes very slow browsing. pls help me iptables configuration in /etc/rc.local
 
Old 09-01-2009, 10:42 PM   #5
bhumika
LQ Newbie
 
Registered: Oct 2008
Posts: 5

Rep: Reputation: 0
how to write logrotate scriept transparent proxy server
 
Old 09-03-2009, 04:57 AM   #6
chitambira
Member
 
Registered: Oct 2008
Location: Online
Distribution: RHEL, Centos
Posts: 373
Blog Entries: 1

Rep: Reputation: 51
Quote:
Originally Posted by saran_redhat View Post
hai friends

we have configured one squid server.but one problem our one of the mcafee antivirus link is not updated on squid configured machines. we have give any special access to give particular access to that link in squid server . please give some solutions

suppose we remove squid ipaddress and portnumber in windows system its updated. please give some solutions

Thank u
Squid is a Caching proxy server. The MacAfee link is cached, and when you try to access it on proxy configured machines, you will be accessing cached data. You may want to disable caching for that specific site using;
Code:
acl MacAfee dstdomain .mcafee.com
no_cache deny MacAfee
 
Old 09-03-2009, 05:17 AM   #7
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by bhumika View Post
how to write logrotate scriept transparent proxy server
Hi,

Create a file in /etc/logrotate.d stating what to do with the logs generated by Squid.

For manual and options:
Code:
man logrotate
.

You can also look at the files already in that directory to get an example.

Kind regards,

Eric
 
Old 09-09-2009, 09:53 PM   #8
saran_redhat
Member
 
Registered: May 2009
Location: chennai
Posts: 247

Original Poster
Rep: Reputation: 16
squid problem

Quote:
Originally Posted by chitambira View Post
Squid is a Caching proxy server. The MacAfee link is cached, and when you try to access it on proxy configured machines, you will be accessing cached data. You may want to disable caching for that specific site using;
Code:
acl MacAfee dstdomain .mcafee.com
no_cache deny MacAfee

Thank for u r reply

without squid mcafee updated.but with squid is not updated. my mcafee installation is online installation like securesynergyonline.com.
how to i update this type of mcafee antivirus through my squid configured machines. please help me.

thank u
 
Old 09-10-2009, 01:47 AM   #9
markotitel
Member
 
Registered: Feb 2009
Location: Titel - Serbia
Posts: 181

Rep: Reputation: 18
Are you using authentication? Maybe there is problem.
 
Old 09-10-2009, 12:42 PM   #10
saran_redhat
Member
 
Registered: May 2009
Location: chennai
Posts: 247

Original Poster
Rep: Reputation: 16
squid problem

Quote:
Originally Posted by markotitel View Post
Are you using authentication? Maybe there is problem.
hai

I am using only user authentication using ncsa .i am not mention mcafee website in my blocked url. but i dont know why it cant updated .please give me some other solutions. or any other way to solve the problem.

thank u
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
squid "access.log" access denied no user name jatender Linux - Server 1 10-02-2007 04:28 AM
squid allow access to ip chamalsl Linux - Networking 0 04-17-2005 10:30 PM
Squid Deny Access but... Roach Linux - Software 4 11-23-2004 12:18 PM
Squid access.log to MS Access mephitic Linux - Software 0 10-30-2004 04:45 PM
My squid won't fill /var/log/squid/access.log linuxlah Linux - General 5 10-06-2003 10:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:31 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