19 Dec
2014
19 Dec
'14
7:20 a.m.
On Dec 18, 2014, at 11:34 PM, Keith Olsen <keith.r.olsen@gmail.com> wrote:
Looking at using Freeradius as a VMPS solution for a project at work, and need to be able to update the mac2vlan file on a daily basis.
So far I have only been able to get it to reload by stopping and starting freeradius (/etc/init.d/freeradius stop , /etc/init.d/freeradius start)
the /etc/init.d/freeradius reload seems to do nothing.
You can reload individual modules by enabling raddb/sites-enabled/control-socket, and doing: radmin -e “hup mac2vlan” Which will cause just that module to reload. Alan DeKok.