<?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 HOW to block websites in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347494#M310300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thx Julio....&lt;/P&gt;&lt;P&gt;So colclusion is ..if it is https...it is not able to block from ZBFW??But if it is http..can block in the above manner??&lt;/P&gt;&lt;P&gt;Pls corret me if I am wrong..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Oct 2013 17:53:51 GMT</pubDate>
    <dc:creator>WEERAKOO69BA</dc:creator>
    <dc:date>2013-10-27T17:53:51Z</dc:date>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347480#M310280</link>
      <description>&lt;P&gt;Dear&amp;nbsp; all,&lt;/P&gt;&lt;P&gt;I am using 1841 router(Version 12.4(13r)T) and configured as a ZBF as follwos,as you all have told me.My idea is to block unwanted sites like facebook.This router is not yet connected.&lt;/P&gt;&lt;P&gt;Current configuration : 1076 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname Router&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;dot11 syslog&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;parameter-map type regex DENY_SITES&lt;BR /&gt;pattern .*facebook.com&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;archive&lt;BR /&gt;log config&lt;BR /&gt;&amp;nbsp; hidekeys&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;class-map type inspect http match-all CLASS_DENY_SITES&lt;BR /&gt;match&amp;nbsp; request header host regex DENY_SITES&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect http POLICY_DENY_SITES&lt;BR /&gt;class type inspect http CLASS_DENY_SITES&lt;BR /&gt;&amp;nbsp; reset&lt;BR /&gt;class class-default&lt;BR /&gt;!&lt;BR /&gt;zone security INSIDE&lt;BR /&gt;zone security OUTSIDE&lt;BR /&gt;zone-pair security IN_OUT source INSIDE destination OUTSIDE&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;zone-member security INSIDE&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;zone-member security OUTSIDE&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when I try to apply policy on zoon-pair,I am getting the following error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Router(config-sec-zone-pair)#service-policy type inspect POLICY_DENY_SITES&lt;/P&gt;&lt;P&gt;Inspect service-policy attachment failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it is not allow to apply policies.Pls help me at your earliest....&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:56:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347480#M310280</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2019-03-12T02:56:15Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347481#M310281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As already answer you personally the problem is you are attaching a L7 policy to the service-policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only L4 policies are supported on the service-policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a L4 policy, set the L7 into that L4 and then attached the L4 into the service-policy &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jcarvaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:55:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347481#M310281</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-25T13:55:54Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347482#M310282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Highly appriciate your answer...thank you very much...&lt;/P&gt;&lt;P&gt;You mean ZBFW doesn't support L7 policies???&lt;/P&gt;&lt;P&gt;Could yu kindly show me how to do this...very sorry for my poor undersatnding...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 17:21:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347482#M310282</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-25T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347483#M310283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does supported but you cannot apply it directly to the Service-Policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all CLASS_DENY_SITES&lt;/P&gt;&lt;P&gt;match&amp;nbsp; request header host regex DENY_SITES&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect http POLICY_DENY_SITES&lt;/P&gt;&lt;P&gt;class type inspect http CLASS_DENY_SITES&lt;/P&gt;&lt;P&gt;&amp;nbsp; reset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect HTTP_123&lt;/P&gt;&lt;P&gt;match protocol HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect HTTP_123&lt;/P&gt;&lt;P&gt;class HTTP_123&lt;/P&gt;&lt;P&gt;inspect &lt;/P&gt;&lt;P&gt;service-policy &lt;SPAN style="font-size: 10pt;"&gt;POLICY_DENY_SITES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zone-pair security IN_OUT source INSIDE destination OUTSIDE&lt;/P&gt;&lt;P&gt;service-policy type inspect &lt;SPAN style="font-size: 10pt;"&gt;HTTP_123&lt;/SPAN&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;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com" rel="nofollow"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 17:26:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347483#M310283</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-25T17:26:24Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347484#M310284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;Thank you very much for the reply.&lt;/P&gt;&lt;P&gt;I have done the configuration as you have instructed.But I am still getting the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect HTTP_123&lt;/P&gt;&lt;P&gt;class HTTP_123&lt;/P&gt;&lt;P&gt;inspect &lt;/P&gt;&lt;P&gt;service-policy POLICY_DENY_SITES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-sec-zone-pair)#service-policy type inspect &lt;STRONG&gt;POLICY_DENY_SITES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Inspect service-policy attachment failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;Should it be as follows????&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-sec-zone-pair)#service-policy type inspect &lt;STRONG&gt;HTTP_123 &lt;/STRONG&gt;???????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 18:49:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347484#M310284</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-25T18:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347485#M310286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just updated the previous post!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 20:13:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347485#M310286</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-25T20:13:10Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347486#M310288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you verymuch for your help.I will apply this in the production env and check.Hope i can block unwanted sites in same manner.So I appriciate your quick response and rated....&lt;/P&gt;&lt;P&gt;Have good day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 07:02:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347486#M310288</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-26T07:02:45Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347487#M310290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a pleasure to help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 07:10:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347487#M310290</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-26T07:10:04Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347488#M310292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I have tried to block facebook today in the same way i have mentioned above .But didn't workout.That means regex&amp;nbsp; method doesn't work???Can you give me anyother method??&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 16:58:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347488#M310292</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-27T16:58:57Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347489#M310293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the traffic going via HTTP or HTTPS, cause remember HTTPs cannot be blocked with this method as traffic goes encrypted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 17:02:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347489#M310293</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-27T17:02:06Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347490#M310294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; HI,&lt;/P&gt;&lt;P&gt;Tried http trffick aslo,but didn't work.What is the other method you can recomend me?acces-list??&lt;/P&gt;&lt;P&gt;(ZBFW-inside inteface connected to the TMG server.outside--ISP,can't block frm the TMG atleast??)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 17:16:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347490#M310294</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-27T17:16:56Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347491#M310295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the only method available to block HTTP websites using the local database, otherwise you should get a content engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You sure the site is not being switched&amp;nbsp; to HTTPS? try with a different site (Youtube for example or anyone that commes into ur mind)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Share the latest config please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 17:30:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347491#M310295</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-27T17:30:21Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347492#M310296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes you are correct...this is switching to https..&lt;/P&gt;&lt;P&gt;But my question is I just tried to block yahoo.com in this manner..didn't work.&lt;/P&gt;&lt;P&gt;You mean if it is https...we can't block&amp;nbsp; using even ASA????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 17:43:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347492#M310296</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-27T17:43:12Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347493#M310298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it will not work because we are matching the header host value on the packet and with HTTPs that goes encrypted and the device will not be able to understand it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now with an ASA I have match the DNS requests looking for facebook.com so I block the DNS request, with no Resolution I will not be able to go to facebook unless I know the IP address which is highly unlekilly but at sometime it could happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 17:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347493#M310298</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-27T17:47:28Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347494#M310300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thx Julio....&lt;/P&gt;&lt;P&gt;So colclusion is ..if it is https...it is not able to block from ZBFW??But if it is http..can block in the above manner??&lt;/P&gt;&lt;P&gt;Pls corret me if I am wrong..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 17:53:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347494#M310300</guid>
      <dc:creator>WEERAKOO69BA</dc:creator>
      <dc:date>2013-10-27T17:53:51Z</dc:date>
    </item>
    <item>
      <title>HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347495#M310301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got it &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to match an HTTP header host then you will block the traffic only if you are able to see what it says on that field &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Http yes, u should&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 19:12:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/2347495#M310301</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-27T19:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to block websites</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/4744504#M1096236</link>
      <description>&lt;P&gt;Thank you verymuch&lt;/P&gt;
&lt;P&gt;I will also apply this and check so i can block unwanted sites in same manner&lt;/P&gt;
&lt;P&gt;Eric&lt;BR /&gt;CCNA Specialist &lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 10:13:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-websites/m-p/4744504#M1096236</guid>
      <dc:creator>ErnestoJuarez</dc:creator>
      <dc:date>2022-12-23T10:13:57Z</dc:date>
    </item>
  </channel>
</rss>

