Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Configuring Static NAT

Sep 09,2009 by alperen

image

Configuring Static NAT

To enable static NAT of an inside source address; use the ip nat inside source command in global configuration to create a single static translation. To remove the static translation, use the no form of this command. The syntax is

Rtr1(config)#ip nat inside source static local-ip global-ip Rtr1(config)#no ip nat inside source static local-ip global-ip

local-ip

Local IP address assigned to an inside host—often taken from RFC 1918 pool

global-ip

Globally unique IP address of an inside host as it appears to the outside world

Creating three static translations for servers in the example at the beginning of this section might look like the following:

Rtr1(config)#ip nat inside source static 10.0.0.201 192.168.1.105
Rtr1(config)#ip nat inside source static 10.0.0.202 192.168.1.106
Rtr1(config)#ip nat inside source static 10.0.0.203 192.168.1.106

362 times read

Related news

» Configuring Static NAT
by alperen posted on Nov 27,2008
» Allocating External Addresses Statically
by admin posted on Jul 21,2008
» Dynamic NAT-Link the Pool of Global Addresses with the Eligible Local Addresses
by alperen posted on Sep 09,2009
» Static NAT
by alperen posted on Sep 09,2009
» Configuring NAT for Overlapping Addresses
by alperen posted on Nov 27,2008
Did you enjoy this article?
Rating: 5.00Rating: 5.00Rating: 5.00Rating: 5.00Rating: 5.00 (total 2 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author