cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
320
Views
0
Helpful
2
Replies

PIX not using Radius

vanagon2tdi
Level 1
Level 1

I have configured my PIX to use our radius server for authentication, but it still only uses the local access for authentication. Can some one have a look at my config?

pdm location 10.254.254.5 255.255.255.255 inside

route inside 10.254.254.5 255.255.255.0 10.1.1.102 1

aaa-server RADIUS protocol radius

aaa-server RADIUS max-failed-attempts 3

aaa-server RADIUS deadtime 10

aaa-server RADIUS (inside) host 10.254.254.5 7140 timeout 10

aaa-server LOCAL protocol local

aaa authentication http console RADIUS

aaa authentication ssh console LOCAL

Dave

2 Replies 2

paddyxdoyle
Level 6
Level 6

Dave,

Are you trying to authenticate PDM access and/or SSH access via RADIUS.

Your PDM config looks fine to me. What ports does your RADIUS server listen on, if its not 1645 and 1646 then you need to tell the PIX to use different ports

e.g. "aaa-server radius-authport 1812" and "aaa-server radius-acctport 1813".

Also i would check that you are using the correct key (7140) on both your PIX and RADIUS server.

If you are trying to authenticate SSH via RADIUS then your configuration is set to authenticate SSH locally.

You need to change this to

aaa authentication ssh console RADIUS

Thanks

PD

scottmac
Level 10
Level 10

I believe you also need a "aaa new-server" command at the top.

Good Luck

Scott

Review Cisco Networking for a $25 gift card