<?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: Access Control on ASA 8.2 Using FQDN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374341#M271761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually found the answer here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/thread/2159975" rel="nofollow"&gt;https://supportforums.cisco.com/thread/2159975&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's funny, Julio, you're the one who actually provided this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;Access-list test permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;Regex google&amp;nbsp; \.google\.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;policy-map type inspect http GOOGLE&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;parameters&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;match not request header host regex GOOGLE&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;&amp;nbsp; reset log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;class-map TEST&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;match access-list test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;policy-map global_policy&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;class TEST&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;inspect http GOOGLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tested it, but Adam seemed to have marked it as his solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 21:36:47 GMT</pubDate>
    <dc:creator>Ali Razavi</dc:creator>
    <dc:date>2014-01-10T21:36:47Z</dc:date>
    <item>
      <title>Access Control on ASA 8.2 Using FQDN</title>
      <link>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374339#M271755</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest a proper procedure for allowing external access through the ASA using FQDN?&amp;nbsp; We are in the process of moving an internally hosted system to the cloud (external hosting) and the option of filtering via IP address is not available.&amp;nbsp; I realize that ASA 8.4 as the added feature of filtering based on DNS name, but how can this be achieved in pre-8.4 ASA versions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:28:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374339#M271755</guid>
      <dc:creator>Ali Razavi</dc:creator>
      <dc:date>2019-03-12T03:28:02Z</dc:date>
    </item>
    <item>
      <title>Access Control on ASA 8.2 Using FQDN</title>
      <link>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374340#M271759</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 cannot be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could filter HTTP traffic locally using the header host - URI but you cannot filter based on that bud unless running &lt;/P&gt;&lt;P&gt;8.4(2) or higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some Networking Assistance?&amp;nbsp; &lt;BR /&gt;&lt;SPAN&gt;Contact me directly at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;I will fix your problem ASAP. &lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura &lt;BR /&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, 10 Jan 2014 16:30:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374340#M271759</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2014-01-10T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access Control on ASA 8.2 Using FQDN</title>
      <link>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374341#M271761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually found the answer here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/thread/2159975" rel="nofollow"&gt;https://supportforums.cisco.com/thread/2159975&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's funny, Julio, you're the one who actually provided this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;Access-list test permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;Regex google&amp;nbsp; \.google\.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;policy-map type inspect http GOOGLE&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;parameters&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;match not request header host regex GOOGLE&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;&amp;nbsp; reset log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;class-map TEST&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;match access-list test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;policy-map global_policy&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;class TEST&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; list-style: none; margin: 0px 0px 1.35em; line-height: 17.27272605895996px; color: #2a2a2a; font-family: Tahoma, Verdana, Arial, sans-serif; text-align: -webkit-auto;"&gt;inspect http GOOGLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tested it, but Adam seemed to have marked it as his solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 21:36:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374341#M271761</guid>
      <dc:creator>Ali Razavi</dc:creator>
      <dc:date>2014-01-10T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access Control on ASA 8.2 Using FQDN</title>
      <link>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374342#M271763</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;Yeah man haha &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; but again as I said on this post (the one you created) it will only work for HTTP access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's what you are looking for as I said &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You could filter HTTP traffic locally using the header host - URI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the only option for you right now and that's what I have proposed on Adam's solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If U do not have any other query please mark this as answered as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some Networking Assistance?&amp;nbsp; &lt;BR /&gt;&lt;SPAN&gt;Contact me directly at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;I will fix your problem ASAP. &lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura &lt;BR /&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, 10 Jan 2014 21:41:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-control-on-asa-8-2-using-fqdn/m-p/2374342#M271763</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2014-01-10T21:41:01Z</dc:date>
    </item>
  </channel>
</rss>

