Problems with filters

Carlo Venditto ( venditto@rosenet.it )
Tue, 27 Jan 1998 17:12:21 +0100

Hi all,

we use a full license of RadiusNT 2.2 running in ODBC
mode with an Access database and our NAS is an Ascend
Max 40xx.

We are trying to create a user profile with some data
fliters but we are not familiar with them and we think
to have some syntax problem with. On the other hand the
Ascend specification for filters with Radius are not so
clear for us. For example we want to limit the access
of a user to a machine of our network to make only www
trafic. To do this we permit the user to see the DNS,
so we have specified:

Ascend-Data-Filter ip in forward 6
194.243.2.4/32
Ascend-Data-Filter ip out forward 6
194.243.2.4/32
Ascend-Data-Filter ip in forward 6
194.243.2.2/32
Ascend-Data-Filter ip out forward 6
194.243.2.2/32

where

"ip" is the type of filter
"in" or "out" is the direction
"forward" is the action
"6" is for tcp protocol
"194.243.2.4/32" is the web machine and the netmask
255.255.255.255
"194.243.2.2/32" is the DNS machine and the netmask
255.255.255.255

We don't understand something??
Please help!