<?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 do I get an http or https access to my Cisco 501 from the outside? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703157#M1025913</link>
    <description>&lt;P&gt;I can connect to the pdm from the inside using a web access with &lt;A class="jive-link-custom" href="https://192.168.1.1," target="_blank"&gt;https://192.168.1.1,&lt;/A&gt; but when I try to connect to the pdm from the outside using the outside ip address, with either http or https, I am unable to get a connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make this connection from the outside?&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;David&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 09:34:06 GMT</pubDate>
    <dc:creator>d.fraga</dc:creator>
    <dc:date>2019-03-11T09:34:06Z</dc:date>
    <item>
      <title>How do I get an http or https access to my Cisco 501 from the outside?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703157#M1025913</link>
      <description>&lt;P&gt;I can connect to the pdm from the inside using a web access with &lt;A class="jive-link-custom" href="https://192.168.1.1," target="_blank"&gt;https://192.168.1.1,&lt;/A&gt; but when I try to connect to the pdm from the outside using the outside ip address, with either http or https, I am unable to get a connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make this connection from the outside?&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;David&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:34:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703157#M1025913</guid>
      <dc:creator>d.fraga</dc:creator>
      <dc:date>2019-03-11T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get an http or https access to my Cisco 501 from th</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703158#M1025914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to implement following command on PIX-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow anyone from outside to connect to PDM using outside interface IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can limit access to a specific host from outside, say 1.1.1.1 using following command-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http 1.1.1.1 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow only 1.1.1.1 from outside to connect to PDM using outside interface IP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 23:20:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703158#M1025914</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-02-15T23:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get an http or https access to my Cisco 501 from th</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703159#M1025916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'd recommend doing is connecting to an IPSEC VPN connection from the outside to the pix.  Then, once connected, open PDM or an SSH connection from there.  Your configuration would still need to be in place to allow this.  When you connect to your VPN you would receive an IP address from possibly a local DHCP pool.  Say you had 6 usable IP's in your pool and you receive IP address 10.0.0.1 for your connection.  Your config would look like:&lt;/P&gt;&lt;P&gt;http 10.0.0.0 255.255.255.248 outside&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;ssh 10.0.0.0 255.255.255.248 outside&lt;/P&gt;&lt;P&gt;This would allow you to limit the source of your connection but still enabling you to connect from anywhere as long as you can VPN in.&lt;/P&gt;&lt;P&gt;Little better than allowing any address to connect in my opinion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 02:33:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-http-or-https-access-to-my-cisco-501-from-the/m-p/703159#M1025916</guid>
      <dc:creator>med_ddevlin</dc:creator>
      <dc:date>2007-02-19T02:33:52Z</dc:date>
    </item>
  </channel>
</rss>

