I have installed Ubuntu 11.04 on a virtual box on WindowsXP. I am trying to setup ssh port forwarding but the command just hangs and nothing happens. After a while I get connection time out.
ssh -L8000:localhost:8000 server.com -N
What could be the reason?