Nat Query from Website

controlcontrol Member Posts: 309
I've been reading the following article and a bit confused so not sure if it's wrong? Someone confirm?

Understanding NAT address types - Packet Life

In the part where the config is listed (below) - shouldn't the IP nat inside source static be something along the lines of 192.168.0.10 10.0.0.x ? rather than 192.0.2.10? I'm not sure where the 192.0.2.10 came from. I may be missing something here though..

interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.252 ip nat outside!interface FastEthernet0/1 ip address 192.168.0.1 255.255.255.0 ip nat inside!ip nat inside source static 192.168.0.10 192.0.2.10

Comments

  • DANMOH009DANMOH009 Member Posts: 241
    Its just used as an example to show the translation take place.

    The static you mentioned is """ip nat inside source static 192.168.0.10 192.0.2.10"""

    Translated = when 192.168.0.10 hits router change it to 192.0.2.10
Sign In or Register to comment.