08-17-2007 05:15 AM - edited 03-05-2019 05:57 PM
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 !
Solved! Go to Solution.
08-17-2007 05:20 AM
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.
08-17-2007 05:20 AM
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.
08-17-2007 02:22 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide