GNS3 PIX虚拟防火墙简单配置(思科)
实验目的
通过虚拟防火墙区分不同网段的权限
1.34.0.1.0/24通过admin防火墙到32.0.1.0/24
2.192.168.0.0/24通过con1防火墙到32.0.1.0/24
实验拓扑
实验配置
r1
配置f0/0接口ip
conf t
int f0/0
ip add 34.0.1.2 255.255.255.0
no sh
end
配置静态路由
conf t
ip route 32.0.1.0 255.255.255.0 34.0.1.1
r2
配置f0/0接口ip
conf t
Int f0/0
Ip add 192.168.0.2 255.255.255.0
No sh
end
配置静态路由
conf t
ip route 32.0.1.0 255.255.255.0 192.168.1.1
r3
配置f0/0接口ip
conf t
int f0/0
ip add 32.0.1.2 255.255.255.0
no sh
end
配置静态路由
conf t
ip route 34.0.1.0 255.255.255.0 32.0.1.1
ip route 34.0.1.0 255.255.255.0 32.0.1.11
配置远程登陆用户名密码
conf t
username test password 123
line vty 0 4
login local