Posts

Tutorial GNS3 Installation in Ubuntu 22.04

Image
TUTORIAL GNS3 INSTALLATION IN UBUNTU 22.04! William Jonathan Mulyadi 2502045683 L4AC First before starting, let me show you how is the result of my work (by using ping in both machines) So as you can see, that I successfully ping both machines. PART 1: Installation of GNS3 So to begin with the tutorial of the installation: 1. You have to open your Ubuntu terminal and write these following command: > sudo apt-get update > sudo apt-get upgrade > sudo add-apt-repository ppa:gns3/ppa 2. Then to update system package and install GNS > sudo apt-get update > sudo apt-get install gns3-server gns3-gui p.s.: the installation might takes quite a while. 3. You will be asked to allow non-root user to run WireShark and GNS3 Click yes for all of the prompt 4. Then do: > sudo dpkg --add-architecture i386 > sudo apt-get update 5. Then install package.gns3-iou > sudo apt-get install gns3-iou PART 2: Installation of Docker Before moving any ...