Socat
From Useful Things
Revision as of 02:43, 5 July 2014 by Milosivanovic (talk | contribs) (Created page with "== Forward TCP packets == <source lang="bash"> socat TCP-LISTEN:[local_port],fork TCP:[remote_host]:[remote_port] </source>")
Forward TCP packets
socat TCP-LISTEN:[local_port],fork TCP:[remote_host]:[remote_port]