cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1099
Views
9
Helpful
2
Replies

Using the ASA 5505 as a router

lionelpavy
Level 1
Level 1

Hello,

I want to use the ASA as a router between 2 networks.

Outside 192.168.1.0 with the ADSL router in 192.168.1.1 and my inside network in 192.168.3.1.

The two IP allocated to the ASA are 192.168.1.120 outside and 192.168.3.1 inside.

I've to configure a static route, but I can't find a way to route from inside to outside or internet.

Thanks for your help !

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

You're probably having an issue with NAT. You can either create a NAT translation for the entire subnet or you could change the security level on both interfaces to be the same and enable same-security-traffic permit inter-interface.

HTH and please rate.

View solution in original post

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

You're probably having an issue with NAT. You can either create a NAT translation for the entire subnet or you could change the security level on both interfaces to be the same and enable same-security-traffic permit inter-interface.

HTH and please rate.

JORGE RODRIGUEZ
Level 10
Level 10

as indicated by previous poster, your inside net needs to be natted for the ouside world.

global (ouside) 1 interface

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

route outside 0.0.0.0 0.0.0.0 192.168.1.1 1

HTH

Jorge

Jorge Rodriguez