Difference between revisions of "GNS3: Instalasi"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Onnowpurbo (talk | contribs) | Onnowpurbo (talk | contribs)  | ||
| Line 72: | Line 72: | ||
| ==Konfigurasi Pertama Kali== | ==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== | ||
Revision as of 11:51, 10 December 2019
Sebelum Instalasi
Sebelum instalasi sebaiknya
- Kalau ada waktu sebaiknya compile image OpenWRT untuk x86 untuk belajar router.
- Install VirtualBox
- Masukan VM yang anda butuhkan di Virtualbox, seperti
- Server (berbagai server)
- Router OpenWRT
 
Instalasi
Untuk mensimulasi Cisco, dynamips(64bit) ada bug, harus pakai dynamips(32bit)
Update python
sudo apt-get install --reinstall python3-setuptools sudo apt-get install --reinstall python3-pyqt4 sudo apt-get install --reinstall python3-ws4py sudo apt-get install --reinstall python3-netifaces
Lakukan
sudo add-apt-repository ppa:gns3/ppa sudo dpkg --add-architecture i386 sudo apt update sudo apt -y install gns3 gns3-gui gns3-iou gns3-server virtualbox qemu wireshark exit
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
uBridge
sudo su apt -y install libpcap-dev git cd /usr/local/src rm -Rf /usr/local/src/ubridge/ git clone git://github.com/GNS3/ubridge.git cd ubridge make make install
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