>Host C should be able to use a web browser(HTTP)to access the Finance Web Server.
>Other types of access from host C to the Finance Web Server should be blocked.
>All access from hosts in the Core or local LAN to the Finance Web Server should be blocked.
>All hosts in the Core and on local LAN should be to access the Public Web Server.
讲解和答案给的是:
Corp1(config)#access-list100 permit tcp host 192.168.33.3 host 172.22.242.23 eq80
Corp1(config)#access-list100 deny ip any host 172.22.242.23
Corp1(config)#access-list100 permi tip any any
我自己做的时候:
access-list 101 permit tcp host 192.168.33.3 host 172.22.242.23 eq 80access-list 101 permit ip any host 172.22.242.24
只做了这两条,貌似也能完成给的4条要求,只有C能http到F,大家都能访问另外那个公共Server。
不知道对不对,请人讲一下