RuleLuluDamara / Jarkom-Modul-4-A13-2023

πŸ“ŠπŸ’» Official Report on Computer Networking (Modul 4).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jarkom-Modul-4-A13-2023

Laporan Resmi Pengerjaan Praktikum Jaringan Komputer

No. Anggota NRP
1 Rule Lulu Damara 5025211050

Topologi

image

Rute

Berikut merupakan rute subner yang digunakan pada praktikum berikut : image

Prefix IP

Prefix IP yang digunakan adalah bash 192.175.x.x

VLSM

Topologi

Berikut merupakan topologi yang digunakan dalam metode VLSM dengan GNS3: WhatsApp Image 2023-12-05 at 04 17 29_b943d86c

Tree VLSM

Berikut merupakan tree yang digunakan dalam metode VLSM: image

Pembagian IP

Berikut merupakan Ppemabgian IP yang digunakan dalam metode VLSM dengan GNS3: image

Konfigurasi Network VLSM

Subneting

  • AURA
auto eth0
iface eth0 inet dhcp
up iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE -s 192.175.0.0/19

auto eth1
iface eth1 inet static
	address 192.175.24.133
	netmask 255.255.255.252

auto eth2
iface eth2 inet static
	address 192.175.24.129
	netmask 255.255.255.252

auto eth3
iface eth3 inet static
	address 192.175.24.125
	netmask 255.255.255.252
  • FREIREN
auto eth0
iface eth0 inet static
	address 192.175.24.126
	netmask 255.255.255.252
	gateway 192.175.24.125
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.24.65
	netmask 255.255.255.224

auto eth2
iface eth2 inet static
	address 192.175.24.121
	netmask 255.255.255.252
  • FLAMME
auto eth0
iface eth0 inet static
	address 192.175.24.122
	netmask 255.255.255.252
	gateway 192.175.24.121
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.24.113
	netmask 255.255.255.252

auto eth2
iface eth2 inet static
	address 192.175.8.1
	netmask 255.255.252.0

auto eth3
iface eth3 inet static
	address 192.175.24.117
	netmask 255.255.255.252
  • FERN
auto eth0
iface eth0 inet static
	address 192.175.24.114
	netmask 255.255.255.252
	gateway 192.175.24.113
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.0.1
	netmask 255.255.248.0
  • HIMMEL
auto eth0
iface eth0 inet static
	address 192.175.24.118
	netmask 255.255.255.252
	gateway 192.175.24.117
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.24.97
	netmask 255.255.255.248

-EISEN

auto eth0
iface eth0 inet static
	address 192.175.24.134
	netmask 255.255.255.252
	gateway 192.175.24.133
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.24.137
	netmask 255.255.255.252

auto eth2
iface eth2 inet static
	address 192.175.24.149
	netmask 255.255.255.252

auto eth3
iface eth3 inet static
	address 192.175.24.141
	netmask 255.255.255.252

auto eth4
iface eth4 inet static
	address 192.175.24.105
	netmask 255.255.255.248
  • LINIE
auto eth0
iface eth0 inet static
	address 192.175.24.142
	netmask 255.255.255.252
	gateway 192.175.24.141
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.20.1
	netmask 255.255.254.0

auto eth2
iface eth2 inet static
	address 192.175.24.145
	netmask 255.255.255.252
  • LAWINE
auto eth0
iface eth0 inet static
	address 192.175.24.146
	netmask 255.255.255.252
	gateway 192.175.24.145
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.24.1
	netmask 255.255.255.192
  • HEITER
auto eth0
iface eth0 inet static
	address 192.175.24.3
	netmask 255.255.255.192
	gateway 192.175.24.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.12.1
	netmask 255.255.252.0
  • LUGNER
auto eth0
iface eth0 inet static
	address 192.175.24.150
	netmask 255.255.255.252
	gateway 192.175.24.149
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.16.1
	netmask 255.255.252.0

auto eth2
iface eth2 inet static
	address 192.175.23.1
	netmask 255.255.255.0
  • DANKEN
auto eth0
iface eth0 inet static
	address 192.175.24.130
	netmask 255.255.255.252
	gateway 192.175.24.129
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

auto eth1
iface eth1 inet static
	address 192.175.22.1
	netmask 255.255.255.0

Routing

  • AURA
#Kanan
route add -net 192.175.24.64 netmask 255.255.255.224 gw 192.175.24.126
route add -net 192.175.24.116 netmask 255.255.255.252 gw 192.175.24.126
route add -net 192.175.24.112 netmask 255.255.255.252 gw 192.175.24.126
route add -net 192.175.24.120 netmask 255.255.255.252 gw 192.175.24.126
route add -net 192.175.0.0 netmask 255.255.248.0 gw 192.175.24.126
route add -net 192.175.8.0 netmask 255.255.252.0 gw 192.175.24.126
route add -net 192.175.24.96 netmask 255.255.255.248 gw 192.175.24.126

#Kiri
route add -net 192.175.22.0 netmask 255.255.255.0 gw 192.175.24.130

#Bawah
route add -net 192.175.24.104 netmask 255.255.255.248 gw 192.175.24.134
route add -net 192.175.24.136 netmask 255.255.255.252 gw 192.175.24.134
route add -net 192.175.24.140 netmask 255.255.255.252 gw 192.175.24.134
route add -net 192.175.24.0 netmask 255.255.255.192 gw 192.175.24.134
route add -net 192.175.12.0 netmask 255.255.252.0 gw 192.175.24.134
route add -net 192.175.20.0 netmask 255.255.254.0 gw 192.175.24.134
route add -net 192.175.24.144 netmask 255.255.255.252 gw 192.175.24.134
route add -net 192.175.23.0 netmask 255.255.255.0 gw 192.175.24.134
route add -net 192.175.16.0 netmask 255.255.252.0 gw 192.175.24.134
route add -net 192.175.24.148 netmask 255.255.255.252 gw 192.175.24.134
  • FIREREN
route add -net 192.175.24.120 netmask 255.255.255.252 gw 192.175.24.122
route add -net 192.175.0.0 netmask 255.255.248.0 gw 192.175.24.122
route add -net 192.175.8.0 netmask 255.255.252.0 gw 192.175.24.122
route add -net 192.175.24.116 netmask 255.255.255.252 gw 192.175.24.122
route add -net 192.175.24.96 netmask 255.255.255.248 gw 192.175.24.122
  • FLAMME
route add -net 192.175.0.0 netmask 255.255.255.252 gw 192.175.24.114
route add -net 192.175.24.96 netmask 255.255.255.252 gw 192.175.24.118
  • EISEN
route add -net 192.175.24.144 netmask 255.255.255.252 gw 192.175.24.142
route add -net 192.175.24.0 netmask 255.255.255.192 gw 192.175.24.142
route add -net 192.175.12.0 netmask 255.255.252.0 gw 192.175.24.142
route add -net 192.175.20.0 netmask 255.255.254.0 gw 192.175.24.142

route add -net 192.175.23.0 netmask 255.255.255.0 gw 192.175.24.150
route add -net 192.175.16.0 netmask 255.255.252.0 gw 192.175.24.150
  • LINIE
route add -net 192.175.24.0 netmask 255.255.255.192 gw 192.175.24.146
route add -net 192.175.12.0 netmask 255.255.252.0 gw 192.175.24.146
  • LAWINE
route add -net 192.175.12.0 netmask 255.255.252.0 gw 192.175.24.2

CIFUGURASI CLIENT

  • LAKEKORIDOR
auto eth0
iface eth0 inet static
	address 192.175.24.66
	netmask 255.255.255.224
	gateway 192.175.24.65
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • LAUBHILLS
auto eth0
iface eth0 inet static
	address 192.175.0.2
	netmask 255.255.248.0
	gateway 192.175.0.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • APETITEREGION
auto eth0
iface eth0 inet static
	address 192.175.0.3
	netmask 255.255.248.0
	gateway 192.175.0.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • ROHRROAD
auto eth0
iface eth0 inet static
	address 192.175.8.2
	netmask 255.255.252.0
	gateway 192.175.8.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • ROHRROAD
auto eth0
iface eth0 inet static
	address 192.175.24.98
	netmask 255.255.255.248
	gateway 192.175.24.97
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • RICHTER
auto eth0
iface eth0 inet static
	address 192.175.24.106
	netmask 255.255.255.248
	gateway 192.175.24.105
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • REVOLTE
auto eth0
iface eth0 inet static
	address 192.175.24.107
	netmask 255.255.255.248
	gateway 192.175.24.105
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • BREDREGION
auto eth0
iface eth0 inet static
	address 192.175.24.2
	netmask 255.255.255.192
	gateway 192.175.24.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • SEIN
auto eth0
iface eth0 inet static
	address 192.175.12.2
	netmask 255.255.252.0
	gateway 192.175.12.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • REIGELCANYON
auto eth0
iface eth0 inet static
	address 192.175.12.3
	netmask 255.255.252.0
	gateway 192.175.12.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • GRANZCHANNEL
auto eth0
iface eth0 inet static
	address 192.175.20.2
	netmask 255.255.254.0
	gateway 192.175.20.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • GRABFOREST
auto eth0
iface eth0 inet static
	address 192.175.23.2
	netmask 255.255.255.0
	gateway 192.175.23.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • TURKREGION
auto eth0
iface eth0 inet static
	address 192.175.16.2
	netmask 255.255.252.0
	gateway 192.175.16.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • STARK
auto eth0
iface eth0 inet static
	address 192.175.24.138
	netmask 255.255.255.252
	gateway 192.175.24.137
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • WILEREGION
auto eth0
iface eth0 inet static
	address 192.175.22.3
	netmask 255.255.255.252
	gateway 192.175.22.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf
  • ROYALCAPITAL
auto eth0
iface eth0 inet static
	address 192.175.22.2
	netmask 255.255.255.252
	gateway 192.175.22.1
	up echo nameserver 192.122.168.1 > /etc/resolv.conf

Testing

Berikut testing dengan melakukan ping: WhatsApp Image 2023-12-05 at 04 20 58_739b4c32

CIDR

Topologi

Berikut merupakan topologi yang digunakan dalam metode CIDR dengan CPT image

Tree CIDR

image

Penggabungan IP

image

image

pembagian IP

image

SUBNETING

  • LAUBHILLS

image

  • APPETITREGION

image

  • ROHRROAD

image

  • SCHWERMOUNTAINS

image

  • LAKEKORIDOR

image

  • ROYALCAPITAL

image

  • WILLEREGION

image

  • RITCHER

image

  • REVOLTE

image

  • STARK

image

  • TURKREGION

image

  • GROBEFOREST

image

  • GRANZCHANNEL

image

  • BREDTREGION

image

  • SEIN

image

  • REIGEL CANYON

image

Routing

  • AURA
192.178.0.0/24 via 192.178.1.2
192.177.64.0/27 via 192.177.128.2
192.177.32.0/30 via 192.177.128.2
192.175.144.0/30 via 192.176.0.2
192.175.136.0/30 via 192.176.0.2
192.175.64.0/29 via 192.176.0.2
192.175.32.0/30 via 192.176.0.2
192.177.8.0/30 via 192.177.128.2
192.177.0.0/21 via 192.177.128.2
192.177.16.0/22 via 192.177.128.2
192.177.20.8/30 via 192.177.128.2
192.177.20.0/29 via 192.177.128.2
192.175.128.0/26 via 192.176.0.2
192.175.123.0/24 via 192.176.0.2
192.177.16.0/23 via 192.176.0.2
192.175.8.0/30 via 192.176.0.2
192.175.4.0/26 via 192.176.0.2
192.175.0.0/22 via 192.176.0.2
  • FREIREN
0.0.0.0/0 via 192.177.128.1
192.177.16.0/22 via 192.177.32.2
192.177.8.0/30 via 192.177.32.2
192.177.0.0/21 via 192.177.32.2
192.177.20.8/30 via 192.177.32.2
192.177.20.0/29 via 192.177.32.2
  • FLAMME
0.0.0.0/0 via 192.177.32.1
192.177.0.0/21 via 192.177.8.2
192.177.20.0/29 via 192.177.20.10
  • FERN
0.0.0.0/0 via 192.177.8.1
  • HIMMEL
0.0.0.0/0 via 192.177.20.9
  • DENKEN
0.0.0.0/0 via 192.178.1.1
  • EISEN
0.0.0.0/0 via 192.176.0.1
192.175.128.0/26 via 192.175.136.2
192.175.123.0/24 via 192.175.136.2
192.177.16.0/23 via 192.175.32.2
192.175.8.0/23 via 192.175.32.2
192.175.4.0/26 via 192.175.32.2
192.175.0.0/22 via 192.175.32.2
  • LUGNER
0.0.0.0/0 via 192.175.136.1
  • LINIE
0.0.0.0/0 via 192.175.32.1
192.175.4.0/26 via 192.175.8.2
192.175.0.0/22 via 192.175.8.2
  • LAWINE
0.0.0.0/0 via 192.175.8.1
192.175.0.0/22 via 192.175.4.3
  • HEITER
0.0.0.0/0 via 192.175.4.1

TESTING

Berikut testing dengan melakukan ping image

KENDALA

  • Nguli

About

πŸ“ŠπŸ’» Official Report on Computer Networking (Modul 4).