I have clients multiple clients on the following networks:<br><br><a href="http://192.168.89.0/24" target="_blank">192.168.89.0/24</a><br><a href="http://192.168.90.0/24" target="_blank">192.168.90.0/24</a><br><a href="http://192.168.91.0/24" target="_blank">192.168.91.0/24</a><br>

<br>I have two users:<br><br>test1<br>test2<br><br>I would like to grant test1 access to clients on <a href="http://192.168.89.0/24" target="_blank">192.168.89.0/24</a> and <a href="http://192.168.90.0/24" target="_blank">192.168.90.0/24</a> but not <a href="http://192.168.91.0/24" target="_blank">192.168.91.0/24</a>.<br>

I would like to grant test2 access to clients on <a href="http://192.168.91.0/24" target="_blank">192.168.91.0/24</a> but not <a href="http://192.168.89.0/24" target="_blank">192.168.89.0/24</a> nor <a href="http://192.168.90.0/24" target="_blank">192.168.90.0/24</a>.<br>

<br>I've solved it with huntgroups with individual client IP's but I 
need to do it by subnet.<br><br>I thought the following would work but it didn't.<br><br>/etc/raddb/huntgroups<br>hunt1        NAS-IP-Address =~ /^192\.168\.(89|90|91)\..*$/<br><br>Can anyone 
provide some direction?<br><br>Thanks