On Wed, 21 Nov 2001, cj wrote:

> 
> hi
> 
> i want to limit a certain domain to only async calls no ISDN ... what
> Cisco-AV-Pair would you suggest i use (or redirection to any documentation
> would be helpfull aswell)
> 
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> 

Async calls:

    code : Access-Request
        NAS-Port = 60
        NAS-Port-Type = Async


ISDN calls:

    code : Access-Request
        NAS-Port = 20123
        NAS-Port-Type = ISDN-Sync


Why not try adding the following in the users file:

DEFAULT Realm == "domain", NAS-Port-Type == "ISDN-Sync", Auth-Type := Reject
        Reply-Message = "You are only allowed to connect through a modem"

--
kkalev



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

Reply via email to