Jarkom-Modul-4-D03-2022

Kelompok D03

No Nama NRP
1 Antonio Taifan Montana 5025201219
2 Wina Tungmiharja 5025201242
3 Vania Rizky Juliana Wachid 5025201215

PREFIX IP Kelompok = 192.186

Direktori Jawaban

Expand
  1. CIDR dengan GNS
  2. VLSM dengan CPT

soal shift 4 1

CIDR

dengan metode ini, kita akan menggabungkan subnet dari node yang paling jauh dari sumber NAT (internet), kemudian kita akan menggabungkan satu per satu sampai semua node menjadi satu grup.

Penggabungan Node

  1. Kondisi Node Awal

A

Subnet Alias Jumlah IP Netmask
A1 guideau-the minister 1001 22
A2 the minister-the order 2 30
A3 the order-asnaf 51 26
A4 the order-the reisnonace 2 30
A5 the reisnonace-the beast 2 30
A6 the reisnonace-the magical 2 30
A7 the magical-haines-corvekt 271 23
A8 minister-dauntless 2 30
A9 matt cugat-the instrument 121 25
A10 the reisonance-the instrument 2 30
A11 the dountless-phanora-johan 251 24
A12 the instrument-the profound 2 30
A13 the profound-spendrow 121 25
A14 keith-the firefist-the queen 211 24
A15 the instrument-the firefist 2 30
A16 heiga-the profound 71 25
A17 the queen-the witch 2 30
A18 the firefist-oakleave 501 23
  1. Penggabungan Node Pertama (B) B
Subnet Alias Jumlah IP Netmask
B1 A8,A11 251 23
B2 A14,A17 211 23
B3 A13,A16 121 24
  1. Penggabungan Node Kedua (C) C
Subnet Alias Jumlah IP Netmask
C1 B1,A1 1001 21
C2 B2,A18 501 22
C3 B3,A12 121 23
  1. Penggabungan Node Ketiga (D) D
Subnet Alias Jumlah IP Netmask
D1 C1,A2 1001 20
D2 C2,A15 501 21
D3 C3,A9 121 22
  1. Penggabungan Node Keempat (E) E
Subnet Alias Jumlah IP Netmask
E1 D1,A3 1001 19
E2 D2,D3 501 20
  1. Penggabungan Node Kelima (F) F
Subnet Alias Jumlah IP Netmask
F1 E1,A4 1001 18
F2 E2,A10 501 19
  1. Penggabungan Node Keenam (G) G
Subnet Alias Jumlah IP Netmask
G1 F1,A5 1001 17
G2 F2,A6 501 18
  1. Penggabungan Node Ketujuh (H) H
Subnet Alias Jumlah IP Netmask
H1 G2,A7 501 17
  1. Penggabungan Node Kedelapan (I) i
Subnet Alias Jumlah IP Netmask
I1 H1,G1 1001 16

Pohon IP

image

Tabel Pembagian IP

Subnet Alias IP Subnet Mask Length
A1 guideau-the minister 192.186.0.0 255.255.252.0 22
A2 the minister-the order 192.186.8.0 255.255.255.252 30
A3 the order-asnaf 192.186.16.0 255.255.255.192 26
A4 the order-the reisnonace 192.186.32.0 255.255.255.252 30
A5 the reisnonace-the beast 192.186.64.0 255.255.255.252 30
A6 the reisnonace-the magical 192.186.160.0 255.255.255.252 30
A7 the magical-haines-corvekt 192.186.192.0 255.255.254.0 23
A8 minister-dauntless 192.186.5.0 255.255.255.252 30
A9 matt cugat-the instrument 192.186.138.0 255.255.255.128 25
A10 the reisonance-the instrument 192.186.144.0 255.255.255.252 30
A11 the dountless-phanora-johan 192.186.4.0 255.255.255.0 24
A12 the instrument-the profound 192.186.137.0 255.255.255.252 30
A13 the profound-spendrow 192.186.136.0 255.255.255.128 25
A14 keith-the firefist-the queen 192.186.130.0 255.255.255.0 24
A15 the instrument-the firefist 192.186.132.0 255.255.255.252 30
A16 heiga-the profound 192.186.136.128 255.255.255.128 25
A17 the queen-the witch 192.186.131.0 255.255.255.252 30
A18 the firefist-oakleave 192.186.128.0 255.255.254.0 23

Network Configuration

  1. Guideau
auto eth0
iface eth0 inet static
address 192.186.0.2
netmask 255.255.252.0
gateway 192.186.0.1
  1. The Minister
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.8.2
netmask 255.255.255.252
gateway 192.186.8.1

auto eth1
iface eth1 inet static
address 192.186.0.1
netmask 255.255.252.0

auto eth2
iface eth2 inet static
address 192.186.5.1
netmask 255.255.255.252
  1. The Dauntless
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.5.2
netmask 255.255.255.252
gateway 192.186.5.1

auto eth1
iface eth1 inet static
address 192.186.4.1
netmask 255.255.255.0
  1. Phanora
auto eth0
iface eth0 inet static
address 192.186.4.2
netmask 255.255.255.0
gateway 192.186.4.1
  1. Johan
auto eth0
iface eth0 inet static
address 192.186.4.3
netmask 255.255.255.0
gateway 192.186.4.1
  1. The Order
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.32.2
netmask 255.255.255.252
gateway 192.186.32.1

auto eth1
iface eth1 inet static
address 192.186.16.1
netmask 255.255.255.192

auto eth2
iface eth2 inet static
address 192.186.8.1
netmask 255.255.255.252
  1. Ashaf
auto eth0
iface eth0 inet static
address 192.186.16.2
netmask 255.255.255.192
gateway 192.186.16.1
  1. The Resonance
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet static
address 192.186.32.1
netmask 255.255.255.252

auto eth2
iface eth2 inet static
address 192.186.144.1
netmask 255.255.255.252

auto eth3
iface eth3 inet static
address 192.186.160.1
netmask 255.255.255.252

auto eth4
iface eth4 inet static
address 192.186.64.1
netmask 255.255.255.252
  1. The Instrument
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.144.2
netmask 255.255.255.252
gateway 192.186.144.1

auto eth1
iface eth1 inet static
address 192.186.138.1
netmask 255.255.255.128

auto eth2
iface eth2 inet static
address 192.186.132.1
netmask 255.255.255.252

auto eth3
iface eth3 inet static
address 192.186.137.1
netmask 255.255.255.252
  1. Matt Cugat
auto eth0
iface eth0 inet static
address 192.186.138.2
netmask 255.255.255.128
gateway 192.186.138.1
  1. The Firefist
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.132.2
netmask 255.255.255.252
gateway 192.186.132.1

auto eth1
iface eth1 inet static
address 192.186.130.1
netmask 255.255.255.0

auto eth2
iface eth2 inet static
address 192.186.128.1
netmask 255.255.254.0
  1. Keith
auto eth0
iface eth0 inet static
address 192.186.130.2
netmask 255.255.255.0
gateway 192.186.130.1
  1. The Queen
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.130.3
netmask 255.255.255.0
gateway 192.186.130.1

auto eth1
iface eth1 inet static
address 192.186.131.1
netmask 255.255.255.252
  1. The Witch
auto eth0
iface eth0 inet static
address 192.186.131.2
netmask 255.255.255.252
gateway 192.186.131.1
  1. Oakleave
auto eth0
iface eth0 inet static
address 192.186.128.2
netmask 255.255.254.0
gateway 192.186.128.1
  1. The Profound
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.137.2
netmask 255.255.255.252
gateway 192.186.137.1

auto eth1
iface eth1 inet static
address 192.186.136.129
netmask 255.255.255.128

auto eth2
iface eth2 inet static
address 192.186.136.1
netmask 255.255.255.128
  1. Helga
auto eth0
iface eth0 inet static
address 192.186.136.130
netmask 255.255.255.128
gateway 192.186.136.129
  1. Spendrow
auto eth0
iface eth0 inet static
address 192.186.136.2
netmask 255.255.255.128
gateway 192.186.136.1
  1. The Magical
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.186.160.2
netmask 255.255.255.252
gateway 192.186.160.1

auto eth1
iface eth1 inet static
address 192.186.192.1
netmask 255.255.254.0
  1. Corvekt
auto eth0
iface eth0 inet static
address 192.186.192.2
netmask 255.255.254.0
gateway 192.186.192.1
  1. Haines
auto eth0
iface eth0 inet static
address 192.186.192.3
netmask 255.255.254.0
gateway 192.186.192.1
  1. The Beast
auto eth0
iface eth0 inet static
address 192.186.64.2
netmask 255.255.255.252
gateway 192.186.64.1

Routing

  1. The Minister
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.8.1
route add -net 192.186.4.0 netmask 255.255.255.0 gw 192.186.5.2

route add -net 192.186.5.0 netmask 255.255.255.252 gw 192.186.5.2
  1. The dauntless
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.8.2
  1. The Order
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.32.1
route add -net 192.186.0.0 netmask 255.255.252.0 gw 192.186.8.2
route add -net 192.186.5.0 netmask 255.255.255.252 gw 192.186.8.2
route add -net 192.186.4.0 netmask 255.255.255.0 gw 192.186.8.2

route add -net 192.186.8.0 netmask 255.255.255.252 gw 192.186.8.2
  1. The resonance
# The Order
route add -net 192.186.0.0 netmask 255.255.252.0 gw 192.186.32.2
route add -net 192.186.8.0 netmask 255.255.255.252 gw 192.186.32.2
route add -net 192.186.16.0 netmask 255.255.255.192 gw 192.186.32.2
route add -net 192.186.5.0 netmask 255.255.255.252 gw 192.186.32.2
route add -net 192.186.4.0 netmask 255.255.255.0 gw 192.186.32.2

# The Instrument 
route add -net 192.186.138.0 netmask 255.255.255.128 gw 192.186.144.2
route add -net 192.186.137.0 netmask 255.255.255.252 gw 192.186.144.2
route add -net 192.186.136.0 netmask 255.255.255.128 gw 192.186.144.2
route add -net 192.186.130.0 netmask 255.255.255.0 gw 192.186.144.2
route add -net 192.186.132.0 netmask 255.255.255.252 gw 192.186.144.2
route add -net 192.186.136.128 netmask 255.255.255.128 gw 192.186.144.2
route add -net 192.186.131.0 netmask 255.255.255.252 gw 192.186.144.2
route add -net 192.186.128.0 netmask 255.255.254.0 gw 192.186.144.2

# The Magical
route add -net 192.186.192.0 netmask 255.255.254.0 gw 192.186.160.2
  1. The Instrument
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.144.1
route add -net 192.186.130.0 netmask 255.255.255.0 gw 192.186.132.2
route add -net 192.186.131.0 netmask 255.255.255.252 gw 192.186.132.2
route add -net 192.186.128.0 netmask 255.255.254.0 gw 192.186.132.2

route add -net 192.186.132.0 netmask 255.255.255.252 gw 192.186.132.2
  1. The Firefist
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.144.2
route add -net 192.186.131.0 netmask 255.255.255.252 gw 192.186.130.3

route add -net 192.186.130.0 netmask 255.255.255.252 gw 192.186.130.3
  1. The Queen
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.132.2
  1. The Profound
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.144.2
  1. The Magical
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.186.160.1

Hasil Topologi pada GNS3

image

Hasil IP per komputer

  1. Haines

image

  1. Helga

image

  1. Spendrow

image

  1. Asahf

image

  1. Keith

image

  1. Johan

image

  1. Phanora

image

  1. The Beast

image

  1. Corvekt

image

  1. Oakkleave

image

  1. MattCugat

image

  1. The Witch

image

  1. Guideau

image

VLSM

Perhitungan IP

Subnet Alias Jumlah IP Netmask
A1 guideau - the minister 1001 22
A2 the minister - the order 2 30
A3 the order - asnaf 51 26
A4 the order - the reisnonace 2 30
A5 the reisnonace - server 2 30
A6 the reisnonace - server 2 30
A7 magical-haines-corvekt 271 23
A8 minister-dauntless 2 30
A9 mtt cugat-the instrument 121 25
A10 the reisonance-the instrument 2 30
A11 the dountless-phanora-johan 251 24
A12 the instrument-the profound 2 30
A13 the profound-spendrow 121 25
A14 keith-the firefist-the queen 211 24
A15 the instrument-the firefist 2 30
A16 heiga-the profound 71 25
A17 the witch - the queen 2 30
A18 The firefirst-oakleave 501 23
Jumlah IP 2617 20

Pohon IP
Screenshot 2022-11-23 at 21 31 10

Hasil Pembagian IP per node

Subnet Node IP Length Netmask
A1 The Minister 192.186.0.1 /22 255.255.252.0
A1 Guideau 192.186.0.2 255.255.252.0
A2 The Minister 192.186.9.194 /30 255.255.255.252
A2 The Order 192.186.9.193 255.255.255.252
A3 The Order 192.186.9.129 /26 255.255.255.192
A3 Asnaf 192.186.9.130 255.255.255.192
A4 The Order 192.186.9.197 /30 255.255.255.252
A4 The Resinonace 192.186.9.198 255.255.255.252
A5 The Resinonace 192.186.9.201 /30 255.255.255.252
A5 Server 192.186.9.202 255.255.255.252
A6 The Resinonace 192.186.9.205 /30 255.255.255.252
A6 The Magical 192.186.9.206 255.255.255.252
A7 The Magical 192.186.4.1 /23 255.255.254.0
A7 Haines 192.186.4.2 255.255.254.0
A7 Corvekt 192.186.4.3 255.255.254.0
A8 The Minister 192.186.9.209 /30 255.255.255.252
A8 The Dauntless 192.186.9.210 255.255.255.252
A9 Matt Cugatt 192.186.8.2 /25 255.255.255.128
A9 The Instrument 192.186.8.1 255.255.255.128
A10 The Instrument 192.186.9.213 /30 255.255.255.252
A10 The Resinonace 192.186.9.214 255.255.255.252
A11 The Dauntless 192.186.6.1 /24 255.255.255.0
A11 Phanora 192.186.6.2 255.255.255.0
A11 Johan 192.186.6.3 255.255.255.0
A12 The Instrument 192.186.9.217 /30 255.255.255.252
A12 The Profound 192.186.9.218 255.255.255.252
A13 The Profound 192.186.8.129 /25 255.255.255.128
A13 Spendrow 192.186.8.130 255.255.255.128
A14 The Firefirst 192.186.6.1 /24 255.255.255.0
A14 The Queen 192.186.6.2 255.255.255.0
A14 Keith 192.186.6.3 255.255.255.0
A15 The Instrument 192.186.9.221 /30 255.255.255.252
A15 The FIrefirst 192.186.9.222 255.255.255.252
A16 Heiga 192.186.9.1 /25 255.255.255.128
A16 The Profound 192.186.9.2 255.255.255.128
A17 The Witch 192.186.9.225 /30 255.255.255.252
A17 The Queen 192.186.9.226 255.255.255.252
A18 The FIrefirst 192.186.10.1 /23 255.255.254.0
A18 Oakleave 192.186.10.2 255.255.254.0