Difference between revisions of "GNS3: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(35 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Instalasi== | ==Instalasi== | ||
Lakukan | Lakukan | ||
+ | sudo apt update | ||
+ | sudo apt -y install libc6-dev libc6-i386 libssl3:i386 libc6 | ||
sudo add-apt-repository ppa:gns3/ppa | sudo add-apt-repository ppa:gns3/ppa | ||
+ | |||
+ | sudo dpkg --add-architecture i386 | ||
sudo apt update | sudo apt update | ||
− | sudo apt -y install gns3 | + | 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/projects | ||
Line 26: | Line 21: | ||
# optional kalau takut | # optional kalau takut | ||
+ | cd ~ | ||
sudo chmod -Rf 777 GNS3 | sudo chmod -Rf 777 GNS3 | ||
sudo chown -Rf nobody: GNS3 | sudo chown -Rf nobody: GNS3 | ||
Line 33: | Line 29: | ||
Sebagai '''user biasa'''. Jangan sebagai superuser. Tulis di shell | Sebagai '''user biasa'''. Jangan sebagai superuser. Tulis di shell | ||
− | gns3 | + | gns3 & |
'''CATATAN:''' | '''CATATAN:''' | ||
Line 45: | Line 41: | ||
rm -Rf .config/GNS3 | rm -Rf .config/GNS3 | ||
+ | ==Konfigurasi Pertama Kali== | ||
− | == | + | ===Next 1=== |
− | |||
− | |||
− | + | Pilih | |
− | |||
− | + | * Run appliances on my local computer | |
===Klik 2=== | ===Klik 2=== | ||
− | + | Server Path : /usr/bin/gns3server | |
− | + | Host binding : localhost | |
− | + | Port : 3080 TCP | |
===Klik 3=== | ===Klik 3=== | ||
− | * | + | Pastikan |
+ | |||
+ | Connection to the local GNS3 server has been successful! | ||
+ | |||
+ | ===FINISH=== | ||
+ | |||
+ | * Finish | ||
− | |||
− | |||
==Referensi== | ==Referensi== |
Latest revision as of 09:46, 12 September 2023
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
- http://www.unixmen.com/install-gns3-graphical-network-simulator-ubuntu-13-04/
- https://community.gns3.com/people/rednectar/blog/2014/10/22/installing-gns3v1-on-linux