GNS3: Instalasi: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) |
|||
| (10 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
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 dpkg --add-architecture i386 | ||
sudo apt update | sudo apt update | ||
sudo apt -y install | sudo apt -y install gns3-gui gns3-iou gns3-server virtualbox qemu wireshark libpcap-dev git ubridge | ||
chmod 777 /usr/bin/dumpcap | 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 19: | Line 24: | ||
sudo chmod -Rf 777 GNS3 | sudo chmod -Rf 777 GNS3 | ||
sudo chown -Rf nobody: GNS3 | sudo chown -Rf nobody: GNS3 | ||
==Menjalankan== | ==Menjalankan== | ||
| Line 38: | 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 49: | Line 40: | ||
rm -Rf .config/GNS3 | rm -Rf .config/GNS3 | ||
==Konfigurasi Pertama Kali== | ==Konfigurasi Pertama Kali== | ||
| Line 76: | Line 65: | ||
* Finish | * Finish | ||
==Referensi== | ==Referensi== | ||
Latest revision as of 02: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