<?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: What is best practice for the http server on ASAs in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4807934#M1099244</link>
    <description>&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/200150-Cisco-Guide-to-Harden-Cisco-ASA-Firewall.html" target="_blank"&gt;Cisco Guide to Harden Cisco ASA Firewall - Cisco&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;this guide can help you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2023 21:21:09 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-04-04T21:21:09Z</dc:date>
    <item>
      <title>What is best practice for the http server on ASAs</title>
      <link>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4807870#M1099242</link>
      <description>&lt;P&gt;Right now it's set for this. Is there a better way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;http DMZ 255.255.255.0 management&lt;BR /&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 19:22:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4807870#M1099242</guid>
      <dc:creator>Fartingdragon</dc:creator>
      <dc:date>2023-04-04T19:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is best practice for the http server on ASAs</title>
      <link>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4807934#M1099244</link>
      <description>&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/200150-Cisco-Guide-to-Harden-Cisco-ASA-Firewall.html" target="_blank"&gt;Cisco Guide to Harden Cisco ASA Firewall - Cisco&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;this guide can help you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 21:21:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4807934#M1099244</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-04T21:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is best practice for the http server on ASAs</title>
      <link>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4808044#M1099248</link>
      <description>&lt;P&gt;The command controls where you want to allow management traffic to originate from. If you need it from any inside subnet then the second line does that. The first line in your config would not normally be a best practice as a DMZ should have restrictive security policies to limit exposure of and access to/from servers in that network.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 03:08:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4808044#M1099248</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-04-05T03:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is best practice for the http server on ASAs</title>
      <link>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4808813#M1099268</link>
      <description>&lt;P&gt;To remove it. Is it just&lt;/P&gt;&lt;P&gt;No http dmz 255.255.255.0?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:28:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4808813#M1099268</guid>
      <dc:creator>Fartingdragon</dc:creator>
      <dc:date>2023-04-05T13:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is best practice for the http server on ASAs</title>
      <link>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4808822#M1099269</link>
      <description>&lt;P&gt;&lt;SPAN&gt;http DMZ 255.255.255.0 management&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;http 0.0.0.0 0.0.0.0 inside&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You use dmz as source ip to access mgmt interface not using dmz interface.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I always prefer two http line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In such a case that interface is down or unreachable for any reason I have other one I can use.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Config any asa interface for http except outside interface.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That my opinion.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:39:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-best-practice-for-the-http-server-on-asas/m-p/4808822#M1099269</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-05T13:39:53Z</dc:date>
    </item>
  </channel>
</rss>

