Comment 72 for bug 1297849

Revision history for this message
Pavel Boldin (pboldin) wrote : Re: Virtual private network connection fails after distribution upgrade due to outdated Network Manager configuration files

tallien,

Yes, you are right that the bug you experience is a different one.

Anyway it would help if you can enable the debug for the NetworkManager itself and attach the resulting log?

To do so, please do the following:
1. Enable the `debug` syslog output. Find and edit the `/etc/rsyslog.d/50-default.conf` file uncommenting the lines:

*.=debug;*.=info;*.=notice;*.=warn;\
       auth,authpriv.none;\
       news.none;mail.none -/var/log/debug

2. Enable the NetworkManager debug: add the following lines to the `/etc/NetworkManager/NetworkManager.conf` file:

[logging]
level=DEBUG

3. Restart (or reload) the NetworkManager:
$ sudo restart network-manager

4. Make a single attempt to connect to the VPN and then attach the resulting log here, removing all the viable information.