How to block port and ip Router 2900
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2017 04:07 AM
Hello,
I'm trying to block Spotify in mi company. I can block the HTTP but https is steel working, so I need to block this with the port and
Thanks,
- Labels:
-
Application Networking

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 01:15 AM
if you use proxy, then perhaps you can block this application there
Regards,
Rikshit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 04:12 AM
Hello,
I don't have a proxy, I try to block this in the router per command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 05:03 AM
try this
class-map match-any MUSIC_SITES
match protocol secure-http
or you can match based on contents of url, this will block both http and https
class-map match-any MUSIC_SITES
match protocol http url "*spotify*"
policy-map M_SITES
class MUSIC_SITES
drop
service-policy out (INTERNET INTERFACE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 05:19 AM
I try with this command but HTTPS still working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 05:24 AM
Proxy and Firewall are the only solutions as far as I know..The above commands were available in Internet and even I was not sure if they will work. Sorry..
Regards,
Rikshit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 06:01 AM
Ok,
so only with server proxy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 06:11 AM
What proxy recommend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 06:14 AM
Perhaps you can doing "nslookup www.spotify.com" and then block the IP adresses using an ACL.
Check this link :
http://www.techrepublic.com/article/block-access-to-a-web-site-using-the...
We use Sophos proxy . I don't know about squid
Regards,
Rikshit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 05:51 AM
Perhaps you can doing "nslookup www.spotify.com" and then block the IP adresses using an ACL.
Check this link :
http://www.techrepublic.com/article/block-access-to-a-web-site-using-the-cisco-ios/
Regards,
Rikshit
