Skip to content

Setup canonical multipass on ubuntu with additional guide for configuring a desktop environment and multiple network interfaces for the multipass VM

Notifications You must be signed in to change notification settings

chmodshubham/multipass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multipass Setup Guide

Important

Installation

Install Multipass using Snap:

sudo snap install multipass --channel=latest/stable

Configure Bridge Networking

In the Multipass GUI, navigate to Settings > Network and select a bridge network interface.

Bridge Network Selection

Launch a Virtual Machine

From the Catalogue section, choose an Ubuntu version and configure the desired CPU, RAM, and disk settings.

VM Launch

SSH Access

After the VM is created:

  1. Add your SSH public key to the VM:

    echo "<your-public-key>" >> ~/.ssh/authorized_keys
  2. You can now SSH into the VM from your local system:

    ssh <vm-username>@<vm-ip>

About

Setup canonical multipass on ubuntu with additional guide for configuring a desktop environment and multiple network interfaces for the multipass VM

Topics

Resources

Stars

Watchers

Forks