Bug 1266686 - OpenVPN created from command line is broken by NetworkManager
Summary: OpenVPN created from command line is broken by NetworkManager
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 21
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-26 14:33 UTC by Robin Green
Modified: 2023-09-14 03:05 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-02 15:28:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Robin Green 2015-09-26 14:33:40 UTC
Description of problem:
When I set up an OpenVPN connection from the command line, NetworkManager spins trying to configure tun0, and then after about 30 seconds the VPN connection stops responding.

I'm guessing NetworkManager has not found a DHCP server on tun0 and has therefore decided to throw away its existing IP address and reassign it a link-local address. I know I can tell NetworkManager to stop trying to manage an interface, but I don't think I should have to do that - I think it should notice that an IP address has already been set and stop interfering with it.

How reproducible:
Always

Steps to Reproduce:
1. Set up simple point-to-point OpenVPN via CLI
2. Wait

Actual results:
VPN connection eventually goes down

Expected results:
VPN should stay up

Additional info:
wlan0 stays working

Comment 1 Robin Green 2015-09-26 14:34:30 UTC
This is on KDE by the way.

Comment 2 Jirka Klimes 2015-09-29 10:43:15 UTC
NetworkManager should not disrupt tun0 when you create it externally. It only creates a connection for the interface.

Could you test connecting to the VPN with NetworkManager stopped to see if it actually works?

# systemctl mask NetworkManager
# systemctl stop NetworkManager

connect to VPN

# systemctl unmask NetworkManager
# systemctl start NetworkManager

If it works without NetworkManager, then try again with NetworkManager and attach logs so that they can be inspected. (sudo journalctl -b 0 -u NetworkManager).

Comment 3 Fedora End Of Life 2015-11-04 10:22:50 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 4 Fedora End Of Life 2015-12-02 15:29:02 UTC
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 5 Red Hat Bugzilla 2023-09-14 03:05:55 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.