19 Jan
2022
19 Jan
'22
8:09 a.m.
On Jan 19, 2022, at 4:50 AM, Bassem Mettichi <mettichi@gmail.com> wrote:
is it possible the combine IPV4 and IPV6 on the same freeradius server. Iam using redis as database, i would like to add new acct type called Start-IPV6 on the rediswho conf file and on rediswho.c when the acct request comes with Framed-IPV6-address i will use the conf section of Start-IPV6 instead of Start Section, is this configuration possible to do?
You can edit the configuration however you want. But it probably doesn't make any sense to to that. Why not just set up two redis / rediswho / redis_ippool modules? rediswho_ipv4 rediswho_ipv6 Configure one to do IPv4, and the other to do IPv6. Alan DeKok.