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

global (dmz01) 10 interface - Command

Rupesh Kashyap
Level 1
Level 1

HI, What is the meaning of global (dmz01) 10 interface -- Command.

global (outside) 10 20.20.20.198 netmask 255.255.255.192

global (dmz01) 10 interface

nat (inside) 10 0.0.0.0 0.0.0.0 0 0

nat (dmz01) 10 209.78.112.0 255.255.255.192 0 0

nat (dmz01) 10 192.168.1.0 255.255.255.0 0 0

2 Replies 2

mahmoodmkl
Level 7
Level 7

Hi,

This command enables the connections coming from the inside interface to use the ip address specified on the dmz01 interface when they want to communicate with the systems behind dmz01.

Thanks

Mahmood

thanks boss