- 积分
- 0
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2011-3-19
- 最后登录
- 1970-1-1
- 阅读权限
- 0
- 听众
- 收听
游客
|
各位大侠救救急,12点前在线等待指导中,万万分的感谢,QQ:565892253!!!!!
想用cisco 506E防火墙实现简单路由功能,以下是我打的命令,
结果从内网PING不到外网,也PING不到WAN口的网关,只能PING到内网的网关,好象是NAT没生效
帮我看看呀,急死了
启动 cisco 506E 防火墙
Pre-configure PIX Firewall now through interactive prompts [yes]? n
>en
password:
pixfirewall# show nameif
nameif ethernet0 outside security0
nameif ethernet1 inside security100
#conf t
PIX1(config)# ip address inside 10.1.1.1 255.0.0.0
PIX1(config)# ip address outside 1.1.1.1 255.255.255.0
PIX1(config)# interface ethernet0 10baset
PIX1(config)# interface ethernet1 100full
PIX1(config)# route outside 0 0 1.1.1.254
PIX1(config)# nat (inside) 1 10.0.0.0 255.0.0.0
PIX1(config)# global (outside) 1 1.1.1.2
Global 1.1.1.2 will be Port Address Translated
PIX1(config)# access-list 1 permit ip any any
PIX1(config)# access-group outbound in interface inside |
|