PIX firewall configuration from scratch
In this tip, administrators can learn how to configure a new PIX firewall, out of the box. You will configure passwords, IP addresses, network address tr...
1.拓扑图:
2.接口配置:
PC1:
eth0:202.1.1.1/24
ASA:
ASA(config)# int e0
ASA(config-if)# ip add 10.1.1.1 255.255.255.0
ASA(config-if)# no sh
ASA(config-if)# ip add 10.1.1.10 255.255.255.0
...