cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
487
Views
0
Helpful
2
Replies

Static NAT

Tommy Svensson
Level 1
Level 1

Hi.

I have the following configuration and i want o add 2 IP addresses and map with two internal devices.

How do i configure this?

Regards Tommy Svensson


IP range between xxxxxxxxx.64 - xxxxxxxxx.79
where .64 is network address and .79 broadcast


This mapping is what i would like to accomplish
External address to devices: xxxxxxxxxx.76 and xxxxxxxxxx.77
Internal address to devices: 10.10.11.20 and 10.10.11.30

ip nat pool with_overload2 xxxxxxxx.67 xxxxxxxxxxx.67 prefix-length 28
ip nat inside source list 105 pool with_overload2 overload
ip route 0.0.0.0 0.0.0.0 xxxxxxxxxxxx.65

access-list 105 permit ip 10.10.1.0 0.0.0.255 any
access-list 105 permit ip 10.10.10.0 0.0.0.255 any
access-list 105 permit ip 10.10.11.0 0.0.0.255 any
access-list 105 permit ip 10.10.12.0 0.0.0.255 any
access-list 105 permit ip 10.10.13.0 0.0.0.255 any
access-list 105 permit ip 10.10.14.0 0.0.0.255 any
access-list 105 permit ip 10.10.15.0 0.0.0.255 any

2 Accepted Solutions

Accepted Solutions

Latchum Naidu
VIP Alumni
VIP Alumni

Hi,

You can do static NAT like below...

ip nat inside source static 10.10.11.20 195.59.59.76 extendable
ip nat inside source static 10.10.11.30 195.59.59.77 extendable

If you want do PAT the do like below...

ip nat inside source static tcp 10.10.11.20 80 195.59.59.76 80 extendable

Hope the above will help you...

Please rate the helpfull posts.
Regards,
Naidu.

View solution in original post

cadet alain
VIP Alumni
VIP Alumni

Hi,

ip nat inside source static 10.10.11.20 xxx.xxx.xxx.76

ip nat inside source static 10.10.11.30 xxx.xxx.xxx.77

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

Latchum Naidu
VIP Alumni
VIP Alumni

Hi,

You can do static NAT like below...

ip nat inside source static 10.10.11.20 195.59.59.76 extendable
ip nat inside source static 10.10.11.30 195.59.59.77 extendable

If you want do PAT the do like below...

ip nat inside source static tcp 10.10.11.20 80 195.59.59.76 80 extendable

Hope the above will help you...

Please rate the helpfull posts.
Regards,
Naidu.

cadet alain
VIP Alumni
VIP Alumni

Hi,

ip nat inside source static 10.10.11.20 xxx.xxx.xxx.76

ip nat inside source static 10.10.11.30 xxx.xxx.xxx.77

Regards.

Alain.

Don't forget to rate helpful posts.
Review Cisco Networking for a $25 gift card