Wednesday, 7 August 2013

redirect outbound ports using iptables locally

redirect outbound ports using iptables locally

I am trying to locally redirect ports on my ubuntu machine using IP Tables.
Similar to transparent proxying.
I want to catch anything trying to leave my system on port 80 and redirect
it to a remote host and port.
Can I achieve this using the nat and prerouting functions of iptables.

No comments:

Post a Comment