Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
1
Network Configuration
Oleh: Ferry Astika Saputra
2
Topik Network Address IP Class Network Configuration
Network Connection Practice Assignment
3
Network Address
4
Type of Network Address
Logical Alamat yang dihasilkan oleh software (logic). Alamat dapat dirubah Physical Alamat yang tertanam secara fisik di hardware
5
Type of Net….. (cont’d) Physical Address Logical Address
6
Connectivity Requirements
IP Netmask Gateway NameServer (DNS)
7
IP Class
8
Jenis IP IPv4 32 bit Decimal IPv6 48 bit Hex
9
Tipe Kelas-Kelas IPv4 Klas A: 0-127 Private: 10.x.x.x / 255.0.0.0
Klas B: Private: x.x / Klas C: Private: x / Klas D & E (Multicast) Loopback IP:
10
Network Configuration
11
Jenis Konfigurasi Manual Menggunakan script / Statis Automatic
Dynamis / Menggunakan DHCP
12
Konfigurasi
13
Network Connection Ping Test Konektifitas Menggunakan protocol ICMP
Memiliki banyak type ICMP
14
Network Connection (cont’d)
Ping Digunakan unutk melakukan tes konektivitas Traceroute Digunakan untuk melacak route suatu host Arp Digunakan untuk melihat cache dari tabel arp
15
Practice
16
Configurasi Alamat IP Melihat configurasi IP # ifconfig
Mengkonfigurasi IP (temporary) # ifconfig x.x.x.x netmask x.x.x.x Misal: # ifconfig YYY netmask YYY = 200~254 Cek konfigurasi dengan menggunakan ifconfig
17
Config ... Menambahkan konfigurasi gateway secara manual
Menambahkan konfigurasi name server secara manual # route add default gw domain comnet.eepis-its.edu search comnet.eepis-its.edu nameserver nameserver # nano /etc/resolv.conf
18
Config ... Cek koneksi # ping -c5 (host IP) #ping 202.9.85. 3
#ping {bebas ke alamat lain} Gunakan “man” untuk mencari format dari perintah ping . Catat hasil untuk masing-masing hasil diatas
19
Config…. (Cont’d) Konfigurasi alamat IP (Menggunakan DHCP)
# dhclient (device) Misal: #dhclient eth0 -v #dhclient wlan0 -v Dari manakah DCHP servernya???? (Gunakan option -v) # ifconfig
20
Config…. (Cont’d) Konfigurasi alamat IP (menggunakan script)
# vim /etc/network/interfaces # /etc/init.d/networking restart # ifconfig auto lo iface lo inet loopback auto eth0 iface eth0 inet static address YYY netmask network broadcast gateway auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
21
Traceroute & ARP #traceroute #traceroute #arp
22
Assignment
23
Tugas Apa fungsi ttl pada hasil perintah dari ping
Jelaskan beberapa option pada perintah traceroute !
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.