Friday 5 June 2015

NAT

NAT atau network address changing adalah mengubah real address ke alamat-alamat lain yang sudah dipetakan.

Router NAT bertugas:
1. Memetakan alamat
2. Mengembalikan alamat

Dari sudut pandang NAT, paket terdiri dari dua:
1. Originating Packet
2. Responding Paket

Jenis NAT:
A. Static NAT
1. Sticky: hanya hilang dari translation table jika command ip nat inside source static ... dihapus dari konfigurasi.
2. Static NAT tidak menggunakan access-list 
3. Contoh command:
ip nat inside source static ....

B. Dynamic NAT
1. Not-sticky tapi pakai periode timeout. Jika periode timeout habis entry akan di purge/dihapus dari show ip nat atau translation table.
2. Dynamic NAT menggunakan access-list
3. Contoh command:
ip nat inside source list ....

Cara melihat translation table:
Show ip nat translations

1. Memetakan alamat
2.

Interface:
1. Interface yang tidak berpartisipasi dalam NAT
2. Interface Inside
3. Interface Outside

Terminologi NAT:
1. Local
2. Global
3. Outside
4. Inside

1. Available public address
2. Range address
3. Access list yang direferensikan oleh NAT
4. Interface-interface NAT

1. Darimana/from
2. Yang mau diterjemahkan source apa destination

Quiz


Contoh:
1. Translates the source of IP packets that are traveling inside to outside.
Penulis tandai informasi yang penting:  Translates the source of IP packets that are traveling inside to outside.
Jawab: ip nat inside source

No comments:

Post a Comment