I have SquidNT set up on my home network for HTTP caching and it's working great. I want to use it as a transparent proxy server, though. Googling tells me to use Softperfect Bandwidth Manager to do the port redirection stuff that I would normally use iptables for, but it costs $99 after 30 days. I'm wondering if there is a FLOSS (or even freeware) app I can use to forward traffic outbound on port 80 to localhost:3128 on Windows XP?
Asked
Active
Viewed 7,717 times
3 Answers
1
Why don't you just setup squid cache on the target proxy machine? It works as a transparent proxy right out of the box (by sending x-forwarded-for headers) You can disable caching as you wish inside the config file.

darkAsPitch
- 1,931
- 4
- 25
- 42
-
We have Squid running. We need a port forwarder to actually do the traffic capturing :) – singpolyma Feb 19 '10 at 14:29
0
You could try redirection server rinetd service available here http://www.boutell.com/rinetd/ . But am not sure it might do the stuff. You could give it a shot.

proy
- 1,229
- 10
- 10
0
I'm doing the same thing on my server. I found Routix NetCom which does exactly that. The free version will handle the first 5 rules only, which should be enough for your needs.

imgx64
- 235
- 3
- 10