<?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 require authentication from inbound https connections in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665086#M422723</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;Regarding your second question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to lower down the uauth timeout on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 20:00:41 GMT</pubDate>
    <dc:creator>kaachary</dc:creator>
    <dc:date>2006-10-16T20:00:41Z</dc:date>
    <item>
      <title>how to require authentication from inbound https connections?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665084#M422721</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this internal web server protected by the pix. now I want the pix to use aaa and ask for authentication when the user tries to connect to the firewall which by using static send the request to the web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list from_outside extended permit icmp any any log &lt;/P&gt;&lt;P&gt;access-list from_outside extended permit tcp any host &amp;lt;mypublicip&amp;gt; eq 11070 log &lt;/P&gt;&lt;P&gt;access-list from_outside extended permit tcp any host &amp;lt;mypublicip&amp;gt; eq https log &lt;/P&gt;&lt;P&gt;access-list from_outside extended deny ip any any log &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_auth extended permit tcp any any eq https &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server MYAAA protocol radius&lt;/P&gt;&lt;P&gt;aaa-server MYAAA (inside) host 1.0.76.122&lt;/P&gt;&lt;P&gt; key MYSECRETKEY&lt;/P&gt;&lt;P&gt; authentication-port 1812&lt;/P&gt;&lt;P&gt;aaa authentication ssh console MYAAA LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication match acl_auth outside MYAAA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;auth-prompt prompt Enter your user and pass! &lt;/P&gt;&lt;P&gt;auth-prompt accept YESSSSSSSSSSSSSSSSSSSSSSSSSsss &lt;/P&gt;&lt;P&gt;auth-prompt reject NOOOOOOOOOOOOOOOOOOOOOOo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when I try to connect to&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="https://" target="_blank"&gt;https://&lt;/A&gt;&amp;lt;mypublicip&amp;gt;&lt;/P&gt;&lt;P&gt;I don't get any internet explorer popups and in my pix logs I see a line&lt;/P&gt;&lt;P&gt;%PIX-7-109014: uauth_lookup_net fail for get_np_flow_info()			&lt;/P&gt;&lt;P&gt;on cisco it says that I have to use authorization as well but I don't understand why, I don't even get a popup to type my user/pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, I'm using freeradius on a linux box, the authentication works because to log into my cisco I use aaa and I can log no problem there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be appreciated.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:46:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665084#M422721</guid>
      <dc:creator>pamirian76</dc:creator>
      <dc:date>2019-03-10T21:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to require authentication from inbound https connections</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665085#M422722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my 2nd question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if a user from a company that's using PAT gets to the pix, for the first user the pix will prompt for a user/pass but not for the other users since the user coming from that IP has already authenticated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I force the pix to ask for a user/pass anyway? I'm not even sure that this can be done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's my option if I want all the user coming from the same IP to be authenticated by the pix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:47:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665085#M422722</guid>
      <dc:creator>pamirian76</dc:creator>
      <dc:date>2006-10-06T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to require authentication from inbound https connections</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665086#M422723</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;Regarding your second question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to lower down the uauth timeout on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 20:00:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665086#M422723</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2006-10-16T20:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to require authentication from inbound https connections</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665087#M422724</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;Regarding your first question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the exisiting command to :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication match acl_auth inside MYAAA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 20:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-require-authentication-from-inbound-https-connections/m-p/665087#M422724</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2006-10-16T20:02:03Z</dc:date>
    </item>
  </channel>
</rss>

