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

NAT question Router 800 series

Luis Carranza
Level 1
Level 1

Hi all

I didn't a find any discussion related to the issue or question i have right now so here I go:

 

I need to create a NAT that need to translate a network segment /24 to an IP, something like this

 

Source: 192.168.10.0/24

NAT: 10.15.3.6

 

This is the configuration we got right now but it's not working

ip nat inside source static network 192.168.3.0 10.13.4.9 /32

 

Any thoughts.?

1 Accepted Solution

Accepted Solutions

Hello,

 

try:

 

ip nat pool NAT 10.15.3.6 10.15.3.6 netmask 255.255.255.0
ip nat inside source list 1 pool NAT overload
!
access-list 1 permit 192.168.10.0

View solution in original post

2 Replies 2

conf t

int XXX ## must be your lan

ip nat inside

 

int YYY ## must be your wan

ip nat outside

 

ip nat inside source list 102 interface YYY overload   ### enable PAT on your WAN interface using ACL 102

 

access-list 102 permit ip 192.168.10.0 0.0.0.255 any

 

end

 

Regards.

Hello,

 

try:

 

ip nat pool NAT 10.15.3.6 10.15.3.6 netmask 255.255.255.0
ip nat inside source list 1 pool NAT overload
!
access-list 1 permit 192.168.10.0

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: