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

cisco 851, NAT

NetMaxKar
Level 1
Level 1

Hello.

I have the next problem:

10.194.0.0/24 is the network behind the 851 router. (LAN)

192.168.224.0/24 the network ahead the 851 (WAN)

I need to translate 10.194.0.0/24 to the IP address of router WAN (192.168.224.x/24; x-number of each cisco 851) if destination is everywhere but 192.168.2.0/24.

And if destination is 192.168.2.0/24 simple routing will appears.

Please, help me to configure the device if it is possible.

2 Replies 2

pkhatri
Level 11
Level 11

Hi,

Try this:

interface ethernet 0

ip nat inside

!

interface

ip nat outside

!

ip nat inside source route-map Map1 interface overload

!

route-map Map1 permit 10

match ip address 101

!

access-list 101 deny 10.194.0.0 0.0.0.255 192.168.2.0 0.0.0.255

access-list 101 permit 10.194.0.0 0.0.0.255 any

Hope that helps - pls rate the post if it does.

Paresh

Thanks a lot! The problem is solved!

Review Cisco Networking products for a $25 gift card