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

VPN and DMZ issue

clark.d
Level 1
Level 1

I have an ASA 5510 that have remote access VPN service enabled. Users are able to logon and access inside resources no problem. the issue is the DMZ servers, like the web server, they can not access. Is there and easy way to allow this access for VPN users?

Thanks

1 Accepted Solution

Accepted Solutions

That will allow you to hit your dmz servers. For instance if the dmz is 192.168.1.0, you can hit the servers by their dmz addresses 192.168.1.x etc.

Your other option is to use split tunneling which would allow you to access the servers via their public ip addresses which are translated in the ASA.

View solution in original post

2 Replies 2

acomiskey
Level 10
Level 10

You need to add nat exemption for the dmz as you did for the inside.

access-list dmz_nonat extended permit ip any

nat (dmz) 0 access-list dmz_nonat

Please rate helpful posts.

That will allow you to hit your dmz servers. For instance if the dmz is 192.168.1.0, you can hit the servers by their dmz addresses 192.168.1.x etc.

Your other option is to use split tunneling which would allow you to access the servers via their public ip addresses which are translated in the ASA.