If you ve allready try to use NetworkManager, and see the perpetual unconnect trouble, simply :
sed -i 's/ifcfg\-mdv\,//g' /etc/NetworkManager/NetworkManager.conf
/etc/init.d/networkmanager restart
it's works
If you want to use NetworkManager on Mageia :
0) install it :
urpmi networkmanager-openvpn networkmanager-common networkmanager
1) install tools for Kde :
urpmi knetworkmanager-openvpn knetworkmanager
2) configure it :
add the good lines into network configuration files :
/etc/sysconfig/network-scripts/ifcfg-wlan0 (example, for wifi)
NM_CONTROLLED=yes
3) start it :
/etc/init.d/networkmanager start
-> BUG : it's works now, today, but unconnect perpetually
4) edit the NetworkManager configuration file, and remove the *mdv-plugin* from its conf :
/etc/NetworkManager/NetworkManager.conf :
plugins=keyfile
It's work now, without problem...
Now, remove the net_applet from boot, and have fun with the good kde applet for network...
rm /etx/xdg/autostart/net_applet.desktop
Enjoy