cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
288
Views
5
Helpful
2
Replies

Static NATing for the same IP on 2 different Router Interfaces?

haithamnofal
Level 3
Level 3

Hi There,

I am trying to statically NAT my email server on 2 different internet connections on my border router but this is failing as soon as enter the second static NAT command and it gives me an error message stating that the address is already NATed! Is there a way to NAT the same IP on 2 different global address?

The configuration I am using is:

ip nat inside source static 192.168.10.4 x.x.x.x

ip nat inside source static 192.168.10.4 y.y.y.y

Regards,

Haitham

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Hi Haitham

You need to use the extendable keyword at the end of your NAT statements.

Here is a link to a NAT overview doc. Scroll down to the "Feature Enhancements" section. There is an example for what your trying to do.

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a0080091cb9.shtml

HTH

Jon

devang_etcom
Level 7
Level 7

hi,

you can go for like this...

ip nat inside source static tcp 192.168.10.4 25 x.x.x.x 25 extendable

ip nat inside source static tcp 192.168.10.4 25 y.y.y.y 25 extendable

regards

Devang

Review Cisco Networking products for a $25 gift card