<?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-list correct? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624868#M594241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 18:11:00 GMT</pubDate>
    <dc:creator>Nagaraja Thanthry</dc:creator>
    <dc:date>2011-01-14T18:11:00Z</dc:date>
    <item>
      <title>Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624863#M594228</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I am working on locking down the access to the internet and wanted to do a quick test. Below is my config with the new line of code in &lt;STRONG&gt;bold&lt;/STRONG&gt;. I am trying to block specific ports while allowing everything else.&lt;/P&gt;&lt;P&gt;My question is: "Will this work?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list 101 extended permit tcp host 10.1.5.80 any eq smtp&lt;BR /&gt;access-list 101 extended permit tcp host 10.1.5.91 any eq smtp&lt;BR /&gt;access-list 101 extended permit tcp host 10.1.5.50 any eq smtp&lt;BR /&gt;access-list 101 extended deny tcp any any eq smtp&lt;BR /&gt;&lt;STRONG&gt;access-list 101 extended deny tcp any any range 1495 - 2597&lt;BR /&gt;&lt;/STRONG&gt;access-list 101 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:35:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624863#M594228</guid>
      <dc:creator>Scott Payne</dc:creator>
      <dc:date>2019-03-11T19:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624864#M594230</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;So, the three devices (.80/91/50) are your mail servers that will be talking to external mail servers. Is that correct? Also, what device you are implementing this access-list on? If it is on a dedicated firewall (PIX/ASA), this should work fine. If you are doing it on a router, then you might need to make sure that none of the servers are being contacted by the external clients using source port in the range of &lt;STRONG&gt;1495 - 2597.&lt;/STRONG&gt;&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;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 17:53:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624864#M594230</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2011-01-14T17:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624865#M594231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is on an ASA 5520. And I am only trying to block a range of ports for testing. Once everything starts to look correct, I was planning to remove the ip any any statement and just add permit statements for the specific ports. I did this range so i could try and break internet messenger as a test. We have no devices utilizing these ports.&lt;/P&gt;&lt;P&gt;If I am understanding correctly, I see that it should successfully block IM traffic and allow everything else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 17:59:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624865#M594231</guid>
      <dc:creator>Scott Payne</dc:creator>
      <dc:date>2011-01-14T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624866#M594232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to block all the TCP flows with the dst port &lt;STRONG&gt;&lt;STRONG&gt;1495 - 2597 :&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- remove the "-" between the range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list 101 deny tcp any any range 1495 2597&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 18:01:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624866#M594232</guid>
      <dc:creator>Dan-Ciprian Cicioiu</dc:creator>
      <dc:date>2011-01-14T18:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624867#M594239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might try using NBAR , on the internet router , and drop based on NBAR&lt;/P&gt;&lt;P&gt;scanning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 18:05:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624867#M594239</guid>
      <dc:creator>Dan-Ciprian Cicioiu</dc:creator>
      <dc:date>2011-01-14T18:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624868#M594241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 18:11:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624868#M594241</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2011-01-14T18:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624869#M594243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I will give it a shot later today and will et everyone the outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 18:12:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624869#M594243</guid>
      <dc:creator>Scott Payne</dc:creator>
      <dc:date>2011-01-14T18:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Access-list correct?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624870#M594245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything works perfectly!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;STP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 20:11:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-correct/m-p/1624870#M594245</guid>
      <dc:creator>Scott Payne</dc:creator>
      <dc:date>2011-01-14T20:11:05Z</dc:date>
    </item>
  </channel>
</rss>

