> Is their a way to have Freeradius reply differently based on what NAS Server
> sent the request?

Yep.

>
> Example. [EMAIL PROTECTED]  will connect throught our national dialup and
> get
> X-Ascend-Data-Filter == "ip in forward tcp est",
> X-Ascend-Data-Filter == "ip in forward dstip 1.2.3.4/24",
> X-Ascend-Data-Filter == "ip in drop tcp dstport = 25",
> X-Ascend-Data-Filter == "ip in forward",
>
> Then the same user authenticates though our news service from another Nas
> server and requires only username and pass.
>
>
> Or through our wireless service from another NAS Device that requires a
> totally  different set of values?
>

in huntgroups file

group1  NAS-IP-Address == x.x.x.x
group2  NAS-IP-Address == y.y.y.y
group2  NAS-IP-Address == z.z.z.z


in users file

DEFAULT  Huntgroup-Name = "group1"
   Reply 1
   Reply 2

DEFAULT  Huntgroup-Name = "group2"
   Different Reply1
   Different Reply2

Hope that helps.


-Dusty Doris



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to