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

nat (DMZ,outside) source dynamic any interface

mahesh18
Level 6
Level 6

Hi Everyone,

Need to confirm NAT  statement below

nat (DMZ,outside) source dynamic any interface   in version 9.1.

So above line means NAT from  DMZ  to outside.

Need to know  that source here means that we are NATing IP from DMZ?

any interface means NAT IP will be of outside interface IP?

Regards

MAhesh

1 Accepted Solution

Accepted Solutions

Jouni Forss
VIP Alumni
VIP Alumni

Hi Mahesh,

The below NAT configuration

nat (DMZ,outside) source dynamic any interface

Means the following

  • The NAT configuration is for connection between "DMZ" and "outside".  Basicly for connection FROM "DMZ" to "outside"
  • The translation is a "dynamic" translation
  • It accepts "any" source address from behind the "DMZ" interface
  • It uses the "outside" "interface" IP address as the PAT address

So its a basic Dynamic PAT translations for the hosts behind "DMZ" interface and accepts any source address/network you might have behind "DMZ"

- Jouni

View solution in original post

2 Replies 2

Jouni Forss
VIP Alumni
VIP Alumni

Hi Mahesh,

The below NAT configuration

nat (DMZ,outside) source dynamic any interface

Means the following

  • The NAT configuration is for connection between "DMZ" and "outside".  Basicly for connection FROM "DMZ" to "outside"
  • The translation is a "dynamic" translation
  • It accepts "any" source address from behind the "DMZ" interface
  • It uses the "outside" "interface" IP address as the PAT address

So its a basic Dynamic PAT translations for the hosts behind "DMZ" interface and accepts any source address/network you might have behind "DMZ"

- Jouni

Thanks Again

Regards

MAhesh

Review Cisco Networking for a $25 gift card