<?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: aaa auth include tcp/10000 login issue in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84623#M815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further thoughts- I tried using the 'fixup protocol http 10000'&lt;/P&gt;&lt;P&gt;with an aaa statement for http on the PIX-&lt;/P&gt;&lt;P&gt;What happened was that I got auth requirements on port 80, but not on port 10000 ... the PIX somehow assumed that since I'd said http, I must be talking about port  80... I removed the fixup for protocol http 80&lt;/P&gt;&lt;P&gt;and nothing changed (yes, I was doing write mem, before testing..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2002 14:25:46 GMT</pubDate>
    <dc:creator>smartnet</dc:creator>
    <dc:date>2002-09-03T14:25:46Z</dc:date>
    <item>
      <title>aaa auth include tcp/10000 login issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84620#M812</link>
      <description>&lt;P&gt;I'm trying to use the command&lt;/P&gt;&lt;P&gt;"aaa authentication include tcp/10000 10.6.1.3 255.255.255.255 0.0.0.0&lt;/P&gt;&lt;P&gt;0.0.0.0 AuthInbound"&lt;/P&gt;&lt;P&gt;The application behind this is browser based, so I'm trying to hit port 10000 with IE6, and not getting anything other than the message&lt;/P&gt;&lt;P&gt;"Authorization is required" page=&lt;/P&gt;&lt;P&gt;Port 80 works fine- I do get the expected dialog for username/password if I hit port 80 (which is the regular website for this server) Port tcp/10000 does not make my browser pop up the dialog though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do I do to make the usual login dialog window appear on this aaa command?&lt;/P&gt;&lt;P&gt;This is critical for using any website on non-standard ports (which many administrative applications do)&lt;/P&gt;&lt;P&gt;thanks, Tim&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:03:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84620#M812</guid>
      <dc:creator>smartnet</dc:creator>
      <dc:date>2020-02-21T18:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: aaa auth include tcp/10000 login issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84621#M813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm surprised the PIX even allows you to put tcp/10000 in as the service type in that command.  All it's really going to accept/interpret in this command is the keywords telnet, http, any or ftp.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest is putting in "http" instead of "tcp/10000" cause that's definately not going to work.  Then you have to tell the PIX that TCP port 10000 packets are HTTP, so use the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; fixup protocol http 10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see how that goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2002 03:48:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84621#M813</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2002-09-02T03:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: aaa auth include tcp/10000 login issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84622#M814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea I had was from this TAC case online:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/110/pix51.shtml#add_auth" target="_blank"&gt;http://www.cisco.com/warp/public/110/pix51.shtml#add_auth&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following line:&lt;/P&gt;&lt;P&gt;aaa authentication include tcp/49 inbound 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 Incoming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not directly related, but hoped it would work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do happen to have &lt;/P&gt;&lt;P&gt;fixup protocol http 10000 &lt;/P&gt;&lt;P&gt;in the PIX- &lt;/P&gt;&lt;P&gt;what I don't have is the http version of auth-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that there are virtual servers on that box-&lt;/P&gt;&lt;P&gt;I want to allow unrestricted access to port 80 with _no_ auth -&lt;/P&gt;&lt;P&gt;but I do want to require auth on http sessions to port 10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the PIX supports many other webservers on other IP addresses-&lt;/P&gt;&lt;P&gt;so I'm restricted as to how I can do the global level commands-&lt;/P&gt;&lt;P&gt;I don't fully understand the ramifications of 'no fixup protocol http 80'&lt;/P&gt;&lt;P&gt;which I guess would return port 80 connections to their normal&lt;/P&gt;&lt;P&gt;non-filtered state.... but it would do it for all webservers&lt;/P&gt;&lt;P&gt;on the entire PIX, not just that one server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ideas?&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2002 12:51:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84622#M814</guid>
      <dc:creator>smartnet</dc:creator>
      <dc:date>2002-09-03T12:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: aaa auth include tcp/10000 login issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84623#M815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further thoughts- I tried using the 'fixup protocol http 10000'&lt;/P&gt;&lt;P&gt;with an aaa statement for http on the PIX-&lt;/P&gt;&lt;P&gt;What happened was that I got auth requirements on port 80, but not on port 10000 ... the PIX somehow assumed that since I'd said http, I must be talking about port  80... I removed the fixup for protocol http 80&lt;/P&gt;&lt;P&gt;and nothing changed (yes, I was doing write mem, before testing..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2002 14:25:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-auth-include-tcp-10000-login-issue/m-p/84623#M815</guid>
      <dc:creator>smartnet</dc:creator>
      <dc:date>2002-09-03T14:25:46Z</dc:date>
    </item>
  </channel>
</rss>

