Is there a way to redirect packets in windows?

HJB417

Senior member
Dec 31, 2000
763
0
0
I have 2 machines( A and B). that are connected to the internet. I want to have A tunnel through B whenever A sends outbound packets with a IP dest = "www.hardforums.com" port dest = 80. (just as an example). How would I go about doing this?

I essentially want to make computer B a proxy for certain IP/port destinations. I made a custom proxy program that runs on computer B and it works but the problem is, not all applications on computer A allow me to enter a proxy IP and address. So is there a way I can tell the windows OS to just redirect packets that meet a cetain criteria?