GNS3: Instalasi

From OnnoWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Instalasi

Lakukan

sudo apt update
sudo apt -y install libc6-dev libc6-i386 libssl3:i386 libc6
sudo add-apt-repository ppa:gns3/ppa
sudo dpkg --add-architecture i386
sudo apt update
sudo apt -y install gns3-gui gns3-iou gns3-server virtualbox qemu wireshark libpcap-dev git ubridge
sudo chmod 777 /usr/bin/dumpcap


Jika ubridge tidak stabil, sebaiknya lakukan langkah di GNS3: Install ubridge

Selanjutnya, sebagai user biasa, siapkan directory

mkdir -p ~/GNS3/projects
mkdir -p ~/GNS3/images
# optional kalau takut
cd ~
sudo chmod -Rf 777 GNS3
sudo chown -Rf nobody: GNS3

Menjalankan

Sebagai user biasa. Jangan sebagai superuser. Tulis di shell

gns3 &

CATATAN:

File konfigurasi di

.config/GNS3

Kalau ada error dll, remove dengan

rm -Rf .config/GNS3

Konfigurasi Pertama Kali

Next 1

Pilih

  • Run appliances on my local computer

Klik 2

Server Path  : /usr/bin/gns3server
Host binding : localhost
Port         : 3080 TCP

Klik 3

Pastikan

Connection to the local GNS3 server has been successful!

FINISH

  • Finish


Referensi


Pranala Menarik