Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Cisco One to One or Static NAT

Reply
Thread Tools

Cisco One to One or Static NAT

 
 
borg1of2 borg1of2 is offline
Junior Member
Join Date: Jun 2007
Posts: 2
 
      06-06-2007
Hi,

I am looking to understand which Cisco router, and specifically if a SOHO 851 or 871 router supports one to one NAT. I am referring to setting up the router so that for inbound and outbound requests the NAT rule applies.

LAN side of the router IP is 192.168.31.101.
Internet side of the router IP is 192.168.9.11. NAT rule is setup so that these two IP's are NATed, the .101 is a physical device. So, that when device with .101 makes a request to a physical device on the internet side, say 192.168.9.30, the .30 device, at the TCP/IP layer, sees the IP request as if it came from 192.168.9.11. Note that the router has a phyiscal IP address of 192.168.9.003.

Normal routing rules the .30 device would see requests coming from the .003, but that is not what I need.

I heard this referred to as Multi Nat, or one to one NAT, or even Static NAT, but I am not really sure.

Any assistance would be appreciated.

Scott
 
Reply With Quote
 
 
 
 
borg1of2 borg1of2 is offline
Junior Member
Join Date: Jun 2007
Posts: 2
 
      06-08-2007
Any Help on this?
 
Reply With Quote
 
 
 
 
rmundy rmundy is offline
Junior Member
Join Date: May 2010
Posts: 10
 
      05-27-2010
Scott,

From the details you've given so far it sounds like you're looking to do NAT overload (also called PAT). There is more information on the cisco website but I'm not able to post a link to it. Just search "configure nat overload" on google.

As far as I'm aware the 800 series is capable of doing NAT as long as the IOS version supports it. An example of the configuration you could use is as below, but there are a few different ways to achieve what you're trying to do.


Router(config)#ip access-list standard ISP
Router(config-std-nacl)#permit 192.168.31.0 255.255.255.0

Router(config)#interface fastethernet 0 (LAN INTERFACE)
Router(config-if)#ip nat inside

Router(config)#interface fastethernet 1 (Internet INTERFACE)
Router(config-if)#ip nat outside

Router(config)#ip nat inside source list ISP interface FastEthernet1 overload
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco 1801 - ADSL/PPPoE - IPSec - Static NAT ---- 56K Dial Backup - NAT Overload skweetis Cisco 0 12-11-2006 04:33 PM
acl+Static nat+Dynamic Nat yadap Cisco 0 08-31-2006 06:50 AM
IPSec tunnels + NAT overload + NAT static alpertech@yahoo.ca Cisco 1 01-20-2006 02:52 PM
NAT overload with some static NAT's and a block public IP's Ronald de Leeuw Cisco 2 07-03-2005 05:45 PM
NAT exemption versus Static NAT. Where is the difference? Anonymous Poster Cisco 0 04-26-2004 04:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57