- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SQUID allows autodetect settings in IE
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-09-2005 03:05 PM
тАО08-09-2005 03:05 PM
SQUID allows autodetect settings in IE
ive got squid with authentication setting. using IE, if use proxy is set, authentication works and the user can use the internet.
but if IE is set to Automatically Detect Settings (w/o proxy), it still can...
i want to control it as much as possible, that they need to use the proxy so that they need to authenticate first..
any idea how to do this in the squid or iptables perhaps?
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 04:02 PM
тАО08-09-2005 04:02 PM
Re: SQUID allows autodetect settings in IE
You can use proxy.pac or wpad.dat.
With proxy.pac, you can put this script on any webserver then setup client's IE to get configuration form this webserver.
With wpad.dat, you can put this sctipt to a webserver name "wpad" in your client's domain then setup client's IE to auto detact proxy.
For proxy.pac:
http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
For wpad.dat
http://www.wrec.org/Drafts/draft-cooper-webi-wpad-00.txt
But if you want to force all clients' IE to access Internet via you proxy server, you'd better disable all you clients' Internet access form your firewall.
regards,
Steven Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 04:39 PM
тАО08-09-2005 04:39 PM
Re: SQUID allows autodetect settings in IE
acl test src 192.168.1.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
Then add the following to the http_access section
http_access allow test
http_access deny all
This will allow access for only the ip 192.168.1.1 and all the other addresses will be blocked . U can add ur ips before the 'acl all ' and in http_access .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2005 06:07 PM
тАО08-11-2005 06:07 PM
Re: SQUID allows autodetect settings in IE
be sure that you clients can├В┬┤t reach the internet over the standard gateway. Your standard gateway must deny the internet access for you clients, so that the clients _must_ use the proxy to reach the internet.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2006 10:44 PM
тАО09-03-2006 10:44 PM