Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to use the command"aaa authentication include tcp/10000 10.6.1.3 255.255.255.255 0.0.0.00.0.0.0 AuthInbound"The application behind this is browser based, so I'm trying to hit port 10000 with IE6, and not getting anything other than the mes...
Further thoughts- I tried using the 'fixup protocol http 10000'with an aaa statement for http on the PIX-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 ...
The idea I had was from this TAC case online:http://www.cisco.com/warp/public/110/pix51.shtml#add_auththe following line:aaa authentication include tcp/49 inbound 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 IncomingNot directly related, but hoped it would work.....