PIX三安全域连通性实验
实验目的
1.inside能够ping通dmz和outside;
2.dmz能够ping通outside;
3.outside能够ping通dmz,且能telnet到dmz。
实验拓扑图
实验配置
R1(inside)
配置f0/0接口ip
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int f0/0
R1(config-if)#ip add 34.0.1.2 255.255.255.0
R1(config-if)#no sh
R1(config-if)#end
配置静态路由
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)# ip route 33.0.1.0 255.255.255.0 34.0.1.1
R1(config)#ip route 32.0.1.0 255.255.255.0 34.0.1.1
R1(config)#end