- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- configuring squid
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2009 01:37 PM
05-23-2009 01:37 PM
configuring squid
i am running RHEL 5.3
i am practicing squid in my test environment. i am able to configure squid alright and with another machine i am able to access the internet through firefox.
to access the internet i had configure the browser so that it fetches the connections from the proxy.
this means i can access the net only through firefox and i need to do the same for all web based applications chat clients etc in my LAN.
is there a way to configure the client machine to access the net in such a way that i do not need to configure each web based application to use the proxy?
to the client machine (be it windows or linux) it should look like it is directly connected to the internet while it is using the proxy.
is it possible?
thanks for your time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2009 03:08 PM
05-23-2009 03:08 PM
Re: configuring squid
You could go directly to Internet with these appliactions if you enable ip forwarding and configure iptables MASQUERADING/SNAT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2009 03:52 PM
05-23-2009 03:52 PM
Re: configuring squid
Simple:
http://tldp.org/HOWTO/TransparentProxy.html
Complex:
http://www.visolve.com/squid/whitepapers/trans_caching.php
HTH,
jlc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2009 09:27 PM
05-23-2009 09:27 PM
Re: configuring squid
i had heard about these transparent proxies earlier but never got to the depth of it. i will read the links which you have provided.
i still have a couple of questions.
Are these transparent proxies used at enterprise level also? Do organizations like banks where data security is of utmost importance use transparent proxies?
secondly the if we use "iptables MASQUERADING/SNAT" or "use iptables to redirect incoming traffic of interest like tcp80 and other other compatible protocols into the proxy port you defined in your squid.conf" do the pages get cached in the proxy?
in my opinion all it does is does an IP port forwarding! so this defeats the logic of using a proxy.
please correct me if i am wrong.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2009 07:40 AM
05-24-2009 07:40 AM
Re: configuring squid
The method which your clients access the proxy whether it be directly or transparently has no effect on how squid caches. I can cache in either scheme if you set it up to.
Join the squid-users list.
Good luck,
jlc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2009 08:10 AM
05-24-2009 08:10 AM
Re: configuring squid
thank you :)