Re: More Newbie Questions

Richard Wong ( rwong@starcon.com )
Thu, 18 Dec 1997 14:49:49 -0800

Thanks for the reply Dale. I have now tried all different variations of
'Require Encrypted Password', 'Log on to Network' and 'Enable Software
Compression' without success. I've noticed that with 'radlogin' I get the
lines:

Checking user record PW_PASSWORD type
authPapPwd

But logging in from the Gandalf I get:

Checking user record PW_PASSWORD type
authChapPwd

Is this significant?

Any further help would be greatfully appreciated.

Cheers,

RW

Successful Radlogin:
-------------------
radrecv: Request from host cfe6f424 code=1, id=1, length=0
NAS-IP-Address = 127.0.0.1
NAS-Port = 0
User-Name = "test"
Password = "r\274\033l#\272^\207\346\214\231z\206V\247^"
rad_authenticate()
Checking user record PW_PASSWORD type
authPapPwd
chkPwd->strvalue is test
decrypted pwd is test
Sending Ack of id 1 to cfe6f424 (207.230.244.36)
User-Service = Framed-User
Framed-Protocol = PPP
Framed-Address = 255.255.255.254

Resp Time: 614 Auth: 3/10 -> 13 Acct: 0/0/0 -> 0

At 07:08 PM 12/17/97 -0800, you wrote:
>Richard Wong wrote:
>>
>> I'm trying to learn how RadiusNT works. Right now I'm testing it with a
>> Gandalf Expressway RLAN NAS. I will be using a Cisco AS5300 in the new
>> year. When I dial into the Gandalf with an analog modem using Win95 DUN, I
>> get the following response at my RadiusNT server:
>
>Edit your Win95 DUN entry and set the security to "accept any, including
>clear text password" and retry it. Although it should work with
>CHAP, this may show what the problem is. I'm guessing it may be a
>secret problem, and PAP will show that.
>
>>
>> ----------
>> radrecv: Request from host cfe6f409 code=1, id=2, length=69
>> User-Name = "test"
>> Challenge-Response = "\036\302\234\014\033\247"
>> NAS-IP-Address = 207.230.244.9
>> NAS-Port = 71
>> NAS-Port-Type = Async
>> CHAP-Challenge = "\211 \034\367"
>> rad_authenticate()
>> Checking user record PW_PASSWORD type
>> authChapPwd
>> Sending Reject of id 2 to cfe6f409 (207.230.244.9)
>>
>> Resp Time: 252 Auth: 1/2 -> 3 Acct: 0/0/0 -> 0
>> ----------
>>
>> The connection is rejected. My test user file looks as follows:
>>
>> User File:
>> =========
>> test Password = "test"
>> User-Service = Framed-User,
>> Framed-Protocol = PPP,
>> Framed-Address = 255.255.255.254
>>
>> I am currently running RasdiusNT 2.2 as it came. I've got RadiusNT running
>> on a Win95 system right now and have been able to test it with 'radlogin'
>> successfully. I've set RadiusNT up in the text mode right now without ODBC
>> for my current tests.
>>
>> What am I doing wrong?
>>
>> tia,
>>
>> RW
>>