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

Reverse Routing

sreekanth sarma
Level 1
Level 1

Hi below i am enclosing basic view of my network.

I configured Nat Exemption in my ASA 5520

nat (inside) 0 172.20.0.0 255.255.0.0

route in ASA as

route outside 0.0.0.0 0.0.0.0 122.x.x.33 1

route inside 172.0.0.0 255.0.0.0 172.x.x.1 1

and configured PAT over my 2801 router inside interface where there is a route as follows

ip route 0.0.0.0 0.0.0.0 122.x.x.50

ip route 172.16.0.0 255.240.0.0 122.x.x.44

and my doubt is i want to configure PAT over my ASA 5520 and remove NAT in 2801 router how can i change the ROute commands in both ASA and Router

Please Help me in this regard

1 Accepted Solution

Accepted Solutions

victor_87
Level 1
Level 1

As far as i see, you do not need to change any route's commands.

however you may remove

ip route 172.16.0.0 255.240.0.0 122.x.x.44

as the firewall outside and router inside are directly connected, which consideration i made after reading the following statement "configured PAT over my 2801 router *inside* interface"

Keeping the route wouldn't cause any problem anyway.

Remember to Rate me if helpful.

View solution in original post

2 Replies 2

On the 2801 router :-

remove the IP NAT statements and also remove

ip route 172.16.0.0 255.240.0.0 122.x.x.44

On the ASA box (to PAT with the outside interface IP): -

no nat (inside) 0 172.20.0.0 255.255.0.0

nat (inside) 10 172.20.0.0 255.255.0.0

global(outside) 10 interface

Hope this helps.

victor_87
Level 1
Level 1

As far as i see, you do not need to change any route's commands.

however you may remove

ip route 172.16.0.0 255.240.0.0 122.x.x.44

as the firewall outside and router inside are directly connected, which consideration i made after reading the following statement "configured PAT over my 2801 router *inside* interface"

Keeping the route wouldn't cause any problem anyway.

Remember to Rate me if helpful.

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: