30 May
2019
30 May
'19
7:15 a.m.
Hello i have question about accounting in freeradius (3.0.18) i notced in sql table radacct that from time to time i have as a "username" host/DELL-LAPBD5 logged. so in file /etc/raddb/policy.d/filter i put if (User-Name =~ /^host/) { update request { Module-Failure-Message += 'Rejected: banned host' } reject } not i have "Access-Reject" and username starting with "host" are denied. But anyway when i check accouting host/DELL-LAPBD5 still is appears (with some data downloaded). How it this possible that username is Rejected but can download data from network (browsing websites etc.. ) and appears in accounting ?? I thought that if someone is Rejected should not be able to download data from internet. best regards