LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-20-2003, 08:50 PM   #1
donkeyspunk
LQ Newbie
 
Registered: Jul 2003
Posts: 2

Rep: Reputation: 0
Squid Client for Windows


Hi:

I am looking for a squid client for Windows. I have many laptop users that use IE and point to the Squid Proxy server. The problem is that when they leave work they must change the proxy settings in IE to gain access to the Internet from home (their own cable / dialup ISP).

MS Proxy Server 2.0 has a client that works with its Proxy Server that knows when you are not on the corp. network and when you are. Other words, there are no setting to change in IE when using IE at home versus at work.

I need the same samething for Squid. Does anyone know of such a client?

Thanks in Advance
 
Old 12-21-2003, 08:34 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Welcome to LQ.

If you set squid up as a transparent proxy on your gateway machine then will not need to change their settings to use your proxy server.
 
Old 12-21-2003, 01:18 PM   #3
donkeyspunk
LQ Newbie
 
Registered: Jul 2003
Posts: 2

Original Poster
Rep: Reputation: 0
my gateway is a Cisco router, not a server.
 
Old 12-21-2003, 10:22 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
You need to redirect the port 80 traffic on the incoming interfaces on your router to the squid port and it will be transparent. Do not redirect the external (Internet) interface


# Squid transparent proxy
$IPTABLES -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
$IPTABLES -A PREROUTING -t nat -i eth2 -p tcp --dport 80 -j REDIRECT --to-port 3128
$IPTABLES -A PREROUTING -t nat -i ppp0 -p tcp --dport 80 -j REDIRECT --to-port 3128
 
  


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
how to use squid for internet security on client terminals kunalcool1 Linux - Newbie 1 08-08-2005 01:43 PM
can not connect to my pureftp server from Linux client, but i can from windows client bonito SUSE / openSUSE 5 03-16-2005 09:45 PM
Squid + Client PC with dreamweaver on m3zzr Linux - Software 1 10-03-2004 11:47 AM
Apache/SSL - works with Windows client but not Linux client RickHDYoung Linux - Security 1 07-01-2004 04:02 PM
how to disconnect a client connect by proxy squid? echox Linux - Software 0 04-06-2003 08:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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