Step-3 |
|
ASA-1(config)# object network
DMZ_NET |
ASA-1(config-network-object)# subnet
192.168.12.0 255.255.255.0 |
ASA-1(config-network-object)# description
For DMZ |
ASA-1(config-network-object)# exit |
|
ASA-1(config)# object network
LAN1_NET |
ASA-1(config-network-object)# subnet
172.31.12.0 255.255.255.0 |
ASA-1(config-network-object)# description
For LAN |
ASA-1(config-network-object)# exit |
|
ASA-1(config)# object network
DMZ2_NET |
ASA-1(config-network-object)# subnet
172.16.12.0 255.255.255.0 |
ASA-1(config-network-object)# description
For DMZ2 |
|
access-list Outside_IN extended permit ip
any object LAN_Net |
|
ASA |
route outside 0.0.0.0 0.0.0.0
203.81.71.1 |
access-group Outside_IN in interface
outside |
|
Default Route To Internet |
Default Route To Internet |
Ping Test LAN1 To Internet |
|
|
ASA-1(config)# Object network
LAN_Net |
ASA-1(config-network-object)# nat (inside,outside) dynamic interface |
verify |
sh xlate |
sh nat detail |
|