19 Nov
2013
19 Nov
'13
9:17 a.m.
Victor Rodriguez wrote:
The problem is that I would like to group some NAS and provide the same IP Pool:
'310', 'grp_test3', 'Pool-Name', ':=', 'pool_Test2' '311', 'grp_test3', 'NAS-IP-Address', '==', '192.168.1.1' '312', 'grp_test3', 'NAS-IP-Address', '==', '192.168.1.2' '313', 'grp_test3', 'Simultaneous-Use', ':=', '1'
This doesn't work, FR doesn't get an IP pool when checking radgroupcheck and so the client doesn't get an IP.
The checks are all ANDed together. You're trying to do NAS1 OR NAS2. That's impossible with the current SQL module.
Am I missing something? Do I a need to implement huntgroups in SQL?
No. You just need to implement huntgroups elsewhere, and then do huntgroup checking in SQL. Alan DeKok.