Link to home
Start Free TrialLog in
Avatar of ComNetPlus
ComNetPlusFlag for United States of America

asked on

Block MySpace and IM on Cisco 1700 Series Router

I need to block MySpace and AOL IM on a Cisco 1700 series router/firewall.  I have tried to setup the Access-list but I am still having problems.
Avatar of RPPreacher
RPPreacher
Flag of United States of America image

Can you post the ACL that you created?
Avatar of ComNetPlus

ASKER

Since it wasn't working I did not save the temporary access-list and did not save it to the configuration.
Here's where it currently stands.

Standard IP access list 10
    permit 10.10.10.0, wildcard bits 0.0.0.255 (250915 matches) check=27638
ASKER CERTIFIED SOLUTION
Avatar of RPPreacher
RPPreacher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What IP is subnet 67.134.143.0?
When I ping www.myspace.com I receive IP 216.178.38.131.
I went to arin.net
myspace.com owns 67.134.143.0/24.
I don't fully understand why, but I had to have both entries to be effective.

access-list 101 deny tcp any any eq 5190
access-list 101 deny ip any 67.134.143.0 0.0.0.255
access-list 101 deny ip  any 216.178.38.0 0.0.0.255
access-list 101 permit ip any any

Anyway it all now works and blocks myspace.

Thanks,