laporan dst-nat




        NAMA: RENI MEYLANY
        KELAS: XI TJKT B


PENGERTIAN DST-NAT
dstnat (Destination NAT) : pengalihan dikerjakan untuk paket data yang menuju jaringan lokal. Ini umum difungsikan untuk membuat host dalam jaringan lokal dapat diakses dari luar jaringan (internet). NAT dapat merubah alamat IP arah paket dengan alamat IP lokal

CARA KONFIGURASI DST-NAT

pc1
1.masuk winbox pilih firewall nat lalu tambahkan di filter rules
        chain= dstnat
        dst addres= pake gateway pc1
        protocol=tcp
        dst.port=2024


2.lalu ke action 
        action=dst-nat
        to address= pake ip address pcb/ether2
        to port=80

3.lalu ke browser cari ip gateway ether 1 (192.168.6.1)

4.lalu di browser ether1 cari (192.168.6.1:2024) 2024 itu adalah dst.port

5.
lalu di browser ether1 cari ip yang akan di buka memakai ip gateway ether1(192.168.6.1/reni)


PCB/ETHER2

1.masuk winbox pilih firewall nat lalu tambahkan di filter rules
        chain= dstnat
        dst addres= pake gateway ether2
        protocol=tcp
        dst.port=2025

2.lalu ke action 
        action=dst-nat
        to address= pake ip address ether1
        to port=80

3.lalu ke browser cari ip gateway ether 2 (192.168.106.1)

4.lalu di browser ether2 cari (192.168.106.1:2025) 2025 itu adalah dst.port

5.lalu di browser ether2 cari ip yang akan di buka memakai ip gateway ether2(192.168.106.1/puput)







Komentar

Postingan populer dari blog ini

Jurnal PKL hari ke 1

LAPORAN INSTALL PHP DI RHEL 9

LAPORAN INSTALASI REDHAT DI VIRTUAL BOX