<?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: Cisco ASA - Web Server Publishing in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343715#M344902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; any answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 14:20:16 GMT</pubDate>
    <dc:creator>rsrikant</dc:creator>
    <dc:date>2013-08-14T14:20:16Z</dc:date>
    <item>
      <title>Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343710#M344888</link>
      <description>&lt;P&gt;My requirement is I need to publish 2 Web Servers to internet behind Cisco ASA. &lt;/P&gt;&lt;P&gt;The users will be using secure https acccess to the Web Server.&lt;/P&gt;&lt;P&gt;I have only 1 Public IP Address assigned to access both the Web Servers.&lt;/P&gt;&lt;P&gt;Wanted to know what are the things required in the Cisco ASA firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What type of licenses ?&lt;/P&gt;&lt;P&gt;2. What type of certificates ?&lt;/P&gt;&lt;P&gt;3. How can i use a single Public IP to access to both the Web servers. Does the Cisco ASA supports this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want any client software on the end users PC.....&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:24:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343710#M344888</guid>
      <dc:creator>rsrikant</dc:creator>
      <dc:date>2019-03-12T02:24:21Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343711#M344890</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;Well you will run into problems with the single public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to use Static PAT to forward the TCP/443 to the Web server. But since you have 2 Web servers this means that both of them CANT use this port. The other Web server would have to use some other public port while it still could be listening on the TCP/443 port but as I said the public port can't be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the public port TCP/443 in a Static PAT (Port Forward) configuration on the ASA using the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface IP address also means that you will have to change the ASDM listening port on the ASA if you wish to use it through the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface since ASDM also uses TCP/443 port by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ideal situation is ofcourse when a server has its own dedicated public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA doesnt require any extra licensing to achieve this since we are only talking about a NAT configurations. The NAT configuration format depends on the software level running on your ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 11:54:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343711#M344890</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-10T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343712#M344893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; is there any other way i can be able to achieve this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 13:21:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343712#M344893</guid>
      <dc:creator>rsrikant</dc:creator>
      <dc:date>2013-08-10T13:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343713#M344897</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;Static PAT is the only option you have in order to publish multiple internal servers using 1 Public IP address. However, as Jouni clarified, each internal server must listen to a different port number because the ASA uses them to identify unique connections to each server since both servers offer the same service. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try one solution for this scenario &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the dedicated Public IP you mentioned to one server while the other server is assigned the ASA outside interface's address. I am not sure if that one Public IP that you mentioned is a dedicated one or the outside interface's address. Anyway, if it is dedicated then you actually have 2 Public IPs (not one) as you can take advantage of the outside interface's address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prior 8.3:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp &lt;STRONG&gt;dedicated&lt;/STRONG&gt;_&lt;STRONG&gt;public_ip&lt;/STRONG&gt; 443 web_server1 443 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp &lt;STRONG&gt;interface&lt;/STRONG&gt; 443 web_server2 443 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.3 or later:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network web_server1_real&lt;/P&gt;&lt;P&gt;host web_server1&lt;/P&gt;&lt;P&gt;nat (inside,outside) static&lt;STRONG&gt; dedicated_public_ip&lt;/STRONG&gt; service tcp 443 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network web_server2_real&lt;/P&gt;&lt;P&gt;host web_server2&lt;/P&gt;&lt;P&gt;nat (inside,outside) static &lt;STRONG&gt;interface&lt;/STRONG&gt; service tcp 443 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you may have a security policy in place that forces to use one Public IP for both servers (even if you have more than one Public IP). In this case, you MUST configure one of the servers to listen to a different port such as 5443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 19:50:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343713#M344897</guid>
      <dc:creator>turbo_engine26</dc:creator>
      <dc:date>2013-08-10T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343714#M344900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Do i need to have the SSL VPN license on the Cisco ASA ?&lt;/P&gt;&lt;P&gt; Do i need to have the certificate installed in my Cisco ASA. In that case what is the purpose of the certificate in the Cisco ASA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 08:36:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343714#M344900</guid>
      <dc:creator>rsrikant</dc:creator>
      <dc:date>2013-08-12T08:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343715#M344902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; any answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:20:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343715#M344902</guid>
      <dc:creator>rsrikant</dc:creator>
      <dc:date>2013-08-14T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343716#M344905</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;To be able to access the Web server from the Internet you simply need the suggest Static NAT or Static PAT configuration like suggested above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To host 2 Web servers on the port TCP/443 you will need 1 public IP address for each server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you would need to host both sites on a single server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really things that I deal with in my work so I can't go into any specifics. But the things related to NAT are pretty straightforward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wont need any VPN license as it has nothing to do with hosting a Web server behind your firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:35:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343716#M344905</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343717#M344906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;I do have 2 Public IP address for my 2 servers.That is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am summarizing the diagram of what i am planning to do.&lt;/P&gt;&lt;P&gt;The Cisco ASA firewall with SSL VPN license will be connected to Internet.&lt;/P&gt;&lt;P&gt;I have 2 extra Public IP Address.&lt;/P&gt;&lt;P&gt;I have 2 applications to be published.&lt;/P&gt;&lt;P&gt;Application&amp;nbsp; -1 will be accessed through the Web Server. User 1st needs to access&amp;nbsp; the web server. The application will be published in the Webserver &amp;amp;&amp;nbsp; then the application will be accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application 2 will be accessed directly through Internet in a secure way.&lt;/P&gt;&lt;P&gt;Let me know what are the things i need to consider to achieve this.&lt;/P&gt;&lt;P&gt;I have considered the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Cisco ASA firewall with SSL VPN license.&lt;/P&gt;&lt;P&gt;2. 2 Public IP Address. 1 Public IP to publish the Webserver &amp;amp; the 2nd public IP to publish the 2nd Application.&lt;/P&gt;&lt;P&gt;3 . No client software on the user PC. &lt;/P&gt;&lt;P&gt;3. Do i need to buy additional certificate from entrust &amp;amp; install it in the Cisco ASA for secure access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me now what are the things required what i am missing it..&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/2/1/1/151112-Diagram.GIF" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:53:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343717#M344906</guid>
      <dc:creator>rsrikant</dc:creator>
      <dc:date>2013-08-15T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA - Web Server Publishing</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343718#M344907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;I do have 2 Public IP address for my 2 servers.That is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought you said you just have 1 Public IP in your first post. Anyways, if you do have 2 Public IPs for each server, then use Static NAT instead of PAT. Use the same commands but without the port information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prior 8.3:&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;public_ip1&lt;/STRONG&gt; web_server1&amp;nbsp; &lt;/P&gt;&lt;P&gt;static (inside,outside)&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;public_ip&lt;/STRONG&gt;2 web_server2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.3 or later:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network web_server1_real&lt;/P&gt;&lt;P&gt;host web_server1&lt;/P&gt;&lt;P&gt;nat (inside,outside) static&lt;STRONG&gt; public_ip1&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network web_server2_real&lt;/P&gt;&lt;P&gt;host web_server2&lt;/P&gt;&lt;P&gt;nat (inside,outside) static&lt;STRONG&gt; public_ip2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because Application1 will be published to the web server and the web server will be published to internet, the web server is the one to be published through ASA. I am not sure how you use Application1 and how you will publish it to the web server internally so this is out of the scope of my help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About Application2's security, the question is, how do you want to achieve security for App2? We have several types of security. Having the ASA infront of Application2, using NAT and using ACLs, this will achieve Access Control. However, if you want to achieve data encryption between internet clients and App2, then you have to consider PKI (or certificates) to achieve this. You also can consider IPsec remote access vpn for the App2 server. It all depends on what security flavor do you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 15:58:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-web-server-publishing/m-p/2343718#M344907</guid>
      <dc:creator>turbo_engine26</dc:creator>
      <dc:date>2013-08-15T15:58:50Z</dc:date>
    </item>
  </channel>
</rss>

