JOBSHEET 1 MENGINSTAL GNS3 PADA UBUNTU DESKTOP


Nama : M.FERDI PRASTIO MENGINSTAL GNS3 PADA  UBUNTU DESKTOP 14.04 LTS Tanggal : 6 Oktober 2015
Kelas : XII TKJ2 Sk/Kd:TKJ
No.Jobsheet:001 Guru Produktif : PakMaman




I. TUJUAN :
Menginstal GNS3 pada Ubuntu Desktop 14.04

II. PENDAHULUAN
Graphical Network Simulator (GNS) adalah sebuah software simulator open source untuk mensimulasi network.


III. ALAT DAN BAHAN
File GNS3

IV. LANGKAH KERJA:
instalasi GNS3 melalui terminal menggunakan File GNS3 adalah sebagai berikut:

1. Download file GNS3 dari situs resmmi

lalu letak pada pada folder gns3 pada Dekstop

#ls

#cd Desktop

#cd gns3

#ls

install unzip dahulu
apt-get install unzip

2. Install Dynamips terlebih dahulu

unzip GNS3-1.1.sources

unzip dynamips-0.2.14.zip
cd dynamips-0.2.14.zip
mkdir build
cd build

3. Install paket dependensi untuk GNS3
apt-get install libpcap-dev uuid-dev libelf-dev cmake

cmake ..
make
make install

cd ..
cd ..

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

unzip gns3-server-1.3.8.zip
unzip gns3-gui-1.3.8.zip

6. Installasi GNS3 server dan GNS3 gui

cd gns3-server-1.3.8
python3 setup.py install

cd ..

cd gns3-gui-1.3.8
python3 setup.py install
cd ..


7. Untuk install wireshark
apt-get install wireshark

Cara install VPCS


unzip vpcs-0.6.1.zip
cd vpcs-0.6.1
cd src
./mk.sh
sudo cp vpcs /usr/local/bin/
cd ../..

8.Konfigurasi cload untuk koneksi internet
-----------------------------------------------------------------------------------------------
a. Install terlebih dahulu interface virtual
apt-get install uml-utilities bridge-utils

b. Konfigurasi interface virtual
Nano /etc/rc.local

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




9.lalu save kemudian
 ifconfig
10.kemudian jalankan GNS3 dengan
 root #GNS3

V. Hasil Kerja = instalasi GNS3 telah berhasil diinstal



0 Response to "JOBSHEET 1 MENGINSTAL GNS3 PADA UBUNTU DESKTOP "

Posting Komentar