Nama : Syahrul Sidik
|
Cara Install GNS3 Pada Ubuntu Desktop
|
Tanggal : 6 OKT 2015
|
Kelas : XII TKJ 2
|
19:29 | |
No. JobSheet : 01
|
Guru : Bang Maman
|
I. PENJELASAN GNS3
GNS3 adalah network simulator grafis yang memungkinkan simulasi
jaringan yang kompleks.Untuk memungkinkan simulasi lengkap, GNS3
sangat terkait dengan:
II. ALAT DAN BAHAN
1. Ubuntu Desktop
2. GNS
III.
LANGKAH KERJA
Ikuti Perintah
Dibawah Ini :
install unzip dahulu
apt-get install
unzip
---------------------------------------
Penggunaan GNS3 pada
ubuntu
1. Download file
GNS3 dari situs resmmi GNS3
lalu letak pada
pada folder gns3 pada Dekstop
2. Install paket
dependensi untuk GNS3
apt-get install
libpcap-dev uuid-dev libelf-dev cmake
3. Install Dynamips
terlebih dahulu
Cd
/home/user/gns3/GNS3-1.1.sources
Unzip
dynamips-0.2.14.zip
Cd
dynamips-0.2.14.zip
Mkdir build
Cd build
Cmake ..
Make
Sudo make install
4. Install
dependensi python3 setuptools pyqt4 ws4py netifaces zmq tornado
apt-get install
python3-setuptools python3-pyqt4 python3-ws4py python3-netifaces
python3-zmq python3-tornado
5. Ekstrak source
gns3-server dan gns3-gui
Cd
/home/user/GNS3-1.1.sources
Unzip
gns3-server-1.1.zip
Unzip
gns3-gui-1.1.zip
6. Installasi GNS3
server dan GNS3 gui
Cd
/home/user/GNS3-1.1.sources
Cd gns3-server-1.1
python3 setup.py
install
Cd gns3-gui-1.1
python3 setup.py
install
7. Untuk install
wireshark
apt-get install
wireshark
-------------------------------------------------------------------------
Cara install VPCS
------------------------------------------------------------
unzip vpcs-0.6.zip
cd vpcs-0.6
cd src
./mk.sh
sudo cp vpcs
/usr/local/bin/
cd ../..
------------------------------------------------------------
1. Compile dahulu
VPCS
Cd
/home/user/GNS3-1.2.source/vpcs-0.6/src/
sh mk.sh
2. Mengintegrasi
VPCS ke GNS3
EDIT >> VPCS
>> GENERAL SETTING >> PATCH TO VPCS
Contoh pemberian ip
address pada VPCS
Pc>ip
192.168.1.2 24 192.168.1.1
------------------------------------------------------------------------------------------------
Konfigurasi cload
pada linux pada LAN
1. Jalan GNS3 denga
root
GNS3
2. Setting interface
cloud
Configure >>
NIO ethernet >> Generic ethernet NIO >> lalu pilih
ethernet yang mengarah ke LAN
-----------------------------------------------------------------------------------------------
Konfigurasi cload
untuk koneksi internet
-----------------------------------------------------------------------------------------------
1. Install terlebih
dahulu interface virtual
apt-get install
uml-utilities bridge-utils
2. Konfigurasi
interface virtual (Copy Semuanya)
tunctl
ifconfig eth0
0.0.0.0 promisc up
ifconfig tap0
0.0.0.0 promisc up
brctl addbr br0
brctl addif br0 tap0
brctl addif br0 eth0
ifconfig br0 up
ifconfig br0
192.168.11.1/24
echo "1" >
/proc/sys/net/ipv4/ip_forward
iptables -t nat -A
POSTROUTING -s 192.168.11.0/24 -o wlan0 -j MASQUERADE
3. Tes pada VPCS
Pemberian dns pada
VPCS ip dns 8.8.8.8
IV. TAHAP AKHIR
Selamat GNS3 anda
sudah terinstall , Selamat Mempelajari GNS3