cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
1
Replies

ASA 5505 connecting problem

keynet
Level 1
Level 1

I want two inside subnet (inside and dmz) configure. Both must to Internet ADSL Router (outside) connect. But I have Problem with the dmz subnet. When I testing the first one inside subnet, I have connect to Internet. Than I testing the second one the dmz subnet, I haven't connect to Internet. After this tests, I haven't connect of both subnet to Internet and the ASA is hanging.

1 Reply 1

JORGE RODRIGUEZ
Level 10
Level 10

NAT the DMZ subnet for outbound internet

you probably NATing the (inside) already with bellow statement.

global (outside ) 1 interface

nat(inside )1 0 0

if you want to have all dmz segment able to access internet add.

nat(dmz ) 1 0 0

if jus per dmz host instead of the whole dmz segment add.

nat(dmz) 1

Jorge Rodriguez