[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Ascend DNS attributes?
From: |
Andrew Kohlsmith |
Subject: |
Re: [Help-gnu-radius] Ascend DNS attributes? |
Date: |
Wed, 26 Mar 2003 23:14:17 -0500 |
User-agent: |
KMail/1.5.9 |
> 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
Got it. Still didn't work. :-(
I was doing some reading and I'm wondering if I need to write it out as
Vendor-Specific tags... I tried this now:
test Service-Type = Framed-User
Vendor-Specific = "Ascend-Client-Primary-DNS=111.111.111.111",
Vendor-Specific =
"Ascend-Client-Secondary-DNS=222.222.222.222",
Vendor-Specific = "Ascend-Client-Assign-DNS=1",
Fall-Through = Yes
(format gleaned from the internet, I'm not sure if it's right)
I have also been digging through the MaxTNT configuration but I can't seem to
find anything that would globally disable or enable the use of these
attributes. :-(
Regards,
Andrew