- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- squid configuration on rhel6
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
02-29-2012 11:53 AM
02-29-2012 11:53 AM
squid configuration on rhel6
Hi
Our server is RHEL6 and client Ubuntu .
I have set up a network in my lab with 192.168.0. seris ip range . On the server I have configured the dhcp and all the clients are getting ip from this dhcp server .On the server eth0 I am using for the internel LAN and eth1 for the externel IP ( which actually from the internet network) . I have enabled iprouting and iptables so that all the request comes from the clinet server will go to eth1 through eth0 .
The issue is with the proxy server . Actually our organization has another proxy server in the range 172.168.x.x . When I use this proxy server and the port 80 on the client I will get internet on clinet . Also this proxy server has authentication .
What should I do to access the internet on the client server with out using this proxy server ip , Instead I wated to use my server ip (eth0) as the proxy server. I already configured the proxy server . But as this has the authentication , how I can pass through the authentication .means IF I access the internet from my clinet it should not ask for password and loginname . and I have to use ( eth0 ) ip of server as proxy server
Please suggest a solution