请教高人指点如何配置cisco PIX-501???
1)条件是有电信的专线IP add:222.66.146.30 子网掩码:255.255.255.252 Default:222.66.146.29
2)要求是让内网能访问外网就可以了,内网用的是192.168.0.0 /24
以下是我的基本的配置..但是就是ping 不通..还请高人指点
Pix501(config)# interface ethernet0 auto
Pix501(config)# interface ethernet1 100full
Pix501(config)# nameif ethernet0 outside security0
Pix501(config)# nameif ethernet1 inside security100
Pix501(config)#ip address outside 222.66.146.30 255.255.255.252
Pix501(config)#ip address inside 192.168.0.1 255.255.255.0
Pix525(config)#nat (inside) 1 192.168.0.0 255.255.255.0
Pix501(config)#global (outside) 1 222.66.146.29
Pix501(config)#route outside 0.0.0.0 0.0.0.0 222.66.146.29