23 Apr
2010
23 Apr
'10
1:51 p.m.
ST Wong (ITSC) wrote:
Hi all,
I'm using freeradius 2.1.3. Would like to know if it's possible to block access (maybe in users file) by checking following criteria ?
Acct-Tunnel-Client-Endpoint:0 = "137.*.*.*"
Would anyone please help? Thanks.
$ man unlang It explains how to match attributes, how to do regex matches, and how to reject users. Alan DeKok.