<?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 access-list, build connections - order of ops? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-build-connections-order-of-ops/m-p/922028#M959675</link>
    <description>&lt;P&gt;PIX 525&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have these configured:&lt;/P&gt;&lt;P&gt;___static (inside,outside) 209.129.192.162 10.40.5.62 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;___access-group acl_outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;___access-list acl_outside line 5 deny udp any host 209.129.192.162 eq 60381 (hitcnt=1238)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why do I have this in the xlate table:&lt;/P&gt;&lt;P&gt;___UDP out 84.43.150.17:9156 in 10.40.5.62:60381 idle 0:46:27 flags -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are connections built BEFORE access-lists are checked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd kind of like to know if I've prevented that one host from producing as much as 2/3 of our total organization traffic...  I would have thought there would be no connection if I'd done things right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA, Linnea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:37:26 GMT</pubDate>
    <dc:creator>linnea.wren</dc:creator>
    <dc:date>2019-03-11T11:37:26Z</dc:date>
    <item>
      <title>access-list, build connections - order of ops?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-build-connections-order-of-ops/m-p/922028#M959675</link>
      <description>&lt;P&gt;PIX 525&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have these configured:&lt;/P&gt;&lt;P&gt;___static (inside,outside) 209.129.192.162 10.40.5.62 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;___access-group acl_outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;___access-list acl_outside line 5 deny udp any host 209.129.192.162 eq 60381 (hitcnt=1238)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why do I have this in the xlate table:&lt;/P&gt;&lt;P&gt;___UDP out 84.43.150.17:9156 in 10.40.5.62:60381 idle 0:46:27 flags -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are connections built BEFORE access-lists are checked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd kind of like to know if I've prevented that one host from producing as much as 2/3 of our total organization traffic...  I would have thought there would be no connection if I'd done things right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA, Linnea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:37:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-build-connections-order-of-ops/m-p/922028#M959675</guid>
      <dc:creator>linnea.wren</dc:creator>
      <dc:date>2019-03-11T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: access-list, build connections - order of ops?</title>
      <link>https://community.cisco.com/t5/network-security/access-list-build-connections-order-of-ops/m-p/922029#M959676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,I believe the problem is your acl  and the interface you are applying it under. You want to block outbound traffic on port 60831 from being accessed by  host 10.40.5.62  is this correct? your current acl is blocking inbound traffic on that udp port, is this what you want to accomplish?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you access list should be your local host  not the public NAT  address as nat order of operation from in to out looks for acl, local address , nat, routing etc..  so your acl should look like this if you are denying outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will block source udp port 60381 on 10.40.5.62 to any host oustide on udp port 60381&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in  deny udp host 10.40.5.62 eq 60381 any eq 60381&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2007 03:58:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-build-connections-order-of-ops/m-p/922029#M959676</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-12-01T03:58:54Z</dc:date>
    </item>
  </channel>
</rss>

