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

How to allow remote VPN client to access DMZ segment or others?

wanghmk1223
Level 1
Level 1

Hi,

My remote vpn access can only allow access the inside segment and not others (eg. dmz).

Anyone has any idea how to do that?

Million Thanks.

2 Replies 2

s.musialik
Level 1
Level 1

You should use nat0 command to grant translation from dmz area to VPN pool.

My configuration is as follows:

nat (dmz2) 0 access-list nat0dmz2

access-list nat0dmz2 permit ip any 10.48.5.0 255.255.255.0 (where 10.48.5.0 is VPN pool)

It should work.

gfullage
Cisco Employee
Cisco Employee

you'll have something like the following in your config:

access-list nonat permit ip

nat (inside) 0 access-list nonat

Add the following:

access-list nonatdmz permit ip

nat (dmz) 0 access-list nonatdmz