<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">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></blockquote><div><br>This appears to have been fixed by putting quotes around the regex in place of the "/" <br>
</div><br></div>hunt1        NAS-IP-Address =~ "^192\.168\.(89|90|91)\..*$"<br><br><br>