06-08-2006 01:34 AM - edited 02-21-2020 10:16 AM
Hi there,
message description says it all, really. Is there a way to prompt users who wish web access for a username and password from a local authentication database stored on the PIX? I am aware that this can be done using aaa to a RADIUS or TACACS+ box, but what about on the PIX itself? I ask as I'm being informed that its an easy thing to do on a Checkpoint firewall.
TIA-
Gary
06-08-2006 02:10 AM
Hi Gary,
When using PIX Firewall Version 6.3 or higher (not 6.2 or lower) , you can enable authentication for pass-through access using PIX local user database.
The configuration steps are similar to those for configuring a RADIUS/TACACS+ server.
You don't have to use normal aaa authentication parameter via ACS/Radius server, which normally looks like:
aaa-server AuthInbound protocol radius
aaa-server AuthInbound (inside) host 10.1.1.1 TheUauthKey
What you need is to create local user in PIX, then define aaa authentication parameter that refers to local database (use LOCAL keyword), and define the web (http) service as follow:
aaa authentication include
aaa authentication include http inside 0 0 0 0 LOCAL
Note:
1. Replace
2.Replace
Ref:
AAA Command:
Rgds,
AK
06-08-2006 04:03 AM
Thanks AK, I'll try this out.
regards,
Gary
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