Using Twisted for Port Forwarding

Earlier this afternoon, I blundered across a post [1] by Paul Moore, on python-list [2] which showed how to use Twisted [3] for port forwarding. Here's the relavent snippet:

$ mktap portforward -p 8000 -h remote -d 20
$ twistd -f portforward.tap
[1]http://mail.python.org/pipermail/python-list/2003-June/170606.html
[2]http://mail.python.org/mailman/listinfo/python-list
[3]http://www.twistedmatrix.com/

posted June 27th, 2003