![]() Home --> Cisco Tips --> Dynamic NAT Configuration Most cable modem and DSL routers offer the ability to share the single broadband connection to multiple computers on a home network. Sharing a single internet connection and IP address is made possible by a technology called Network Address Translation (NAT), more specifically Dynamic NAT. Simple home routers hide the complexities of NAT from the user, while Cisco devices reveal the inner workings and provide more granular control of the features. Internet addresses are 32 bits long, allowing a possible 4.2 billion unique addresses. If each person on earth required one IP address, the available addresses would be quickly exhausted. One solution is the use of "private" IP addresses--address blocks that will never routed on the internet. RFC 1918 establishes three private IP blocks: 10.0.0.0 -
10.255.255.255 Because these addresses will never conflict with a public internet address, they can be used to provide a nearly endless supply of addresses for a private network. A NAT router sits on the border between the private network and the public internet. It basically relays network traffic on behalf of the private network hosts. The following section examines how dynamic NAT is configured on Cisco IOS devices. Configuration steps:
1) Define the outside interface Sample config:
interface ethernet0
|