Re: How to Stop bypassing Proxy server?
From: Andrew Keith (andrew_at_jukenworld.com)
Date: 05/29/04
- Next message: Ohmster: "Re: Virtual Domain and host info in http request"
- Previous message: Ohmster: "Re: Virtual Domain and host info in http request"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 May 2004 02:06:28 +0800
i am using a similar setup on my network. what i did was this. (squid is
using port 3128).
1) created a bridge with 2 network cards.
2) configured the router to pass all traffic to this proxy
3) iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port
3128.
4) configured squid to do transparent proxy.
All the users dont even know they are behind the squid proxy.
Andrew
"ssp2000" <sspphp@indiatimes.com> wrote in message
news:62e8bd5a.0405302053.5890abe1@posting.google.com...
> Some of the users at my location are accessing the Internet by
> bypassing the in-house proxy server. They are just typing the upstream
> proxy server IP address and port number in browser and accessing the
> Internet. How can I prohibit such activities? My network is on
> 192.168.7.0 and IP address of upstream proxy server is 195.2.104.7
> (take these IP addresses as an example). I can access 195.2.104.0
> network from my location. I am using Squid Proxy server on Linux
> RH8.Can anyone suggests use of IPTABLES to achieve this?
- Next message: Ohmster: "Re: Virtual Domain and host info in http request"
- Previous message: Ohmster: "Re: Virtual Domain and host info in http request"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|