<?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: Help with basic access lists. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297305#M311293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it's layed out like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DVR &amp;lt;-&amp;gt; Internet &amp;lt;-&amp;gt; ASA &amp;lt;-&amp;gt; users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my config if that would give you a better idea of how we are setup, I removed the access-list for the port 2000 because it didn't make any difference and I wanted you to see the config before i edited it.&amp;nbsp; Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 19:51:31 GMT</pubDate>
    <dc:creator>ukdkbr1234</dc:creator>
    <dc:date>2013-10-09T19:51:31Z</dc:date>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297295#M311278</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an ASA 5515 and we have a pretty basic setup, one ousite interface, one inside.&amp;nbsp; We have a remote DVR setup at a location, we need to view the DVR through viewing software that communicates to the DVR over port 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I setup an access list to allow all outside traffic over tcp/2000 through to an entire vlan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-in extended permit tcp any 192.168.6.0 255.255.255.0 eq 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still seems to be blocking all port 2000 traffic, do I need to setup a NAT from the outside interface to this vlan?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297295#M311278</guid>
      <dc:creator>ukdkbr1234</dc:creator>
      <dc:date>2019-03-12T02:49:24Z</dc:date>
    </item>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297296#M311279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that the DVR is on a site where there is an ASA5515-X and users need to contact the DVR from the external network through the ASA with destination port TCP/2000 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will need Static PAT (Port Forward) atleast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DVR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host &lt;DVR local="" ip=""&gt;&lt;/DVR&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service 2000 2000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside-in permit tcp any object DVR eq 2000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:32:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297296#M311279</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-09T16:32:11Z</dc:date>
    </item>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297297#M311280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other way around, the dvr is not behind the asa, the users attempting to connect to it are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:33:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297297#M311280</guid>
      <dc:creator>ukdkbr1234</dc:creator>
      <dc:date>2013-10-09T16:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297298#M311281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well in that case you will only need the basic Dynamic PAT configuration with regards to NAT. I assume this is already in place as otherwise no external connection from your LAN would not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see how your ACLs are configured and attached to interfaces but judging from its name the ACL in question might be attached with the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group outside-in in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, then this ACL only controls connections initiated from behind the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an ACL attached to the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface then you would have to make sure the traffic is allowed in that ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test the rules/configurations applied to the traffic with the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input tcp &lt;LOCAL user="" ip=""&gt; 12345 &lt;DVR public="" ip=""&gt; 2000&lt;/DVR&gt;&lt;/LOCAL&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should simulate and tell us what would happen to a connection coming from your LAN through the ASA towards the DVR with destination port TCP/2000. Naturally you will have to replace the above &lt;LOCAL user="" ip=""&gt; with some LAN user IP address.&lt;/LOCAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:38:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297298#M311281</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-09T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297299#M311282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;I dont see how your ACLs are configured and attached to interfaces&amp;nbsp; but judging from its name the ACL in question might &amp;gt;be attached with the&amp;nbsp; following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;access-group outside-in in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is correct.&amp;nbsp; I ran the packet-tracer command as you suggested and it appear that it allows everything.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: inside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: outside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet I still can't seem to get this to connect.&amp;nbsp; If I connect the workstation to a connection that is not behind the ASA it connects without issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:48:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297299#M311282</guid>
      <dc:creator>ukdkbr1234</dc:creator>
      <dc:date>2013-10-09T16:48:19Z</dc:date>
    </item>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297300#M311283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would probably monitor the logs while connecting to see if anything gets blocked or if the connections get through what happens to them when the logs show the "Teardown" message for the connections. This is probably easiest done through the ASDM monitor/logging section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:53:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297300#M311283</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-09T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297301#M311284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have route for DVR on the ASA, and that you have a route to the &lt;SPAN style="font-size: 10pt;"&gt;192.168.6.0/24 subnet on the DVR L3 device&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297301#M311284</guid>
      <dc:creator>Anas Hijjawi</dc:creator>
      <dc:date>2013-10-09T17:00:26Z</dc:date>
    </item>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297302#M311285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the picture atleast that the users are behind the ASA and the DVR is at some remote location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case then there should already be a default route and I would imagine from the DVRs perspective should also be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:06:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297302#M311285</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-09T17:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297303#M311287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jouni, as he mentioned that he is allowing the traffic frm outside, then DVR should be Inside, defualt route on the FW will be to outside, and he needs to add a static route to DVR network through the Inside network&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:10:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297303#M311287</guid>
      <dc:creator>Anas Hijjawi</dc:creator>
      <dc:date>2013-10-09T17:10:48Z</dc:date>
    </item>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297304#M311290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though it was mentioned that the users are behind the ASA and I doubt they are behind the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface or it would be a pretty uncommon/wierd setup. Which again would mean that the DVR is behind the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again this would be clearer if could see actual configurations &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:13:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297304#M311290</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-09T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297305#M311293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it's layed out like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DVR &amp;lt;-&amp;gt; Internet &amp;lt;-&amp;gt; ASA &amp;lt;-&amp;gt; users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my config if that would give you a better idea of how we are setup, I removed the access-list for the port 2000 because it didn't make any difference and I wanted you to see the config before i edited it.&amp;nbsp; Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 19:51:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297305#M311293</guid>
      <dc:creator>ukdkbr1234</dc:creator>
      <dc:date>2013-10-09T19:51:31Z</dc:date>
    </item>
    <item>
      <title>Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297306#M311296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest its a pretty basic configuration and the TCP/2000 connection should pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing I can think of is that the port TCP/2000 is typically used to my understanding by VOIP Phones&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;2000&lt;/TD&gt;
&lt;TD&gt;TCP&lt;/TD&gt;
&lt;TD&gt;UDP&lt;/TD&gt;
&lt;TD&gt;&lt;A href="http://en.wikipedia.org/wiki/Skinny_Client_Control_Protocol" title="Skinny Client Control Protocol"&gt;Cisco SCCP (Skinny)&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am wondering if the &lt;STRONG&gt;"inspect skinny"&lt;/STRONG&gt; is causing the traffic to drop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have need for the &lt;STRONG&gt;"inspect skinny"&lt;/STRONG&gt;, remove it from the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; description Net Flow&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; inspect skinny&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:18:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297306#M311296</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-09T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic access lists.</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297307#M311300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;So I am wondering if the &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&amp;gt;"inspect skinny"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &amp;gt;is causing the traffic to drop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you thank you thank you!!!! That was indeed the issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:42:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-access-lists/m-p/2297307#M311300</guid>
      <dc:creator>ukdkbr1234</dc:creator>
      <dc:date>2013-10-09T20:42:55Z</dc:date>
    </item>
  </channel>
</rss>

