"Lists" <[EMAIL PROTECTED]> wrote: > I am running FreeRADIUS 0.4 with PostgreSQL backend, it's been running > great. I am now required to add Ascend-Data-Filter (s). After reading > the documentation I came up with the following: > > The following in /usr/local/freeradius/etc/raddb/attrs > > DEFAULT > Service-Type == Framed-User, > Service-Type == Login-User,
This is wrong. Please read 'man 5 users' for a description of what '==' does. > Framed-MTU >= 576, This will NEVER do what you think. The Framed-MTU is an attribute which tells the NAS *exactly* what size MTU to use, and NOT a range. > Ascend-Data-Filter = "ip in forward tcp est", > Ascend-Data-Filter = "ip in forward dstip ip.of.mail.box/32", Use '+=' here, instead of '='. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html