<?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: 501 open https for external access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795624#M1004018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problems...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must have overlooked this before. These acl entries are wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp router 255.255.255.0 eq www interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp router 255.255.255.0 eq https host 192.168.128.2 eq https &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off, you are limiting the source of the requests to "router" network. I assume you want this to be any instead. Also you have added a source port "router 255.255.255.0 eq https", which the requests would never have. They would be some random port above 1024. So the statements should look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq https &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 13:10:32 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-05-29T13:10:32Z</dc:date>
    <item>
      <title>501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795618#M1004011</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following setup;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;external ip router (internal ip 192.168.128.1) -----&amp;gt; (external ip pix 501 192.168.128.2) -----&amp;gt; (internal ip pix 501 192.168.1.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;webserver 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having difficulty accessing the webserver from the internet. I can access it internally on my network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the acl lists, can anyone poitn out where I'm going wrong, please. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 192.168.128.0 router&lt;/P&gt;&lt;P&gt;name 192.168.1.2 owserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl permit ip any 192.168.1.192 255.255.255.224 &lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_dyn_20 permit ip any 192.168.1.192 255.255.255.224 &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp router 255.255.255.0 eq www interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp router 255.255.255.0 eq https host 192.168.128.2 eq https &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www owserver www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 192.168.128.2 https owserver https netmask 255.255.255.255 0 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;Many thanks &lt;/P&gt;&lt;P&gt;Suzanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:20:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795618#M1004011</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2019-03-11T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795619#M1004012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the interface keyword like you did in your other static...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https owserver https netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 19:41:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795619#M1004012</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-25T19:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795620#M1004013</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 the prompt response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, I copied the http rule in the pdm to create the https and so not sure why it changed. I will try re-adding it with the interface keyword and let you know. &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;Suzanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 20:20:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795620#M1004013</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-05-25T20:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795621#M1004014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the http isn't working either!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;/P&gt;&lt;P&gt;Suzanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 20:21:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795621#M1004014</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-05-25T20:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795622#M1004015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suzanne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.128.2 is not routable on the internet. If that is the address you are attempting to hit from the internet, this explains why it is not working. If you unplugged the inside of the router and plugged a computer directly into outside of pix. Assigned the inside address of the router to your computer, then tried to access 192.168.128.2, then it would work. You most likely will need to access your servers by the outside address of your outside router and create the proper translations in the router as well. Is this the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 21:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795622#M1004015</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-25T21:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795623#M1004016</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;Sorry I should have explained that more fully when I initially posted. There is an external router set up. It has an internal ip address of  192.168.128.1 and has static routes setup to translate through to the static external ip address with a proper internet address on the outside. I just didn't want to publish it unnecessarily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use a computer to connect between the pix and the server it doesn't resolve which is why i think the problem is with the pix and not the router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suzanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 13:02:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795623#M1004016</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-05-29T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795624#M1004018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problems...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must have overlooked this before. These acl entries are wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp router 255.255.255.0 eq www interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp router 255.255.255.0 eq https host 192.168.128.2 eq https &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off, you are limiting the source of the requests to "router" network. I assume you want this to be any instead. Also you have added a source port "router 255.255.255.0 eq https", which the requests would never have. They would be some random port above 1024. So the statements should look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq https &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 13:10:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795624#M1004018</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-29T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795625#M1004019</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;Sorry for the delay in the reply lots of things going on at the moment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried this and got a null rule message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything else I'm missing ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suzanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 11:44:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795625#M1004019</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-06-08T11:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795626#M1004022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the relevant config so we can see what's going on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 11:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795626#M1004022</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-08T11:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795627#M1004024</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;You're amazingly prompt at replying. i will do, at present I'm at another site so it will be next week now but I'll update then. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzanne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 11:55:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795627#M1004024</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-06-08T11:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795628#M1004026</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;acomis apologies for the delay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added these and this is my current config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name ciscopix.com&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list outside_in permit icmp any host 192.168.128.2 echo-reply &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 192.168.1.2 eq www &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 192.168.1.2 eq https &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.1.2 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https 192.168.1.2 https netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.129 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 19:31:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795628#M1004026</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-06-21T19:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795629#M1004028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your access list and my post above. You can't refer to the destination in the acl as the inside address(192.168.1.2). The destination is the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any interface outside eq https &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 19:44:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795629#M1004028</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-21T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: 501 open https for external access</title>
      <link>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795630#M1004029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks for bearing with me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that was what I had added, but just re done it and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all your help and your extra prompt replies. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 20:00:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/501-open-https-for-external-access/m-p/795630#M1004029</guid>
      <dc:creator>techsitc10</dc:creator>
      <dc:date>2007-06-21T20:00:36Z</dc:date>
    </item>
  </channel>
</rss>

