I want to block the "Google Talk" application on a workstation, without uninstalling it.

How do I do that?

link|improve this question
Which Operating System are you using? Each OS has different ways of doing things, including firewall configuration (you'll either be blocking the TCP/UDP/ICMP ports this application uses, or just preventing it specifically from connecting to the internet at all). – Randolf Richardson May 10 '11 at 6:48
feedback

1 Answer

you'd have to block the ports or the domain name at your firewall or router - the former could be a pain - you'd need to block ports 5222 and 443 - the later is a standard port used for https so it can be a bit of a pain. Alternately block the domain name talk.google.com using hosts.txt or at your firewall

I have no idea if this will block web access via gmail though.

(yes i know the google link is for unblocking gtalk, but blocking is unblocking in reverse)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.