Am trying to connect up to a IKEv2/IPSEC MSCHAPv2 VPN running on an aged Windows server from Mageia.
Looked at lots of tutorials, seems you need to install strongswan (which I did).
It's a password-only set-up, so no certificates. On Windows machine to log in you have nothing but the server name along the lines of:
aname.bname.co.uk
Then my username and password and you're in.
Doing it on Mageia I can only get a time out error
- Code: Select all
Error: Connection activation failed: The VPN service did not start in time
Hint: use 'journalctl -xe NM_CONNECTION=19768401-370f-461d-9175-338cbbdba5e1 + NM_DEVICE=wlp0s20f3' to get more details.
Using journalctl I see this:
- Code: Select all
Apr 11 08:39:55 localhost.localdomain NetworkManager[1103]: <info> [1712821195.4053] vpn[0x230db80,19768401-370f-461d-9175-338cbbdba5e1,"VPNName"]: starting strongswan
Apr 11 08:40:00 localhost.localdomain NetworkManager[1103]: <warn> [1712821200.2075] vpn[0x230db80,19768401-370f-461d-9175-338cbbdba5e1,"VPNName"]: starting: timed out waiting for the VPN to activate
I can see nothing there to even vaguely help.
Would be grateful for any help on how to track this down and/or what I am likely to be doing wrong. More than happy to provide any debug information if I know what is needed. Thanks!
Edit:
The /etc/strongswan/ipsec.conf file is completely unaltered by me setting up the pofile in network mangler, is there a bug here?!