<?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: How to authenticate webserver running inside the Firewall us in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-authenticate-webserver-running-inside-the-firewall-using/m-p/133259#M6986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you have two choices, either to look into the NT/2000 authentication from the server side. As far as I know they will not support TACACS authentication, can support Radius though, 2000 can work with LDAP, but not sure if you can use Cisco ACS for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option, since it is behind a FW, u use cut-through authentication in PIX, I assume it is a PIX FW, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue the following commands in the PIX,&lt;/P&gt;&lt;P&gt;(&lt;I&gt;Assume the web server inside local IP address is 192.168.1.10, and outside global IP is 200.200.200.10, ACS is 192.168.1.50&lt;/I&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;static (inside, outside) 200.200.200.10 192.168.1.10&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;!The following line shall be configured by default, you can replace the "TACACS+" auth-group by any other group&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa-server TACACS+ protocol tacacs+&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;! You start configuring here, "cisco" is your ACS key&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa-server TACACS+ (inside) host 192.168.1.50 cisco&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;! This for the cut-though authentication&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa authentication include http outside 200.200.200.10 255.255.255.255 0.0.0.0 0.0.0.0 TACACS+&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa authorization include http outside 200.200.200.10 255.255.255.255 0.0.0.0 0.0.0.0 TACACS+&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check also the following link for more info on that. I have just posted it awhile ago in another post in this forum... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094ea9.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094ea9.shtml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2003 21:38:27 GMT</pubDate>
    <dc:creator>osam</dc:creator>
    <dc:date>2003-08-07T21:38:27Z</dc:date>
    <item>
      <title>How to authenticate webserver running inside the Firewall using CISCO ACS</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-authenticate-webserver-running-inside-the-firewall-using/m-p/133258#M6985</link>
      <description>&lt;P&gt;We are trying to configure ACS to authenticate a webserver running inside the Firewall. Users need to &lt;/P&gt;&lt;P&gt;access webserver using NT/2000 authentication from Internet.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:07:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-authenticate-webserver-running-inside-the-firewall-using/m-p/133258#M6985</guid>
      <dc:creator>anji.reddy</dc:creator>
      <dc:date>2020-02-21T18:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to authenticate webserver running inside the Firewall us</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-authenticate-webserver-running-inside-the-firewall-using/m-p/133259#M6986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you have two choices, either to look into the NT/2000 authentication from the server side. As far as I know they will not support TACACS authentication, can support Radius though, 2000 can work with LDAP, but not sure if you can use Cisco ACS for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option, since it is behind a FW, u use cut-through authentication in PIX, I assume it is a PIX FW, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue the following commands in the PIX,&lt;/P&gt;&lt;P&gt;(&lt;I&gt;Assume the web server inside local IP address is 192.168.1.10, and outside global IP is 200.200.200.10, ACS is 192.168.1.50&lt;/I&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;static (inside, outside) 200.200.200.10 192.168.1.10&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;!The following line shall be configured by default, you can replace the "TACACS+" auth-group by any other group&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa-server TACACS+ protocol tacacs+&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;! You start configuring here, "cisco" is your ACS key&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa-server TACACS+ (inside) host 192.168.1.50 cisco&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;! This for the cut-though authentication&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa authentication include http outside 200.200.200.10 255.255.255.255 0.0.0.0 0.0.0.0 TACACS+&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;aaa authorization include http outside 200.200.200.10 255.255.255.255 0.0.0.0 0.0.0.0 TACACS+&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check also the following link for more info on that. I have just posted it awhile ago in another post in this forum... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094ea9.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094ea9.shtml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2003 21:38:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-authenticate-webserver-running-inside-the-firewall-using/m-p/133259#M6986</guid>
      <dc:creator>osam</dc:creator>
      <dc:date>2003-08-07T21:38:27Z</dc:date>
    </item>
  </channel>
</rss>

