Here's what I'd like to do now: If there is an incoming connection to www.avengers.org that is going to port 3306 (MySQL) for example, how can I configure the system to pass this information along?
ssh -L local_port:remote_host:remote_port ssh_server
ssh -L 3306:site2.avengers.org:3306 10.1.12.11
ssh -L 3306:www.avengers.org:3306 10.1.12.11