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

Help with No NAT DMZ and VPN Config.

nguyenvinnie
Level 1
Level 1

Prior to VPN, we're running with "nonatdmz". Recently, we have been trying to implement VPN solution using "VPNRA"

ASA IOS would only allow you use one "NAT 0" at a time, how do you get around this.

TIA

access-list nonatdmz extended permit ip any 192.168.100.0 255.255.255.0

nat (Inside) 0 access-list nonatdmz

access-list VPNRA extended permit ip 172.0.0.0 255.0.0.0 10.17.70.0 255.255.255.0

nat (Inside) 0 access-list VPNRA

1 Accepted Solution

Accepted Solutions

brettmilborrow
Level 1
Level 1

You can add more than one line to you nonatdmz access-list: e.g:

access-list nonatdmz extended permit ip any 192.168.100.0 255.255.255.0

access-list nonatdmz extended permit ip 172.0.0.0 255.0.0.0 10.17.70.0 255.255.255.0

nat (Inside) 0 access-list nonatdmz

View solution in original post

2 Replies 2

brettmilborrow
Level 1
Level 1

You can add more than one line to you nonatdmz access-list: e.g:

access-list nonatdmz extended permit ip any 192.168.100.0 255.255.255.0

access-list nonatdmz extended permit ip 172.0.0.0 255.0.0.0 10.17.70.0 255.255.255.0

nat (Inside) 0 access-list nonatdmz

I'll try it.

Thanks,

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: