<?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 Re: HINET.NET in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563206#M587535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am not mistaken, those guys support what is called CBAC (if you have an image on the router such as advance security or advance ip services) the commands would be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip url-filter exclusive-domain deny hnet.net&lt;/P&gt;&lt;P&gt;ip url-filter allow-mode on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect name FW http url-filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int fa 0/1&lt;/P&gt;&lt;P&gt;ip inspect FW in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the interface fa 0/1 are the hosts that you would like to block this page from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 13:34:44 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2010-12-14T13:34:44Z</dc:date>
    <item>
      <title>HINET.NET</title>
      <link>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563205#M587532</link>
      <description>&lt;P&gt;I have a Cisco 2600 and would like to block traffic from hinet.net by hostname. does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George Christiansen&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:georgarthr@verizon.net" target="_blank"&gt;georgarthr@verizon.net&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:21:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563205#M587532</guid>
      <dc:creator>georgarthr</dc:creator>
      <dc:date>2019-03-11T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: HINET.NET</title>
      <link>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563206#M587535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am not mistaken, those guys support what is called CBAC (if you have an image on the router such as advance security or advance ip services) the commands would be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip url-filter exclusive-domain deny hnet.net&lt;/P&gt;&lt;P&gt;ip url-filter allow-mode on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect name FW http url-filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int fa 0/1&lt;/P&gt;&lt;P&gt;ip inspect FW in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the interface fa 0/1 are the hosts that you would like to block this page from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 13:34:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563206#M587535</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-12-14T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: HINET.NET</title>
      <link>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563207#M587537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or as explained here &lt;A class="active_link" href="http://www.cisco.com/en/US/products/hw/routers/ps359/products_tech_note09186a00800fc176.shtml"&gt;http://www.cisco.com/en/US/products/hw/routers/ps359/products_tech_note09186a00800fc176.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;class-map match-any blocked-urls-cm&lt;/P&gt;&lt;P&gt;&amp;nbsp; match protocol http url "*hinet.net *"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map mark-blocked-urls-pm&lt;/P&gt;&lt;P&gt;&amp;nbsp; class blocked-urls-cm &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set ip dscp 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Fa0/0&amp;nbsp; &amp;lt;--- interface facing your clients browsing&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy input mark-blocked-urls-pm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 105 deny ip any any dscp 1 &lt;/P&gt;&lt;P&gt;access-list 105 permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet 0/1 &amp;lt;--- interface facing your ISP&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip access-group 105 out&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 20:10:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hinet-net/m-p/1563207#M587537</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-12-14T20:10:10Z</dc:date>
    </item>
  </channel>
</rss>

