11 Mar
2013
11 Mar
'13
11:50 a.m.
Bertrand Poulet wrote:
i try to migrate from FreeRADIUS 1.1.6 (Mandrake) to FreeRADIUS 2.2.0 (from source) on ubuntu12.04.
That should be easy.
The same supplicant and same AP with old FR is ok, but not with new FR 2.2.0.
What i've done :
I've installed with ./configure; make; make install root@myhost:/usr/local/etc/raddb/certs# make openssl dhparam -out dh 1024
Well... that's the problem. You didn't copy the old certificates over. Instead, you created new ones. Don't do that. Use the old certs. It will work. Alan DeKok.