<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Failed to block teamviewer in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032710#M402902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the latest config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 11:32:02 GMT</pubDate>
    <dc:creator>Harish Balakrishnan</dc:creator>
    <dc:date>2012-10-15T11:32:02Z</dc:date>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032699#M402891</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am trying the below configuration found on the internet&amp;nbsp; to stop teamviewer on cisco asa , but its not working , pls adjust the config to make a switable for work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TV-RGX “\.teamviewer\.com”&lt;/P&gt;&lt;P&gt;regex DG-RGX “\.dyngate\.com”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;class-map type regex match-any TV-CLS&lt;/P&gt;&lt;P&gt; match regex DG-RGX&lt;/P&gt;&lt;P&gt; match regex TV-RGX&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225 &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect icmp &lt;/P&gt;&lt;P&gt;policy-map type inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;message-length maximum 512&lt;/P&gt;&lt;P&gt;match domain-name regex class TV-CLS&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I Received the Below error when i tried to the add the inspection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asa1(config-pmap-c)# inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;ERROR: Inspect configuration of this type exists, first remove &lt;/P&gt;&lt;P&gt;that configuration and then add the new configuration&lt;/P&gt;&lt;P&gt;asa1(config-pmap-c)# &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:08:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032699#M402891</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2019-03-12T00:08:39Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032700#M402892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TV-RGX "\.teamviewer\.com"&lt;/P&gt;&lt;P&gt;regex DG-RGX "\.dyngate\.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any TV-CLS&lt;/P&gt;&lt;P&gt; match regex DG-RGX&lt;/P&gt;&lt;P&gt; match regex TV-RGX&lt;/P&gt;&lt;P&gt;class-map type inspect http match-any block-TV-DG&lt;/P&gt;&lt;P&gt; match request uri regex class TV-CLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http block-TV-DG&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt; class block-TV-DG&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop-connection log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http block-TV-DG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 07:42:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032700#M402892</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-14T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032701#M402893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried the below config as y suggested , but users still have TV access,pls examine it and help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any TV-CLS&lt;/P&gt;&lt;P&gt; match regex DG-RGX&lt;/P&gt;&lt;P&gt; match regex TV-RGX&lt;/P&gt;&lt;P&gt;class-map type inspect http match-any block-TV-DG&lt;/P&gt;&lt;P&gt; match request uri regex class TV-CLS&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map type inspect http block-TV-DG&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt; class block-TV-DG&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop-connection log&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225 &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http block-TV-DG &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 08:18:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032701#M402893</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2012-10-14T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032702#M402894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration only blocks the URL teamviewer which is going over port 80&amp;nbsp; . It doesnt Block your application. In order to block you application you need to block the dns traffic towards teamviwer but still a client with&amp;nbsp; hardcoded server IP can access the application.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For DNS blocking you can use the previous config you&amp;nbsp; have used , in order to avoid the error which you were getting earlier, you need to remove the default dns inspection and add you customozed inspection as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;no inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 08:42:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032702#M402894</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-14T08:42:29Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032703#M402895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it didnt work, pls ur advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 09:37:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032703#M402895</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2012-10-14T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032704#M402896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change your regex as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;regex TV-RGX "\teamviewer\.com"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;regex DG-RGX "\dyngate\.com"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot (.)&amp;nbsp; before the name is not required in your case..&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 11:25:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032704#M402896</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-14T11:25:07Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032705#M402897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doesn't work , PLs post me the working config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 13:37:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032705#M402897</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2012-10-14T13:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032706#M402898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached working configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TV-RGX “\teamviewer\.com”&lt;/P&gt;&lt;P&gt;regex DG-RGX “\dyngate\.com”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map type regex match-any TV-CLS&lt;/P&gt;&lt;P&gt;match regex DG-RGX&lt;/P&gt;&lt;P&gt;match regex TV-RGX&lt;/P&gt;&lt;P&gt;policy-map type inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;match domain-name regex class TV-CLS&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;no&amp;nbsp;&amp;nbsp; inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear local-host all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still facing issue, the client may not be using the server mentioned or not proper name mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 13:51:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032706#M402898</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-14T13:51:08Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032707#M402899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do y mean by below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still facing issue, the client may not be using &lt;STRONG&gt;the server mentioned or not proper name mentioned&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 08:22:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032707#M402899</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2012-10-15T08:22:14Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032708#M402900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to say, is the filtering what we have in place in fine as long as your application uses the name teamviewer.com for connecting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you ping to&amp;nbsp; teamviewer.com from one of your PC and see whether you are able to resolve the IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ping teamviewer.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please do share the latest configuration as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 09:06:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032708#M402900</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-15T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032709#M402901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur reply,i have applied ur config , but it didnt work,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find attachments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Related to ping to teamviwer as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinging teamviewer.com [46.163.100.220] with 32 bytes of data:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 11:23:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032709#M402901</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2012-10-15T11:23:48Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032710#M402902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the latest config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 11:32:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032710#M402902</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-15T11:32:02Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032711#M402903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change the regex as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TV-RGX ".*\.teamviewer\.com"&lt;/P&gt;&lt;P&gt;regex DG-RGX “.*\.dyngate\.com”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesnt help,&amp;nbsp; the application might be using some other domain names. You can run a wire shark on the PC where you have teamviewer installed and try to find out the domain name. then block according to that. I am sure they will be using different domain names at different timings.. the Above regex block whatever domain starts xxx.teamviewer.com.. like for example in my pc it was ' master3.teamviewer.com'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:15:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032711#M402903</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-15T12:15:44Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032712#M402904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the below lines do i need to put the " "&amp;nbsp; and “ ” &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;regex TV-RGX ".*\.teamviewer\.com"&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;regex DG-RGX “.*\.dyngate\.com”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:07:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032712#M402904</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2012-10-15T13:07:36Z</dc:date>
    </item>
    <item>
      <title>Failed to block teamviewer</title>
      <link>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032713#M402905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Not required as you are matching both these regex in the class-map&amp;nbsp; TV-CLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, once you changed this, you should&amp;nbsp; not be able to ping as follows from any PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ping &lt;A href="http://www.teamviewer.com"&gt;www.teamviewer.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:11:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failed-to-block-teamviewer/m-p/2032713#M402905</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-15T13:11:37Z</dc:date>
    </item>
  </channel>
</rss>

