TCP port forwarder that redirects traffic between ports and hosts
TCP port forwarder
tcptunnel$ tcptunnel --local-port=8080 --remote-host=example.com --remote-port=80$ tcptunnel --local-port=3306 --remote-host=db.example.com --remote-port=3306$ tcptunnel --local-port=9000 --local-host=127.0.0.1 --remote-host=internal-server --remote-port=9000