Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

USB devices in guest OSIt's important to know that the USB device must be plugged in before KVM starts.

To use USB devices we have to make some changes in the .xml file of our vm.
First of all we need to know the usb Vendor ID and Product ID. Using this command we'll find it:

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

...