IOS 12.2 Cisco MWR 1900 NAT behavior

Greetings,

We are trying to configure NAT to connect two different subnets on Cisco MWR

1900 Router running IOS 12.2. We have had success in getting NAT to work in one direction, but have not had much success in the other direction.. Here are the settings that we are using:

interface FastEthernet0/0

ip nat inside

interface MultiLink2

ip nat outside

ip route 144.191.0.0 255.255.255.0 192.168.146.65

ip nat inside source static 144.191.0.5 10.115.35.3

show ip nat translations

Pro Inside global Inside local Outside local Outside global

--- 10.115.35.3 144.191.0.5 --- ---

where we want to do address translation of all packets between 10.115.35.3 and 144.191.0.5, through a gateway (192.168.146.65).

When we turn on the nat debug, we see the packets correctly translated and routed from 10.115.35.3 -> 144.191.0.5, but we don't see anything in the reverse direction.

Has anyone else seen this issue ? Any pointers would help

Thanks.

-AM

Reply to
Apurv Mathur
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.