Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I have a Cisco Router up and running. I want to block some websites (facebook,twitter etc) and download of files having extensions like *.avi, *.mp3, *.mp4, *.exe, *.wma, *.wmv and *.torrent etc..I want to block for some users (based on MAC Addre...
Hi,I have a Cisco Wlan Controller 2504 with 1042N AP (3-nos) every thing was working fine from past 2 months. Now i am getting a issue with clients which are connected to the wireless AP, they are not able to get an dhcp IP address from the 2960 Swit...
Thanks Alain,As stated i did the same and found what i was looking for.Finally i can block for all users expect for the users in the ACL list.thank you for the support
Bravo.... Thanks Alainip access-list extended block-ip permit tcp host 192.168.0.100 any eq www permit tcp host 192.168.0.107 any eq wwwThis blocked restricted sites to the users 192.168.0.107 and 192.168.0.100. and rest of the users can have access ...
In your previous reply you mentioned as "You must have a permit in your ACL to match but these 2 IPs haven't got a manual binding with their MACso do like this if you want those 2 IP addresses not to go on these sites:ip access-list extended block-ip...
i did like this,ip access-list extended block-ip permit ip any any permit tcp host 192.168.0.100 any eq www permit tcp host 192.168.0.107 any eq wwwbut still the same.. the restricted sites are still blocked for all. the ip address 192.168.0.100 and ...