cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2246
Views
0
Helpful
4
Replies

how to block teamviewer remote desktop

zakid
Level 1
Level 1

Dear all,

how to block teamviewer remote desktop on cisco ASA5550.

prompt response is much appicate.

thanks & regards

4 Replies 4

eddie.mitchell
Level 3
Level 3

Since teamviewer seems to use outbound port 80 (http) for the communication channel, effectively blocking it will be somewhat complex. The best way I can think to accomplish this would be to define custom regex to match the identified traffic and then use a class-map to block it.

This Cisco article describes the process:

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080940e04.shtml

Hope this helps.

Hi,

Could you please try the following conf.in your ASA to block teamviewer .

http-map inbound_http

port-misuse p2p action drop log

port-misuse tunneling action drop log

class-map http-port

match port tcp eq www

policy-map inbound_policy

class http-port

inspect http inbound_http

service-policy inbound_policy interface inside

Hope this helps

many thanks for all your efforts,

i will try and show the result, meanwhile, some other software similiar to teamview, like logmeon, securelogin, Timbuktu Pro, can also protect from the above statements.

thanks in advance,

Hi,

Could you block team viewer with that conf. Otherwise we can try some other way

Regards

Jithesh

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: