|
Home > Archive > Red Hat Configuration > August 2004 > ISP cache
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Schewdent 2004-07-31, 5:51 pm |
| Hi,
When I type any URL into my browser, I can see that the query is going to
a computer called cache.myisp (say).com . However I don't have a proxy
server set in my browser or anything. How is my ISP pulling this off?
Thanks,
Schewdent.
| |
| Walter Mautner 2004-08-01, 2:47 am |
| Schewdent wrote:
> Hi,
>
>
> When I type any URL into my browser, I can see that the query is going to
> a computer called cache.myisp (say).com . However I don't have a proxy
> server set in my browser or anything. How is my ISP pulling this off?
>
Google for "transparent proxy". It's usually done with squid.
--
Longhorn error#4711: TCPA / NGSCB VIOLATION: Microsoft optical mouse
detected penguin patterns on mousepad. Partition scan in progress
_to_remove_offending_incompatible_produc
ts.__Reactivate_your_MS_software.
Linux woodpecker.homnet.at 2.6.8-0.rc1.pkt_[LinuxCounter#295241]
| |
| Captain Beefheart 2004-08-01, 5:50 pm |
| Schewdent wrote:
> Hi,
>
>
> When I type any URL into my browser, I can see that the query is going to
> a computer called cache.myisp (say).com . However I don't have a proxy
> server set in my browser or anything. How is my ISP pulling this off?
>
> Thanks,
>
> Schewdent.
Using a transparent proxy.
| |
| Raqueeb Hassan 2004-08-02, 7:49 am |
| iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j REDIRECT
--to-port 8080
where .. say, port 8080 is the proxy of that isp. That's how an ISP
can regulate the surfing, if they want to. Mostly used in corporate
environment. Easy on sysadmins,cause they don't have to walk up to
every machines for setting up the proxy settings. And it's easy on the
bandwidth usage serving you the frequent used files from their cache.
It has it's downside too. Like you might be served with older
contents, even if the actual site has been updated. But, a well
configured proxy (which checks time-stamping and other stuffs) and
proper tag like <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> on web
page won't let that happen.
--
raqueeb hassan
congo (drc)
|
|
|
|
|