Static NAT -- Configuration and Verification -- NAT on Cisco IOS Routers (FREE Course Preview)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • This video demonstrates the syntax to configure a Static NAT on a Cisco Router. We then send packets through the device to show you the packets before and after translation to show you exactly what is modified with a Static NAT. We'll also look at the command `show ip nat translations` to verify the NAT operation through a Cisco router.
    This is a free lesson from my course on Network Address Translation on Udemy. The course runs $30 normally, or less through the various Udemy Sales:
    www.udemy.com/...
    Or you can by it from me directly for $10:
    classes.pracne...
    ====
    The full course has two modules:
    The first module will teach you Everything there is to know about Network Address Translation: Why it exists, How it it works, What happens to packets as they get translated. This module will explain every type of translation: Static NAT, Static PAT, Dynamic PAT, and Dynamic NAT. You'll learn about each of these in a way that is completely vendor agnostic -- the concepts you learn here will apply to any vendor and any platform. You'll then learn how these four types of translations are used in Policy NAT and Twice NAT.
    The second module will teach you how to Configure and Verify each type of address translation discussed in Module 1. If you configure or troubleshoot NAT on a Cisco Router, this is the module for you! We'll methodically take you through the the syntax for each type of NAT and show you various show commands that let you validate NAT's operation.
    The lab topology will show and prove every NAT concept from Module 1, as we show you a packet capture before it arrives on the NAT router, and after it leaves the NAT router -- showing you exactly what is changed and in what situations.
    This course is the last resource you will ever have to study to become a subject matter expert (SME) on NAT on a Cisco Router.

ความคิดเห็น • 27

  • @dannydominguez6815
    @dannydominguez6815 ปีที่แล้ว

    The inside global IP addresses are not in the topology. Where did you get them? Can they be any IP addresses you want?

  • @mashudu6254
    @mashudu6254 ปีที่แล้ว

    im a bit lost here, how did you find the inside global address?

  • @souzabimaru2658
    @souzabimaru2658 ปีที่แล้ว

    i am sorry but isnt r3 a public ip address?

  • @mitchfierro7044
    @mitchfierro7044 3 ปีที่แล้ว +1

    is BGP already set up between the routers, in this example?

    • @PracticalNetworking
      @PracticalNetworking  3 ปีที่แล้ว

      Not BGP, but I have static routes and static default routes configured on the Routers.

  •  3 ปีที่แล้ว +1

    Hello!, thx for your tutorials, really good material!. I´m starting in Networking, and it is probably a dumb question, but, How do you get that capture packet windows from xR1 and xR3?

    •  3 ปีที่แล้ว +1

      Nevermind, i got it. I´m replying your lab with eve-ng, but now I have wireshark integrated and can capture packets. Congratulations again for your work!

    • @PracticalNetworking
      @PracticalNetworking  3 ปีที่แล้ว +1

      In the full course I talk through the environment set up. Those windows xR1 and xR3 are Linux hosts configured as Routers, and the captures are merely TCPdumps.
      But well done on re-creating it yourself in eve-ng =)

  • @cybersecurity90
    @cybersecurity90 4 ปีที่แล้ว +3

    Perfect. great explanation

  • @ozkand.2666
    @ozkand.2666 4 หลายเดือนก่อน

    Thanks bro. Good job...

  • @shriloo
    @shriloo 3 ปีที่แล้ว +1

    Well explained... Thanks keep posting more videos....

  • @ianm-cmd_rav1448
    @ianm-cmd_rav1448 3 ปีที่แล้ว +1

    Great example by showing live demonstration

  • @thilsathahmad5014
    @thilsathahmad5014 2 ปีที่แล้ว

    This video is cool. Could you share the configuration video link?
    Also, from the Topology, I cant understand where the 9.9.9.x network comes

    • @PracticalNetworking
      @PracticalNetworking  2 ปีที่แล้ว

      The 9.9.9.x network is the network I picked for all translated addresses. This could be, for instance, the IP space assigned to the company that owns the NAT Router.
      (not sure what you mean by configuration video link?)

  • @TheAntonio6579
    @TheAntonio6579 3 ปีที่แล้ว +1

    Thanks man, very helpfull

  • @liamtingle2762
    @liamtingle2762 2 ปีที่แล้ว +1

    Brilliant video !!

  • @star_roblox1821
    @star_roblox1821 ปีที่แล้ว

    Appreciated your efforts..

  • @stellardancing
    @stellardancing 3 ปีที่แล้ว +1

    Great video

  • @scorpio_1312
    @scorpio_1312 4 ปีที่แล้ว +1

    Hi Ed, great tutorial and great explanation! I have a question, you are statically mapping addresses in the 10.1.1.0/24 network to 9.9.9.0 in R2, from the perspective of R3, how does R3 know how to communicate back to 9.9.9.0? are you advertising that network on R2? I know this is a NAT tutorial but I just had that question.

    • @PracticalNetworking
      @PracticalNetworking  4 ปีที่แล้ว

      Yea, good question. If I recall, I had R2's gateway pointing to R3. Then I had a specific static route on R2 telling it that the 10.1.1.0/24 network existed behind R1.
      R3 and R1 both had default gateways pointing back to R2.
      This worked for all the NAT's in this course, except for when we got into Twice NAT. For that one I had to add an additional static route on R2. I explain that in the Twice NAT video.

    • @scorpio_1312
      @scorpio_1312 4 ปีที่แล้ว

      @@PracticalNetworking Thank you! Watching the twice NAT video now :)