<?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 Opening Port in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041749#M403064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 18:32:36 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2012-10-23T18:32:36Z</dc:date>
    <item>
      <title>Opening Port in ASA</title>
      <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041745#M403060</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i need to open specfic port on ASA so that it allow the traffic for that.&lt;/P&gt;&lt;P&gt;What are different ways to open port using CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:12:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041745#M403060</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T00:12:57Z</dc:date>
    </item>
    <item>
      <title>Opening Port in ASA</title>
      <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041746#M403061</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;Just to use an ACL and if NAT is required then just configure the right port-forwarding rule or NAT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 17:40:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041746#M403061</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-23T17:40:53Z</dc:date>
    </item>
    <item>
      <title>Opening Port in ASA</title>
      <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041747#M403062</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;Thanks for reply.&lt;/P&gt;&lt;P&gt;Can you please give generic example config that shows how to&amp;nbsp; open port with or without NAT?&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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 17:49:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041747#M403062</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2012-10-23T17:49:55Z</dc:date>
    </item>
    <item>
      <title>Opening Port in ASA</title>
      <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041748#M403063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you have an internal host 192.168.12.2 that neeeds to be access on port 80 from the outside world.&lt;/P&gt;&lt;P&gt;We will use the outside interface (public IP) to access it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So configuration on ASA 8.2 will be:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 192.168.12.2 80 interface 80&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host interface outside eq 80&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now lets see it on a scenario where no nat is need it:&lt;/P&gt;&lt;P&gt;We have already an internal server with a public ip address 2.2.2.2 and that one needs to be access on port 80&lt;/P&gt;&lt;P&gt;no nat-control&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 2.2.2.2 eq 80&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically if we already have a routable over the internet IP NAT will not be need it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all of the answers that help &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; ( if you need assistance on how to rate a post just let me know)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 18:00:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041748#M403063</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-23T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Opening Port in ASA</title>
      <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041749#M403064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 18:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041749#M403064</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2012-10-23T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Opening Port in ASA</title>
      <link>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041750#M403065</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;My pleasure to help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 18:35:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/opening-port-in-asa/m-p/2041750#M403065</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-23T18:35:33Z</dc:date>
    </item>
  </channel>
</rss>

