[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Ascend DNS attributes?
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Ascend DNS attributes? |
Date: |
Wed, 26 Mar 2003 22:37:02 +0200 |
Hi Andrew,
> test Service-Type = Framed-User,
> Ascend-Client-Assign-DNS = DNS-Assign-Yes,
> Ascend-Client-Primary-DNS = 111.111.111.111,
> Ascend-Client-Secondary-DNS = 222.222.222.222
> Fall-Through = Yes
Notice that Ascend-Client- attributes should be *returned* from the
radius servere to the NAS, whereas in your setup they are just checked
for. I'd write:
test Service-Type = Framed-User
# Reply pairs:
Ascend-Client-Assign-DNS = DNS-Assign-Yes,
Ascend-Client-Primary-DNS = 111.111.111.111,
Ascend-Client-Secondary-DNS = 222.222.222.222,
Fall-Through = Yes
Regards,
Sergey