Hello,
I'm trying to implement Freeradius v2.1.10 to provide a different IP Pool depending on the IP address of the NAS (Mikrotik PPPoE) the request comes from. I'm using radgroupcheck in this way and it works:
'300', 'grp_test', 'Pool-Name', ':=', 'pool_Test'
'301', 'grp_test', 'NAS-IP-Address', '==', '192.168.1.1'
'302', 'grp_test', 'Simultaneous-Use', ':=', '1'
'303', 'grp_test2', 'Pool-Name', ':=', 'pool_Test2'
'304', 'grp_test2', 'NAS-IP-Address', '==', '192.168.1.2'
'302', 'grp_test2', 'Simultaneous-Use', ':=', '1'