On 16/02/15 08:48, Marine B wrote: > Good morning, > > I would like to know if it is possible to use openvpn with a radius > authentification and a pre shared key for multiple user. I read that > pre shared key can only be used for one connection (one client, one > server). user authentication usually requires mode server and 'mode server' does not play nice with preshared keys (--secret secret.key). So I'd say that pre-shared keys + radius is a no-go. Even if you would be able to get it to work it's definitely not recommended, and might stop working in any future version of OpenVPN.
As an alternative you could use "--client-cert-not-required" and get functionally the same behaviour (1 server cert, no client certs, use a tls-auth key file, and use radius user auth). HTH, JJK ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ Openvpn-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users
