(转载请注明出处)
1.重启按esc进入monitor
2.查看在monitor下可用的interface
monitor> interface
3.发现刚才配置好的6号接口能正常使用
Using 1: i82559 @ PCI(bus:0 dev:3 irq:255), MAC: 000e.0c6d.e537
4.指定PIX防火墙接口的IP地址
monitor> address 172.16.0.254
address 172.16.0.254
5.指定tftp-server服务器地址(安装tftp的PC机IP地址)
monitor> server 172.16.0.100
server 172.16.0.100
6.ping测试一下tftp
monitor> ping 172.16.0.100
Sending 5, 100-byte 0xe2b8 ICMP Echoes to 172.16.0.100, timeout is 4 seconds:
!!!!!
Success rate is 100 percent (5/5)
7.指名tftp-server内的pixos映像文件名字
monitor> file pix724.bin
file pix721.bin
8.最后启动tftp,开始灌pixos
monitor>tftp
9配置接口ip
inter e0
nameif inside
security-level 0
ip add x.x.x.x 255.255.255.0
no shutdown
10.检查启动文件是否已经写入flash,
#show flash:
如果配置文件没有pix724.bin文件则操作11、12步骤,如果有直接操作13步骤
11.上传pix
copy tftp://x.x.x.x/pix724.bin flash:
12.设置启动路径
(config)#boot system flash:pix724.bin
13.保存配置
#wr