Hi,
I do not know, how to use OpenVPN RoadWarrior with RADIUS. Is there any tutorial ?
Generally I didn't change much in the background.
In the users tab I didn't change anything
The settings tab is the same as before just some different syntax for logging and some additional parameters but they are all at default.
In the client tab I had to change the syntax of the clients.conf to new freeradius2 version but the parameters are still the same.
Where I did many changes is the "interfaces" tab.
If you have one Interface (LAN) which should do authentication and accounting than you need two entries:
Interface IP: 192.168.100.1
Port: 1812
type: auth
Interface IP: 192.168.100.1
Port: 1813
type: acct
If radius should listen on any interface than you can use a * instead of the IP.
Not sure if * is listening on 127.0.0.1
PS: Further it would/could help if you delete all freeradius entries from your config.xml
/conf/config.xml
and reboot and reconfigure freeradius2.
Your old settings from freeradius1 are NOT compatible with freeradius2