Friday, January 17, 2014

ACCESS LIST LAB



the goal of this LAB is PC with IP address of 192.168.20.2  only access to web page of  web server . se we need to add a Extended access list on left router near to source in order to block the all conection except port 80 ( WWW).

access-list 101 permit tcp host 192.168.20.2 host 192.168.1.2 eq 80

access-list 101 deny ip any any

we need to apply this access list to Fa0/1 of left router 

ip access-group 101 in



No comments:

Post a Comment