December 2001
Intermediate to advanced
608 pages
25h 14m
English
ip nat — interface
ip nat {inside | outside}
no ip nat {inside | outside}IP Network Address Translation (NAT)
Disabled
This command configures an interface for NAT. The translation can
occur for inside or outside
addresses.
In the following configuration, ethernet0 is our
internal network with the internal IP address;
serial0 is our external interface to the Internet.
The NAT translation should be inside on
ethernet0 and outside on
serial0.
interface ethernet0 ip address 10.10.1.1 255.255.255.0 ip nat inside interface serial0 ip address 192.168.1.1 255.255.255.0 ip nat outside
Read now
Unlock full access