I've installed Ubuntu Server 10.04 in Ubuntu Desktop 10.04 using Oracle's VirtualBox successfully.
I've also configured the IP address of the server during the installation process.
But I am unable to access the server via SSH in my Ubuntu Desktop 10.04.
How do I access the server via SSH?
Does ping your_server_ip_address work?
What is the output of
Is the ubuntu firewall enabled on the server?
Is ssh root access enabled on the server?
Does the ssh access work with a non-root user?