When I test the system whilst running raduis debug I get the following error
RADIUS: Received from id 12 172.16.1.17:1645, Access-Reject, len 20
This apparently is indicating an incorrect passord or secret as cicsco call
it. All passwords and port number are the same at both cisco and radius
server, oh dear!!
hear is the radius portion of the cisco config
-------
aaa new-model
aaa authentication login default radius
aaa authentication ppp default radius
aaa authorization network radius local
aaa accounting network start-stop radius
radius-server host 172.16.1.17 auth-port 1645 acct-port 1646
radius-server key radius
like I say the radius password at the microsoft radius end is also "radius"
and the ports are identical!!
Few things to note:
1. Are you getting your Radius program to authenticate off an NT SAM
database, and if so you will need to make sure that you are passing PAP
passwords from your Access server. If this is the case then the
Access-Reject you are getting could in fact be a real reject because the SAM
database doesn't understand a CHAP password.
2. Get a test Radius program which saves you the hassle of having to keep
dialling in to test. I use one called NTRadPing which is one of the best I
have seen: http://www.nttacplus.com/
Hope this helps.
Steve
"Dave Bradley" <dbradley@[no spam]magnet.co.uk> wrote in message
news:983177175.23201.0...@news.demon.co.uk...
fritos <fri...@free.fr> wrote in message
news:97e0vf$qed$1...@reader1.fr.uu.net...
> show us a debug radius....
>
>
>
>
It's still failing from NTRadPing but it's responding fine.
Stephen Linney <stephen...@nospamcwo.net.au> wrote in message
news:zgAm6.4$i%2....@news0.optus.net.au...