<?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 how to open a port in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373410#M728047</link>
    <description>&lt;P&gt;I am trying to find a way to open port 443 on our asa 5505, can anyone tell me how or where would I find a document condercing that. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:24:45 GMT</pubDate>
    <dc:creator>californian</dc:creator>
    <dc:date>2019-03-11T17:24:45Z</dc:date>
    <item>
      <title>how to open a port</title>
      <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373410#M728047</link>
      <description>&lt;P&gt;I am trying to find a way to open port 443 on our asa 5505, can anyone tell me how or where would I find a document condercing that. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:24:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373410#M728047</guid>
      <dc:creator>californian</dc:creator>
      <dc:date>2019-03-11T17:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to open a port</title>
      <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373411#M728053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls. give us some more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside host IP?&lt;/P&gt;&lt;P&gt;what IP address do you want to access this inside host from the internet (as ASA5505's outside IP address?)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or do you mean 443 to the ASA? meaning ASDM access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enable asdm with the below commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0 0 inside&lt;/P&gt;&lt;P&gt;http 0 0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above command will open http (443 by default) to all inside and outside IP addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 23:39:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373411#M728053</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-22T23:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to open a port</title>
      <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373412#M728065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry. I have set up owa and would like to open 443&lt;/P&gt;&lt;P&gt;port so we can access the mail on a mobile device (from outside), currently smtp is on port 25.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 23:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373412#M728065</guid>
      <dc:creator>californian</dc:creator>
      <dc:date>2010-03-22T23:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to open a port</title>
      <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373413#M728077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. OWA server's inside IP?&lt;/P&gt;&lt;P&gt;2. what IP address do you want to access this inside host from the internet (as ASA5505's outside IP address?)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you copy and paste the exisiting line for smtp 25 that you have now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static pat line should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 443 192.168.1.1 443 net 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 192.168.1.1 is the IP address of the OWA box.&lt;/P&gt;&lt;P&gt;You also need to allow permission in the acl applied on the outside interface to allow 443 and make sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable is listening on some other port besides 443 ==&amp;gt; command "http server enable 4443".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 01:14:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373413#M728077</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-23T01:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to open a port</title>
      <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373414#M728089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I am using asdm 5.2 to connect to&lt;/P&gt;&lt;P&gt;asa 5505 and never used this product sorry to ask but do you know where&lt;/P&gt;&lt;P&gt;I would type the command you gave me to open the port 443 so we can access the web&lt;/P&gt;&lt;P&gt;outlook. thank you&lt;/P&gt;&lt;P&gt;You can enable asdm with the below commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0&amp;nbsp; 0 inside&lt;/P&gt;&lt;P&gt;http 0 0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above command will open http (443 by&amp;nbsp; default) to all inside and outside IP addresses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 17:53:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373414#M728089</guid>
      <dc:creator>californian</dc:creator>
      <dc:date>2010-03-23T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to open a port</title>
      <link>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373415#M728099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I was able to resolve the issue thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 21:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-open-a-port/m-p/1373415#M728099</guid>
      <dc:creator>californian</dc:creator>
      <dc:date>2010-03-23T21:29:16Z</dc:date>
    </item>
  </channel>
</rss>

