Hmm! Well, I've had a look through that thread, and it appears to relate to release candidates from a year ago. Bug reports were filed, so hopefully yhose issues have been fixed. But in any case, my error messages don't match the ones quoted in the thread. tail /var/log/syslog produces:
- Code: Select all
Apr 28 12:13:16 ozymandias NetworkManager[1112]: <info> VPN plugin state changed: init (1)
Apr 28 12:13:16 ozymandias NetworkManager[1112]: <info> VPN plugin state changed: starting (3)
Apr 28 12:13:17 ozymandias NetworkManager[1112]: <info> VPN connection 'vyprvpn (PPTP)' (Connect) reply received.
Apr 28 12:13:17 ozymandias pppd[3604]: unrecognized option 'require-mppe'
Apr 28 12:13:17 ozymandias NetworkManager[1112]: <warn> VPN plugin failed: 0
Apr 28 12:13:17 ozymandias NetworkManager[1112]: <info> VPN plugin state changed: stopped (6)
Apr 28 12:13:17 ozymandias NetworkManager[1112]: <info> VPN plugin state change reason: 10
Apr 28 12:13:17 ozymandias NetworkManager[1112]: <warn> error disconnecting VPN: Could not process the request because no VPN connection was active.
Apr 28 12:13:17 ozymandias NetworkManager[1112]: <info> Policy set 'System eth0' (eth0) as default for IPv4 routing and DNS.
Apr 28 12:13:21 ozymandias NetworkManager[1112]: <info> VPN service 'pptp' disappeared
It looks like a mppe failure. However, the mppe modules are loaded:
- Code: Select all
~ lsmod |grep ppp
ppp_mppe 13036 0
ppp_generic 33065 1 ppp_mppe
slhc 13466 1 ppp_generic
and the kernel passes the mppe tests.
Ideas, anyone?
UPDATE: I've managed to get it working on a Slackware machine using exactly the same setup as on the Magaeia-2 machine. On the Mageia-2 machine, if I uncheck the "Use MPPE encryption" box, the network connects, but is unuseable. Its very slow (a few KB) and stalls after a few seconds. If I re-enable MPPE, it refuses to connect, as detailed above. In Slackware, it works fine with MPPE enabled.
Am I missing a package somewhere? If so, what?
UPDATE 2: Looks like I might have been a bit premature dismissing the thread that doktor5000 pointed me towards! Re-reading, it in the light of increased experience, indicates that there is a bug related to legal issues which never got resolved with the ppp package! I'm just loading up Mageia-3 on an old hack machine to see if its been fixed in there, but if not, it looks like its back to good old, reliable, Slackware..........
--
Pete