<?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 ACL with PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-with-pat/m-p/1346095#M825946</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;using the ASA 5510, how can I make an access list to be applied only on some client if they wants to open a specific website?&lt;/P&gt;&lt;P&gt;Now I have this ACL:&lt;/P&gt;&lt;P&gt;access-list testacl extended permit tcp 192.168.121.11 any&lt;/P&gt;&lt;P&gt;but this will be applied on ALL the traffic coming from the host 192.168.121.11, I want it to be applied only on this host only if he wanted to visit the website &lt;A class="jive-link-custom" href="http://www.xyz.com" target="_blank"&gt;www.xyz.com&lt;/A&gt; ??&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:20:41 GMT</pubDate>
    <dc:creator>m.metwally</dc:creator>
    <dc:date>2019-03-11T16:20:41Z</dc:date>
    <item>
      <title>ACL with PAT</title>
      <link>https://community.cisco.com/t5/network-security/acl-with-pat/m-p/1346095#M825946</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;using the ASA 5510, how can I make an access list to be applied only on some client if they wants to open a specific website?&lt;/P&gt;&lt;P&gt;Now I have this ACL:&lt;/P&gt;&lt;P&gt;access-list testacl extended permit tcp 192.168.121.11 any&lt;/P&gt;&lt;P&gt;but this will be applied on ALL the traffic coming from the host 192.168.121.11, I want it to be applied only on this host only if he wanted to visit the website &lt;A class="jive-link-custom" href="http://www.xyz.com" target="_blank"&gt;www.xyz.com&lt;/A&gt; ??&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:20:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-with-pat/m-p/1346095#M825946</guid>
      <dc:creator>m.metwally</dc:creator>
      <dc:date>2019-03-11T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: ACL with PAT</title>
      <link>https://community.cisco.com/t5/network-security/acl-with-pat/m-p/1346096#M825947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can adjust the ACL to fit that requirement. Deny the specified host first, then allow all others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list testacl extended deny tcp host 192.168.121.11 host a.b.c.d eq 80&lt;/P&gt;&lt;P&gt;access-list testacl extended permit tcp host 192.168.121.11 any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatly Cisco can not filter on a domain name in an ACL, so you must use the IP. You may have to block more than IP to block the site. You can block it by domain name if you use the Modular Policy Framework. If that is something you're interested in, just let us know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 12:35:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-with-pat/m-p/1346096#M825947</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-29T12:35:10Z</dc:date>
    </item>
  </channel>
</rss>

