LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   squid problem (https://www.linuxquestions.org/questions/linux-newbie-8/squid-problem-757399/)

saran_redhat 09-23-2009 10:05 PM

squid problem
 
hai

how to bypass particular website address in squid configuration. because that particular ipaddress we are not able to update through squid. so please give me some solutions.

Thank u for advance

linuxlover.chaitanya 09-24-2009 12:30 AM

Ok. First do not ask for immediate solutions. Everyone will come here with their own timings.
Secondly, try to explain your issue in details to get help. You say nothing about what you need and what your setup looks like.
What address you want to by pass and what kind of proxy are you running? Intercepting proxy?

saran_redhat 09-25-2009 06:15 AM

squid problem
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3695105)
Ok. First do not ask for immediate solutions. Everyone will come here with their own timings.
Secondly, try to explain your issue in details to get help. You say nothing about what you need and what your setup looks like.
What address you want to by pass and what kind of proxy are you running? Intercepting proxy?

Thank u for u r reply.

the following ipaddress are not updated through squid client machines.
202.138.113.134:80
202.138.113.134:143
202.138.113.135:80
202.138.113.135:143

these all are mcafee online update ipaddress.

this is my problem. please give some solutions.

thank u

linuxlover.chaitanya 09-25-2009 06:19 AM

And what if you remove the port numbers and then try.

And for your issue, you do not want to bypass the proxy, you want to connect to these addresses through your proxy.
Do you have a transparent intercepting proxy?

saran_redhat 10-06-2009 03:09 AM

squid problem
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3696653)
And what if you remove the port numbers and then try.

And for your issue, you do not want to bypass the proxy, you want to connect to these addresses through your proxy.
Do you have a transparent intercepting proxy?

No i dont have transparent intercepting proxy?. and one more thing the problem i am update my online mcafee antivirus through my proxy server in windows clients.

thanks for advance help

linuxlover.chaitanya 10-06-2009 03:39 AM

The mcafee updater should actually support the proxy updating. So there should be some option where you can specify to connect through a proxy.

saran_redhat 10-06-2009 03:58 AM

squid problem
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3709266)
The mcafee updater should actually support the proxy updating. So there should be some option where you can specify to connect through a proxy.

but in my access.log it following log
TCP_DENIED/407 1939 POST http://virusscan.securesynergyonline...Connection.asp - NONE/- text/html

that site denied

so please some other solutions

Thanks

linuxlover.chaitanya 10-06-2009 04:19 AM

Ok so you should have looked at this before. Your squid configuration is denying the connection.
There is something that you do not want to allow. Either you are blocking the connection to specific sites or else blocking the download of specific file types.
If you want to allow the connection to the sites, you can explicitly create acl and put the acl at the top so that connection to these sites are never denied.

saran_redhat 10-06-2009 04:59 AM

squid problem
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3709296)
Ok so you should have looked at this before. Your squid configuration is denying the connection.
There is something that you do not want to allow. Either you are blocking the connection to specific sites or else blocking the download of specific file types.
If you want to allow the connection to the sites, you can explicitly create acl and put the acl at the top so that connection to these sites are never denied.

Now its working perfect. Thank u for the valueable help.

Thanks once again

linuxlover.chaitanya 10-06-2009 05:04 AM

Good to hear that.

saran_redhat 10-07-2009 01:53 AM

squid problem
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3709341)
Good to hear that.

Hai friends


How to increase the speed of the squid proxy server. and how to give particular group access for the particular websites.

Thanks once again

linuxlover.chaitanya 10-07-2009 02:03 AM

Have you read about access control lists? It would more help you if you read a bit. It is not too difficult. Go through the squid configuration file. You will understand how to specify acls. There are examples of it.
And in htt_access area, the actual access is given. It is read from top to bottom. Any acl specified at the top will have the access as specified there. So if you want to give access without any blocking you will specify it at the top.

About increasing the speed, I am not sure what you mean? Speed in sense?

saran_redhat 10-07-2009 05:03 AM

squid problem
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3710635)
Have you read about access control lists? It would more help you if you read a bit. It is not too difficult. Go through the squid configuration file. You will understand how to specify acls. There are examples of it.
And in htt_access area, the actual access is given. It is read from top to bottom. Any acl specified at the top will have the access as specified there. So if you want to give access without any blocking you will specify it at the top.

About increasing the speed, I am not sure what you mean? Speed in sense?

thank u for u reply.

speed means how to tuneup my squid server for better performance. user complain very slow. thats y am asking

thank u

linuxlover.chaitanya 10-07-2009 07:15 AM

I doubt if your squid is the problem. Your internet connection could be most probably the issue. You can monitor to see if there is some process taking a lot memory leaving nothing for squid.
Also give more information about your setup. I do not know anything about it so it is very difficult to say anything more.


All times are GMT -5. The time now is 07:40 AM.