Jumat, 07 Agustus 2020

Konfigurasi DMZ pada router Cisco

=================================================

                            Cisco 7200-R1

            =================================================

            enable

            configure terminal

            int f0/0

            ip add 10.11.0.1 255.255.255.240

            no shutdown

            exit

            =================================================

            int f1/0

            ip add 172.17.0.1 255.255.255.252

            no shutdown

            exit

            =================================================

            ip route 0.0.0.0 0.0.0.0 100.11.0.2

            

            =================================================

                                    Mikrotik   

            =================================================

            ip address add address=10.11.0.2/28 interfaces=ether1

            ip address add address=192.168.100.1/27 interfaces=ether2

            ip dhcp-server setup

            

            =================================================

                      Cisco 7200-

            =================================================

            ip nat inside static 172.17.0.2 10.11.0.3

            int f0/0

            ip nat outside

            exit

            int f1/0

            ip nat inside

            exit

             

0 komentar:

Posting Komentar