Skip to content

Repository praktikum modul 4 Jaringan Komputer untuk kelompok B10

Notifications You must be signed in to change notification settings

Jarkom-B10/Jarkom-Modul-4-B10-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Jarkom-Modul-4-B10-2021

Anggota B10

Nama NRP Pembagian
Pramudya Tiandana Wisnu Gautama 05111940000018 CIDR CPT
Jason Andrew Gunawan 05111940000085 VLSM GNS3
Frans Wijaya 05111940000098 VLSM GNS3

Daftar Isi

Topologi

Topologi

VLSM pada GNS3

Berikut pembagian subnet yang kami berikan untuk topologi tersebut Topologi VLSM

Langkah 1

Menentukan jumlah alamat yang dibutuhkan oleh tiap subnet dan melakukan labelling netmask berdasarkan jumlah IP yang dibutuhkan.

Subnet A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 Total
Jumlah IP 1001 2 701 2 2021 101 2 521 502 13 2 252 721 5841
Netmask /22 /30 /22 /30 /21 /25 /30 /22 /23 /28 /30 /24 /22 /19

Langkah 2

Membuat VLSM Tree. VLSM Tree Berikut pembagian IP dan Netmask untuk setiap subnet.

Subnet Network IP Netmask
A1 10.12.8.0 255.255.252.0
A2 10.12.31.240 255.255.255.252
A3 10.12.12.0 255.255.252.0
A4 10.12.31.244 255.255.255.252
A5 10.12.0.0 255.255.248.0
A6 10.12.31.0 255.255.255.128
A7 10.12.31.248 255.255.255.252
A8 10.12.16.0 255.255.252.0
A9 10.12.28.0 255.255.254.0
A10 10.12.31.224 255.255.255.240
A11 10.12.31.252 255.255.255.252
A12 10.12.30.0 255.255.255.0
A13 10.12.20.0 255.255.252.0

Langkah 3

Konfigurasi pada GNS3

Router

  • Foosha
# NAT
auto eth0
iface eth0 inet dhcp

# A1 - Blueno
auto eth1
iface eth1 inet static
	address 10.12.8.1
	netmask 255.255.252.0

# A2 - Water7
auto eth2
iface eth2 inet static
	address 10.12.31.241
	netmask 255.255.255.252

# Server
auto eth3
iface eth3 inet static
	address 177.13.169.105
	netmask 255.255.255.252

# A7 - Guanhao
auto eth4
iface eth4 inet static
	address 10.12.31.249
	netmask 255.255.255.252
  • Water7
# A2 - Foosha
auto eth0
iface eth0 inet static
	address 10.12.31.242
	netmask 255.255.255.252
    gateway 10.12.31.241

# A3 - Cipher
auto eth1
iface eth1 inet static
	address 10.12.12.1
	netmask 255.255.252.0

# A4 - Pucci
auto eth2
iface eth2 inet static
	address 10.12.31.245
	netmask 255.255.255.252
  • Pucci
# A4 - Water7
auto eth0
iface eth0 inet static
	address 10.12.31.246
	netmask 255.255.255.252
    gateway 10.12.31.245

# A5 - Courtyard/Calmbelt
auto eth1
iface eth1 inet static
	address 10.12.0.1
	netmask 255.255.248.0

# A6 - Jipangu
auto eth2
iface eth2 inet static
	address 10.12.31.1	
	netmask 255.255.255.128
  • Guanhao
# A7 - Foosha
auto eth0
iface eth0 inet static
	address 10.12.31.250
	netmask 255.255.255.252
    gateway 10.12.31.249

# A8 - Jabra
auto eth1
iface eth1 inet static
	address 10.12.16.1
	netmask 255.255.252.0

# A9 - Alabasta/Maingate
auto eth2
iface eth2 inet static
	address 10.12.28.1
	netmask 255.255.254.0

# A11 - Oimo
auto eth3
iface eth3 inet static
	address 10.12.31.253
	netmask 255.255.255.252
  • Alabasta
# A9 - Guanhao
auto eth0
iface eth0 inet static
	address 10.12.28.2
	netmask 255.255.254.0
    gateway 10.12.28.1

# A10 - Jorge
auto eth1
iface eth1 inet static
	address 10.12.31.225
	netmask 255.255.255.240
  • Oimo
# A11 - Guanhao
auto eth0
iface eth0 inet static
	address 10.12.31.254
	netmask 255.255.255.252
    gateway 10.12.31.253

# A12 - Seastone/Enies
auto eth1
iface eth1 inet static
    address 10.12.30.1
	netmask 255.255.255.0

# Server
auto eth2
iface eth2 inet static
    address 177.13.169.109
    netmask 255.255.255.252
  • Seastone
# A12 - Oimo
auto eth0
iface eth0 inet static
    address 10.12.30.3
    netmask 255.255.255.0
    gateway 10.12.30.1

# A13 - Elena
auto eth1
iface eth1 inet static
    address 10.12.20.1
    netmask 255.255.252.0

Client

  • Blueno
# A1 - Foosha
auto eth0
iface eth0 inet static
	address 10.12.8.2
	netmask 255.255.252.0
    gateway 10.12.8.1
  • Cipher
# A3 - Water7
auto eth0
iface eth0 inet static
    address 10.12.12.2
    netmask 255.255.252.0
    gateway 10.12.12.1
  • Courtyard
# A5 - Pucci
auto eth0
iface eth0 inet static
    address 10.12.0.2
	netmask 255.255.248.0
    gateway 10.12.0.1
  • Calmbelt
# A5 - Pucci
auto eth0
iface eth0 inet static
    address 10.12.0.3
	netmask 255.255.248.0
    gateway 10.12.0.1
  • Jipangu
# A6 - Pucci
auto eth0
iface eth0 inet static
	address 10.12.31.2	
	netmask 255.255.255.128
    gateway 10.12.31.1
  • Jorge
#A10 - Alabasta
auto eth0
iface eth0 inet static
    address 10.12.31.226
    netmask 255.255.255.240
    gateway 10.12.31.225
  • Jabra
# A8 - Guanhao
auto eth0
iface eth0 inet static
    address 10.12.16.2
    netmask 255.255.252.0
    gateway 10.12.16.1
  • Maingate
# A9 - Guanhao
auto eth0
iface eth0 inet static
    address 10.12.28.3
    netmask 255.255.254.0
    gateway 10.12.28.1
  • EniesLobby
# A12 - Oimo
auto eth0
iface eth0 inet static
    address 10.12.30.2
    netmask 255.255.255.0
    gateway 10.12.30.1
  • Elena
# A13 - Seastone
auto eth0
iface eth0 inet static
    address 10.12.20.2
    netmask 255.255.252.0
    gateway 10.12.20.1

Routing (baru dikerjakan setelah demo revisi)

  • Foosha
route add -net 10.12.12.0 netmask 255.255.252.0 gw 10.12.31.242
route add -net 10.12.31.244 netmask 255.255.255.252 gw 10.12.31.242
route add -net 10.12.0.0 netmask 255.255.248.0 gw 10.12.31.242
route add -net 10.12.31.0 netmask 255.255.255.128 gw 10.12.31.242
route add -net 10.12.16.0 netmask 255.255.252.0 gw 10.12.31.250
route add -net 10.12.16.0 netmask 255.255.254.0 gw 10.12.31.250
route add -net 10.12.31.224 netmask 255.255.255.240 gw 10.12.31.250
route add -net 10.12.31.252 netmask 255.255.255.252 gw 10.12.31.250
route add -net 10.12.30.0 netmask 255.255.255.0 gw 10.12.31.250
route add -net 10.12.20.0 netmask 255.255.252.0 gw 10.12.31.250
route add -net 177.13.169.109 netmask 255.255.255.252 gw 10.12.31.250
  • Water7
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.12.8.1
route add -net 10.12.0.0 netmask 255.255.248.0 gw 10.12.31.246
route add -net 10.12.31.0 netmask 255.255.255.128 gw 10.12.31.246
  • Pucci
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.12.31.245
  • Guanhao
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.12.31.249
route add -net 10.12.31.224 netmask 255.255.255.240 gw 10.12.28.2
route add -net 10.12.30.0 netmask 255.255.255.0 gw 10.12.31.254
route add -net 10.12.20.0 netmask 255.255.252.0 gw 10.12.31.254
route add -net 177.13.169.109 netmask 255.255.255.252 gw 10.12.31.254
  • Alabasta
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.12.28.1
  • Oimo
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.12.31.253
route add -net 10.12.20.0 netmask 255.255.252.0 gw 10.12.30.3
  • Seastone
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.12.30.1

CIDR pada CPT

Berikut langkah kami dalam menyusun susunan netmask dalam CIDR:

Langkah 1

Menentukan subnet yang ada dalam topologi dan labelling netmask. Topologi CIDR

Langkah 2

Menggabungkan subnet paling bawah dan jauh dari internet dengan subnet terdekatnya. Lantas, dibentuklah subnet terbesar dari subnet yang kecil.

Untuk subnet BX disusun sebagai berikut. Subnet BX

Untuk subnet CX disusun sebagai berikut. Subnet CX

Untuk subnet DX disusun sebagai berikut. Subnet DX

Untuk subnet EX disusun sebagai berikut. Subnet EX

Untuk subnet FX disusun sebagai berikut. Subnet FX

Untuk subnet GX disusun sebagai berikut. Subnet GX

Langkah 3

Dari proses tersebut, didapatkan netmask /15. Kali ini didapatkan NID 10.12.0.0 dengan netmask 255.254.0.0.

Langkah 4

Maka, pembagian IP dengan pohon penggabungan subnet menjadi sebagai berikut. Pohon IP

Langkah 5

Sehingga, pembagian IP menjadi sebagai berikut. Tabel IP

Oleh karena itu, didapatkan bentuk topologi dalam CIDR sebagai berikut. Hasil CIDR

Kendala

  • Pengaturan router harus dilakukan satu persatu.
  • Mendadaknya perubahan jadwal, sehingga bertabrakan dengan beberapa deadline.

About

Repository praktikum modul 4 Jaringan Komputer untuk kelompok B10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published