cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
909
Views
0
Helpful
3
Replies

A beginner with problems

mwilliams_ihost
Level 1
Level 1

I have used the ASDM to configure my ASA5520. I used the Startup Wizard to setup my interfaces and other basic options. When I started testing none of the hosts in either of the inside interfaces could get it the Internet. I was also unable to get hosts on both inside networks to connect to each other. I has able to ping host on both inside interfaces from the ASA. I have attached my config. Any help would be greatly appreciated.

thanks

Matt

3 Replies 3

imanl
Level 1
Level 1

You need to define your default route to your next hop router.

route outside 0 0 x.x.x.x

imanl,

Thank you for your comments.

Would adding that route also solve the hosts on the two inside networks not connecting to each other?

Matt

the default route is only to access traffic from in to out. if you have the same security level, you only need "same-security-traffic permit inter-interface"

intra-interface is for traffic protected with IPSec. unless you are using IPSec, remove this command.