A
A
Andrey2016-08-15 11:34:41
Mikrotik
Andrey, 2016-08-15 11:34:41

How do you block TeamViewer with Mikrotik?

Good day everyone!
Tell me, how do you block TeamViewer using Mikrotik?
I quite successfully used one solution found on the net:

add name=team1 regexp="^(post|get) /d(out|in).aspx\\\?.*client=dyngate"
add name=team2 regexp="^\\\\x17"

But there was a problem. :( Users can't log in to mailra from mozilla. Through explorer and chrome, authorization works fine.
What other methods do you use besides blocking entire subnets?
Maybe there is something more elegant? :)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Shitskov, 2016-08-15
@andrey71

This option is possible:

  1. Enable DNS cache on Mikrotik
  2. We configure clients to use Mikrotik's DNS cache
  3. Optionally block DNS requests from clients to other DNS servers
  4. We prescribe DNS on Mikrotik for the names teamviewer.com and *.teamviewer.com address 127.0.0.1

G
Gregory, 2021-03-29
@Maxlinus

a crutch of course but it seems to work
https://zen.yandex.ru/media/id/5fa8e96d7e8e7f24740...

A
anartion, 2021-11-24
@anartion

if mikrotik acts as a dns server ..

/ip dns static add address=127.0.0.1 regexp=".*\\.teamviewer\\.com\$"
/ip dns static add address=127.0.0.1 name=teamviewer.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question