04-29-2008 06:19 PM - edited 03-03-2019 09:45 PM
How can a ASA firewall or router be configured to block small company's employees from accessing their Yahoo email and chat services?
Solved! Go to Solution.
04-29-2008 11:31 PM
Hi
you need to create a access-lists to resolve your issue.here's is the sample configuration.go thru the following link
Thanks and regards
S.Mohana sundaram
INDSYSS Technologies
+91 98940 44411,mohans@indsys.co.in
04-30-2008 05:36 AM
Very simply put, block the IP range.
deny ip (your network) (your mask) 69.147.64.0 0.0.63.255
That will block all communications to all of Yahoo's IPs (at least in the US) if used in an extended access list. I believe it even encompasses the IM servers.
04-29-2008 11:31 PM
Hi
you need to create a access-lists to resolve your issue.here's is the sample configuration.go thru the following link
Thanks and regards
S.Mohana sundaram
INDSYSS Technologies
+91 98940 44411,mohans@indsys.co.in
04-30-2008 05:36 AM
Very simply put, block the IP range.
deny ip (your network) (your mask) 69.147.64.0 0.0.63.255
That will block all communications to all of Yahoo's IPs (at least in the US) if used in an extended access list. I believe it even encompasses the IM servers.
04-30-2008 06:12 AM
But blocking those IP's would deny your users to get out to yahoo.com? What about getting some type of a web filter or IDS/IPS?
04-30-2008 07:56 AM
Sure, but what does Yahoo offer that you can't get at say, Google, MSN, or CNN?
But if you don't block Yahoo's entire range, users will still be able to use Yahoo's web mail and web messenger since they travel over port 80.
Tossing an opinion into the mix, it's more administrative overhead than it's worth considering Yahoo is no longer a top search engine, and any news/services it offers can be found elsewhere. Not to mention, getting a web filter and/or IDS/IPS to do the job (or even content switching) would incur a cost that can be easily avoided by an ACL blocking the IP range.
04-30-2008 08:05 AM
Problem is, if you have to block chat services, and you take this approach, then you have to block MSN chat, google chat, AOL chat...and if you're blocking the whole range, before you know it half the internet is blocked...
04-30-2008 08:08 AM
Just create an ACL to block everything 0.0.0.0 LOL. Then no problem at all.. :-) Unless he really don't like yahoo at all and he is only allowing google chat, msn chat.
04-30-2008 09:36 AM
Not really, as Gmail uses a specific server to log in (mail.google.com), MSN chat has no web interface as far as I know, and AOL chat uses login.messaging.aol.com (and their web version uses aimexpress.aol.com, so that can be pinpointed as well.
Of course, I suppose the idea of Yahoo chat not being sanctioned as an acceptable chat client by a company completely escaped your thought process, no?
04-30-2008 08:50 AM
On a router you could use nbar.
Tim
04-30-2008 09:04 AM
I would recommend using black hole DNS to do this. You can create wildcard records for the IM sites on your DNS server. These wildcard records would be pointed to the loopback address or corp web site.
The final step is to use the ASA to only allow your internal (trusted) DNS servers to do outbound DNS queries UDP/53 (everyone else gets denied).
HTH
- Iain
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide