|
本帖最后由 lqlzhce 于 2011-4-21 22:25 编辑
题目原图:
根据题目要求(我用packet tracer 模拟实验)
配置HostA,HostB,HostC,HostD的ip address,mask,gateway。
配置路由器接口地址并开启。
配置Finance Web Server的ip address,mask,gateway。
配置完成后,如图:
HostA,HostB,HostC,HostD均可对Finance Web Server的WWW服务进行访问。
新题目的要求:
Corp1(config)#access-list 100 permit tcp host 192.168.33.3 host 172.22.242.23 eq 80
Corp1(config)#access-list 100 deny ip any host 172.22.242.23
Corp1(config)#access-list 100 permit ip any any
Corp1(config)#interface fa0/1
Corp1(config)#ip access-group 100 out
验证实验结果:
1.用host c ping finance web server 是无法ping通的 但是可以web登陆 如下图
图中显示的信息为可以连接
2.用host a 去连接finance web server 如图不管是ping还是web登陆都不可以,host b ,host d,可以去验证一下(略)
经过验证此题答案为以上配置的三个条件,仅供参考!
|
|