Displaying posts tagged: iptables

Redirect local traffic to a web cache with iptables

No Comments
Very occasionally I come across an Linux application that does not respect the http_proxy variable. This stops me from using the application at university as they forbid traffic on port 80 unless it goes via their webcache. So today I came up with a hack of a solution that involves iptables: # IP address and port ...