![]() |
|
|||||||
| Petri.co.il is happy to award Virtual the title of Most Valuable Member !!! |
| Register | Calendar |
Search |
Today's Posts | Mark Forums Read |
| Notices |
|
Blocking Spotify on Cisco PIX ASAthis thread has 4 replies and has been viewed 2995 times
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||
|
|||||||||
|
Hi All,
I'm a complete noob with Cisco routers and I am hoping to find a way to block Spotify from our company firewall. Our bandwidth has been suffering severely over the last month and we have our suspicions this is the reason. Device is Cisco ADSM 5.2 ASA Version 7.2 I am aware of the following : -Spotify own a range of addresses (all of 78.31.8.0/22) -Spotify tries to connect on port 4070. If that is blocked, it will then try port 443, if that's blocked, then port 80 -Spotify can use a proxy, so you need to block socks and https access to the ap.spotify.com address Can anyone point me in the right direction for what I need to do here? Bear in mind I may need to be spoon fed commands here. I'm not even sure if this is possible, as surely we can't block ports 80 and 443? Feel free to ask any more information! |
|
#2
|
||||||||||
|
||||||||||
|
Moved to Cisco Security.
__________________
Marcel Netherlands http://www.phetios.com MCTS, MCITP(EA, SA), MCP, MCSA 2003:Security, MCSE 2003:Security, CCNA, CCSA, CCSE, CCSE+ No matter how secure, there is always the human factor. |
|
#3
|
||||||||
|
||||||||
|
Ok, here is an example:
Code:
PIX# PIX#conf t PIX(config)# access-list Deny-Spotify extended deny ip any 78.31.8.0 255.255.252.0 PIX(config)# access-list Deny-Spotify extended permit ip any any PIX(config)# access-group Deny-Spotify out interface inside PIX(config)#
__________________
CCNA, Network+ |
|
#4
|
|||||||||
|
|||||||||
|
Hi Daze,
That's great, thank you so much. Can I confirm that will stop access from the inside out? Is there still any need to block the various ports that Spotify uses or access to the ap.spotify.com address that Spotify uses? Thanks again for your assistance. |
|
#5
|
||||||||||
|
||||||||||
|
If you ping it, you'll see that it's in the blocked IP range.
__________________
Gareth Howells BSc (Hons) Any advice is given in good faith and without warranty. Please give reputation points if somebody has helped you. "For by now I could have stretched out my hand and struck you and your people with a plague that would have wiped you off the Earth." (Exodus 9:15) - I could kill you with my thumb. "Everything that lives and moves will be food for you." (Genesis 9:3) - For every animal you don't eat, I'm going to eat three. |
![]() |
|
||||||
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cisco ASA Translation (WAS: Re: ASA 5505 Port Forwarding, NAT error) | rgpone | Cisco Security – PIX/ASA/VPN | 3 | 17th March 2009 13:05 |
| ASA - Blocking LAN Traffic | support@cm8.net | Cisco Security – PIX/ASA/VPN | 5 | 6th March 2009 17:27 |
| Free ASA/PIX simulators ? | sco1984 | Cisco Certification Track | 4 | 21st September 2007 23:47 |
| PIX blocking only some emails | chief007 | Cisco Security – PIX/ASA/VPN | 3 | 15th May 2007 13:17 |
| PIX vs ASA | daviddavis | Cisco Security – PIX/ASA/VPN | 0 | 2nd June 2006 21:26 |