...
Once we have create the vm's, we checked if the virtual conection works and if there was any problem of usability, but in both vm's everything was ok.
FTP
We are going to test FTP service between guest operating systems we had installed in the virtual machines.
FTP is a protocol used to copy file from one host to another. In FTP we use port 20 for data and port 21 for commands
We need a server that will make the files available for others and we are going to have clients that will connect to the server and they will upload or download files.
In this project the server is going to be in Linux O.S. And the client will be Windows O.S.
First of all we are going to install a basic configuration of a FTP server on Ubuntu 10.04.
Just following these steps should be easy to setup the configuration.