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

How i do PAT on asa for Internet use on DMZ AND Inside Zone

Hello,

I have ASA 5540 with 8.0 , I want to give internet access on my some DMZ network system so what i do for it? If i do pat then what kind of PAT i do ?

3 Replies 3

alex.dersch
Level 4
Level 4

Hello Mate,

what you want to do exactely? Permit access from the hosts in the DMZ to the internet or access from the Internet to hosts in the DMZ?

regards

alex

No,

I want to permit access internet On DMZ zone system.

Why you wanna use PAT instead of NAT?

Do the Hosts on the DMZ have RFC 1918 addressen or public adresses?

if you use RFC 1918 addresses you should create a NAT pool for the outside interface and let the hosts use the nat pool for outbound access.

global (outside) 1 interface

nat (dmz) 1 0.0.0.0 0.0.0.0

If you use public addresses you should use NAT exempt rules.

access-list dmz_nat0_outbound extended permit ip [IP Range of DMZ Zone] [Netmask of DMZ Zone] any

nat (dmz) 0 access-list dmz_nat0_outbound

cheers

Alex

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: