<?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 Help creating access rules on Cisco ASA 5520 platform in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736566#M534330</link>
    <description>&lt;P&gt;﻿Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our company has recently upgraded our firewall from a Borderware Steelgate v7.1 platform to a Cisco ASA 5520 platform.&amp;nbsp; Needless to say the interface on the Cisco platform is much more complex and I don't have much experience working with firewalls (so, please take it easy on me).&amp;nbsp; Our other IT guy is out of town and this is the first time I have worked on this setup.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create the following access rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to open port 4**0 to be allowed through the firewall from external ip address 10.XXX.XX.XXX only. Then forward port 4**0 to 10.XX.XX.XX port 80 tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure on how to create these access rules, any help would be greatly appreciated, such as instructions on how to create the rules.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 21:07:07 GMT</pubDate>
    <dc:creator>chrisjmolloy</dc:creator>
    <dc:date>2019-03-11T21:07:07Z</dc:date>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736566#M534330</link>
      <description>&lt;P&gt;﻿Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our company has recently upgraded our firewall from a Borderware Steelgate v7.1 platform to a Cisco ASA 5520 platform.&amp;nbsp; Needless to say the interface on the Cisco platform is much more complex and I don't have much experience working with firewalls (so, please take it easy on me).&amp;nbsp; Our other IT guy is out of town and this is the first time I have worked on this setup.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create the following access rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to open port 4**0 to be allowed through the firewall from external ip address 10.XXX.XX.XXX only. Then forward port 4**0 to 10.XX.XX.XX port 80 tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure on how to create these access rules, any help would be greatly appreciated, such as instructions on how to create the rules.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:07:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736566#M534330</guid>
      <dc:creator>chrisjmolloy</dc:creator>
      <dc:date>2019-03-11T21:07:07Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736567#M534335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Chris-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this article, I think it will help. If not please let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-16848"&gt;https://supportforums.cisco.com/docs/DOC-16848&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:24:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736567#M534335</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2011-08-03T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736568#M534340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Collin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 10.xxx.xxx.xxx.xxx 4**0 10.xx.xx.xx 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.xxx.xxx.xxx eq 4**0&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where inside would be your lan interface and outside is your external interafce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you face any issues.&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;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:28:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736568#M534340</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-03T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736569#M534347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your response and patience.&amp;nbsp; I just need a little more help when it comes to this as I really unsure with this interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully we can break this down together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first comment &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 10.xxx.xxx.xxx.xxx 4**0 10.xx.xx.xx 80.&amp;nbsp; Where do I go to create this.&amp;nbsp; Do I add an access rule, create a netwok object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I get the first part figured out wil lgo to the access list outsie access comment.&amp;nbsp; Next, Although I think that is where i need to create the rule.&amp;nbsp; Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:17:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736569#M534347</guid>
      <dc:creator>chrisjmolloy</dc:creator>
      <dc:date>2011-08-03T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736570#M534352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean create a Static NAT rule first and then create the access rule?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:34:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736570#M534352</guid>
      <dc:creator>chrisjmolloy</dc:creator>
      <dc:date>2011-08-03T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736571#M534356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide me the configuration that you currently have on your ASA, moreover can you tell me the version of ASA softwrae that you are using?&lt;/P&gt;&lt;P&gt;You need to enter this command in the CLI , in config mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 17:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736571#M534356</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-03T17:46:56Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736572#M534361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/1/5/2/55251-Untitled.png" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 17:59:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736572#M534361</guid>
      <dc:creator>chrisjmolloy</dc:creator>
      <dc:date>2011-08-03T17:59:14Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736573#M534366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide your config as well??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:12:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736573#M534366</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-03T18:12:46Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736574#M534371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this may sound bad but how do i get the config info for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:19:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736574#M534371</guid>
      <dc:creator>chrisjmolloy</dc:creator>
      <dc:date>2011-08-03T18:19:28Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736575#M534377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to tools on the top of the window and then CLI interface, and then type in "show run" and then send the comnmand, copy the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:23:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736575#M534377</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-03T18:23:56Z</dc:date>
    </item>
    <item>
      <title>Help creating access rules on Cisco ASA 5520 platform</title>
      <link>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736576#M534381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the help but the issue has been figured out with your first response. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:43:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-creating-access-rules-on-cisco-asa-5520-platform/m-p/1736576#M534381</guid>
      <dc:creator>chrisjmolloy</dc:creator>
      <dc:date>2011-08-03T18:43:59Z</dc:date>
    </item>
  </channel>
</rss>

