I have a VM, accessible via 192.168.56.101:22. Now I want to create a tunnel:
127.0.0.1:12345 -> www.google.com:80
where 127.0.0.1 is the IP address of the loopback interface of the VM. The host OS has a route to www.google.com and no package forwarding enabled.
Is it possible to do this solely with SSH? If yes, how?