<?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 Thanks Tim - let me give this in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908459#M153961</link>
    <description>&lt;P&gt;Thanks Tim - let me give this a try!&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 13:08:40 GMT</pubDate>
    <dc:creator>alafever1</dc:creator>
    <dc:date>2016-05-12T13:08:40Z</dc:date>
    <item>
      <title>Cisco ASA - How to configure two IIS server routing with 1 IP address?</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908457#M153959</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;I've in a bit of a bind here. &amp;nbsp;I am trying to release a QA server into our environment for a client. &amp;nbsp;We currently have a Web server already configured and working in the DMZ. &amp;nbsp;I've added the QA server into the DMZ as well. &amp;nbsp;The problem comes in because I only have one Public IP address I can use and I do not have the ability to add more to this network. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to setup the ASA to forward traffic received over a specific port to this QA server as opposed to the other Web server. &amp;nbsp;I am OK with having a &lt;A href="www.urlhere.com:portnumber" target="_blank"&gt;www.urlhere.com:portnumber&lt;/A&gt; &amp;nbsp;type URL. &amp;nbsp;I've tried a couple of configurations but have not been able to get the URL to actually reach the QA server on the port I specify. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've added Access Rules and NAT rules with no success. &amp;nbsp;Can anyone give me an outline of what might be required for this setup?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1 Public IP&lt;/P&gt;
&lt;P&gt;2 servers in DMZ with IIS&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:44:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908457#M153959</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2019-03-12T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908458#M153960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Here is an example for you. In this example URL:1234 is used to NAT to the the QA server on port 80.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object service web&lt;BR /&gt; service tcp destination eq 80&lt;BR /&gt;!&lt;BR /&gt;object service qa_iis_web&lt;BR /&gt; service tcp destination eq 1234&lt;BR /&gt;!&lt;BR /&gt;object network qa_server&lt;BR /&gt; host 192.168.1.2&lt;BR /&gt;!&lt;BR /&gt;access-list outside_acl line 1 extended permit object qa_iis_web any object qa_server&lt;BR /&gt;!&lt;BR /&gt;nat (outside,dmz) source static any any destination static interface qa_server service qa_iis_web web unidirectional&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 13:08:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908458#M153960</guid>
      <dc:creator>Tim Y</dc:creator>
      <dc:date>2016-05-12T13:08:39Z</dc:date>
    </item>
    <item>
      <title>Thanks Tim - let me give this</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908459#M153961</link>
      <description>&lt;P&gt;Thanks Tim - let me give this a try!&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 13:08:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908459#M153961</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Would I need to change this</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908460#M153962</link>
      <description>&lt;P&gt;Would I need to change this last line to be nat(outside,dmz)? &amp;nbsp;The server doesn't reside on the inside network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (outside,dmz) source static any any destination static interface qa_server service web qa_iis_web unidirectional&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 17:28:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908460#M153962</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T17:28:28Z</dc:date>
    </item>
    <item>
      <title>Hi there,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908461#M153963</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Yes that is correct. If the server resides in the DMZ, then you must use (outside,dmz). Let me know how it goes.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Please don't forget to rate useful posts and mark answers as correct.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 17:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908461#M153963</guid>
      <dc:creator>Tim Y</dc:creator>
      <dc:date>2016-05-12T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Cool - I'm waiting for a good</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908462#M153964</link>
      <description>&lt;P&gt;Cool - I'm waiting for a good time to run the command. &amp;nbsp;I'll let you know how it goes.&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 17:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908462#M153964</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Command has been ran.  I</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908463#M153965</link>
      <description>&lt;P&gt;Command has been ran. &amp;nbsp;I still don't seem to be able to access the site using https://url.domain.com:55100&lt;/P&gt;
&lt;P&gt;Still poking around...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object service web&lt;BR /&gt;service tcp destination eq 443&lt;BR /&gt;!&lt;BR /&gt;object service QA-SERVER-TCP55100&lt;BR /&gt;service tcp destination eq 55100&lt;BR /&gt;!&lt;BR /&gt;object network QA-SERVER&lt;BR /&gt;host 10.1.10.XX&lt;BR /&gt;!&lt;BR /&gt;access-list outside_acl line 1 extended permit object QA-SERVER-TCP55100 any object QA-SERVER&lt;BR /&gt;!&lt;BR /&gt;nat (outside,dmz) source static any any destination static interface QA-SERVER service web QA-SERVER-TCP55100 unidirectional&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:22:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908463#M153965</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T19:22:13Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908464#M153966</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sorry, reverse the service order.&lt;/P&gt;
&lt;P&gt;&lt;REAL service=""&gt;&lt;MAPPED service=""&gt;nat (outside,dmz) source static any any destination static interface QA-SERVER service QA-SERVER-TCP55100 web unidirectional &lt;/MAPPED&gt;&lt;/REAL&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;REAL service=""&gt;&lt;MAPPED service=""&gt;If it still doesn't work, please show me the output of: &lt;/MAPPED&gt;&lt;/REAL&gt;&lt;/P&gt;
&lt;P&gt;&lt;REAL service=""&gt;&lt;MAPPED service=""&gt;- show run nat &lt;/MAPPED&gt;&lt;/REAL&gt;&lt;/P&gt;
&lt;P&gt;&lt;REAL service=""&gt;&lt;MAPPED service=""&gt;- show xlate | i 10.1.10.XX&lt;/MAPPED&gt;&lt;/REAL&gt;&lt;/P&gt;
&lt;P&gt;- show access-list outside_acl | i 10.1.10.XX&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:26:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908464#M153966</guid>
      <dc:creator>Tim Y</dc:creator>
      <dc:date>2016-05-12T19:26:20Z</dc:date>
    </item>
    <item>
      <title>Attached!</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908465#M153967</link>
      <description>&lt;P&gt;Attached!&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:46:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908465#M153967</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Perhaps the service "web"</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908466#M153968</link>
      <description>&lt;P&gt;Perhaps the service "web" should be a new service specifically to the 55100 port. That appears to be pointed to 443.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:57:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908466#M153968</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T19:57:31Z</dc:date>
    </item>
    <item>
      <title>I think that did it!!!</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908467#M153969</link>
      <description>I think that did it!!!</description>
      <pubDate>Thu, 12 May 2016 19:58:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908467#M153969</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908468#M153970</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please remove the rule and re-add it at the top of the list:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (outside,dmz) &lt;STRONG&gt;1&lt;/STRONG&gt; source static any any destination static interface QA-SERVER service QA-SERVER-TCP55100 web unidirectional&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I believe this is the problem. After, please&amp;nbsp;test again. Ensure you are testing from an external internet connection and not from something on the inside/dmz of the firewall. If it is still not working:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;Let me know if the&amp;nbsp;hits on the firewall are incrementing. If yes,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;&lt;SPAN style="line-height: normal;"&gt;Connect to the QA IIS from the inside using the inside IP on port 443. Does it work? If yes,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;&lt;SPAN style="line-height: normal;"&gt;We'll have to start a packet capture to see if the packets are getting dropped and the drop reason&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="line-height: normal;"&gt;&lt;SPAN style="line-height: normal;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: normal;"&gt;&lt;SPAN style="line-height: normal;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: normal;"&gt;&lt;SPAN style="line-height: normal;"&gt;Tim&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:00:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908468#M153970</guid>
      <dc:creator>Tim Y</dc:creator>
      <dc:date>2016-05-12T20:00:47Z</dc:date>
    </item>
    <item>
      <title>Ah ok. I thought you wanted</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908469#M153971</link>
      <description>&lt;P&gt;Ah ok. I thought you wanted 443 and not 80. Good stuff! If you hadn't figured it out, the below troubleshooting question would have caught it:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Connect to the QA IIS from the inside using the inside IP on port 443. Does it work?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That would have failed since you wanted 80 all along, and then we'd realize it then too. Happy you have it working!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:10:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908469#M153971</guid>
      <dc:creator>Tim Y</dc:creator>
      <dc:date>2016-05-12T20:10:31Z</dc:date>
    </item>
    <item>
      <title>I ended up using a completely</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908470#M153972</link>
      <description>&lt;P&gt;I ended up using a completely nonstandard port of 55100. &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now I have to do something similar to get RDP to go specifically to a port on that server. &amp;nbsp;I've changed the RDP listening port on the server...I think I can use the same set of rules we just did for the web service to make this RDP work. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You've given me the groundwork I need to get this going I think. Thanks so much for your time and energy.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:10:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908470#M153972</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-12T20:10:32Z</dc:date>
    </item>
    <item>
      <title>You're welcome. Just do the</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908471#M153973</link>
      <description>&lt;P&gt;You're welcome. Just do the exact same thing for RDP.&lt;/P&gt;
&lt;P&gt;If the port is 51000, when you're connecting via RDP from the internet, use:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;70.89.XX.XX:51000&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:20:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908471#M153973</guid>
      <dc:creator>Tim Y</dc:creator>
      <dc:date>2016-05-12T20:20:53Z</dc:date>
    </item>
    <item>
      <title>Tim - External has been</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908472#M153974</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Nevermind! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 19:01:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-how-to-configure-two-iis-server-routing-with-1-ip/m-p/2908472#M153974</guid>
      <dc:creator>alafever1</dc:creator>
      <dc:date>2016-05-13T19:01:16Z</dc:date>
    </item>
  </channel>
</rss>

