09-12-2004 10:45 AM - edited 02-21-2020 10:11 AM
I am trying to configure my Pix 501 to authenticate incoming HTTP traffic on port 8081 through RADIUS.
I thought that
aaa authentication include tcp/8081 outside 10.10.1.109 255.255.255.255 0.0.0.0 0.0.0.0 smsradius
should do the trick, but I don't get the prompt.
When I change this comamnd to 'inside', it works and inside HTTP requests get challanged. So I assume that my command is correct.
I was wondering if this is because the Pix is trying to authenticate the client using port 80 and not 8081. Port 80 would be blocked by my provider.
How does the challange work, technically? Do I have to configure something else?
This is what I see in the log:
Authorization denied from 24.34.193.190/1065 to 10.10.2.2/8081 (not authenticated) on interface outside
Thanks.
09-13-2004 03:24 AM
Christian,
You may find the following document helpful for your situation:
Let me know if this helps
Jay
09-13-2004 04:46 AM
Jay,
Thanks for pointing my to this document which I had already seen. The document does not mention it, but HTTP authentication only works on ports 80 or 8080.
I changed the port to 8080 and it started to work.
c.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide