08-02-04 12:49 PM
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)
[ Post a follow-up to this message ]
|