Networking Forums

Networking Forums > Computer Networking > Linux Networking > ISP cache

Reply
 
 
Schewdent
Guest
Posts: n/a

 
      07-31-2004, 11: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.

 
Reply With Quote
 
 
 
 
Walter Mautner
Guest
Posts: n/a

 
      08-01-2004, 06:58 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*products.**Reactivate*your*MS*software.
Linux woodpecker.homnet.at 2.6.8-0.rc1.pkt*[LinuxCounter#295241]
 
Reply With Quote
 
Captain Beefheart
Guest
Posts: n/a

 
      08-01-2004, 04:41 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.


 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      08-02-2004, 09:08 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)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS cache tshad Windows Networking 3 01-18-2007 10:59 PM
DNS cache McG Wireless Networks 0 01-08-2006 01:30 PM
DSN Cache Joseph Carrier Wireless Networks 3 11-04-2005 10:09 PM
cache june Broadband 3 07-06-2005 09:53 PM
arp cache cb39940 Wireless Networks 3 06-26-2005 01:22 AM



1 2 3 4 5 6 7 8 9 10 11