OpenConnect VPN not in Network Manager in 16.04
I have network-manager-openconnect-gnome installed, but there is no option for OpenConnect in Network Manager. If I run
sudo openconnect vpn.work.com
And enter my details, I can connect to my work VPN, so openconnect is installed and working, but it just isn't showing up in Network Manager.
network-manager vpn 16.04 openconnect
add a comment |
I have network-manager-openconnect-gnome installed, but there is no option for OpenConnect in Network Manager. If I run
sudo openconnect vpn.work.com
And enter my details, I can connect to my work VPN, so openconnect is installed and working, but it just isn't showing up in Network Manager.
network-manager vpn 16.04 openconnect
I'm having the same issue unfortunately
– Ray Booysen
Apr 26 '16 at 11:24
4
Dupe of askubuntu.com/questions/760864/…
– Ray Booysen
Apr 26 '16 at 11:26
add a comment |
I have network-manager-openconnect-gnome installed, but there is no option for OpenConnect in Network Manager. If I run
sudo openconnect vpn.work.com
And enter my details, I can connect to my work VPN, so openconnect is installed and working, but it just isn't showing up in Network Manager.
network-manager vpn 16.04 openconnect
I have network-manager-openconnect-gnome installed, but there is no option for OpenConnect in Network Manager. If I run
sudo openconnect vpn.work.com
And enter my details, I can connect to my work VPN, so openconnect is installed and working, but it just isn't showing up in Network Manager.
network-manager vpn 16.04 openconnect
network-manager vpn 16.04 openconnect
asked Apr 25 '16 at 4:26
Chas. OwensChas. Owens
2602517
2602517
I'm having the same issue unfortunately
– Ray Booysen
Apr 26 '16 at 11:24
4
Dupe of askubuntu.com/questions/760864/…
– Ray Booysen
Apr 26 '16 at 11:26
add a comment |
I'm having the same issue unfortunately
– Ray Booysen
Apr 26 '16 at 11:24
4
Dupe of askubuntu.com/questions/760864/…
– Ray Booysen
Apr 26 '16 at 11:26
I'm having the same issue unfortunately
– Ray Booysen
Apr 26 '16 at 11:24
I'm having the same issue unfortunately
– Ray Booysen
Apr 26 '16 at 11:24
4
4
Dupe of askubuntu.com/questions/760864/…
– Ray Booysen
Apr 26 '16 at 11:26
Dupe of askubuntu.com/questions/760864/…
– Ray Booysen
Apr 26 '16 at 11:26
add a comment |
6 Answers
6
active
oldest
votes
ubuntu man page
VPN support
Network Manager VPN support is based on a plug-in system. If you need VPN support via network manager you have to install one of the following packages:
network-manager-openvpn
network-manager-vpnc
network-manager-openconnect
The network-manager-pptp plugin is installed by default.
On GNOME, you also need to install the -gnome packages for the VPN plugin you choose:
network-manager-openvpn-gnome
network-manager-vpnc-gnome
network-manager-openconnect-gnome
7
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
add a comment |
This should generally be solved by restarting your machine, and if you don't want to do so try:
# reloads all new or changed systemctl units
sudo systemctl daemon-reload
and then
# restart the network daemon
sudo service network-manager restart
add a comment |
I also have "grayed out VPN" in Network-Manager this is what I found
(I'm Newbie)
On Ubuntu 16.04 the network-manager-openconnect and network-manager-openconnect-gnome plugins are not usable because they are to old to use with the current version of network-manager.
This is the english version of this guide from a german ubuntu support forum - Fixing unusable network-manager-openconnect-plugin on Xenial Xerus
Unofficial built packages are available here:
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_i386.deb
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_amd64.deb
NOTE: You won´t get any security updates for this! It is just a workaround until the packages will have been fixed in the official repository!
add a comment |
The same problem. Couldn't start sudo apt-get network-manager-openconnect
problem - have no candidate for 'openconnect'
Solution:
sudo add-apt-repository ppa:openconnect/daily
sudo apt-get update
Source - https://launchpad.net/~openconnect/+archive/ubuntu/daily and try to install.
add a comment |
None of the answers here are correct based on the question. For completeness (since this seems to be the only question that comes up when googling the problem):
This will fix the issue on 16.04+
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
The *-gnome
package is needed for the GUI components. Note that a reboot is required in order to see the change.
add a comment |
here is what fixed the issue on my ubuntu 18.10 installation:
after installing the network-manager pluings using
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
I had to reboot my system. simply restarting network-manager did not help, so it must be something else like a gnome component or so, that needs to be restarted as well
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f762183%2fopenconnect-vpn-not-in-network-manager-in-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
ubuntu man page
VPN support
Network Manager VPN support is based on a plug-in system. If you need VPN support via network manager you have to install one of the following packages:
network-manager-openvpn
network-manager-vpnc
network-manager-openconnect
The network-manager-pptp plugin is installed by default.
On GNOME, you also need to install the -gnome packages for the VPN plugin you choose:
network-manager-openvpn-gnome
network-manager-vpnc-gnome
network-manager-openconnect-gnome
7
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
add a comment |
ubuntu man page
VPN support
Network Manager VPN support is based on a plug-in system. If you need VPN support via network manager you have to install one of the following packages:
network-manager-openvpn
network-manager-vpnc
network-manager-openconnect
The network-manager-pptp plugin is installed by default.
On GNOME, you also need to install the -gnome packages for the VPN plugin you choose:
network-manager-openvpn-gnome
network-manager-vpnc-gnome
network-manager-openconnect-gnome
7
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
add a comment |
ubuntu man page
VPN support
Network Manager VPN support is based on a plug-in system. If you need VPN support via network manager you have to install one of the following packages:
network-manager-openvpn
network-manager-vpnc
network-manager-openconnect
The network-manager-pptp plugin is installed by default.
On GNOME, you also need to install the -gnome packages for the VPN plugin you choose:
network-manager-openvpn-gnome
network-manager-vpnc-gnome
network-manager-openconnect-gnome
ubuntu man page
VPN support
Network Manager VPN support is based on a plug-in system. If you need VPN support via network manager you have to install one of the following packages:
network-manager-openvpn
network-manager-vpnc
network-manager-openconnect
The network-manager-pptp plugin is installed by default.
On GNOME, you also need to install the -gnome packages for the VPN plugin you choose:
network-manager-openvpn-gnome
network-manager-vpnc-gnome
network-manager-openconnect-gnome
answered Jun 20 '16 at 21:40
MertMert
1115
1115
7
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
add a comment |
7
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
7
7
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
Did you miss the part where I said "I have network-manager-openconnect-gnome installed"? The problem is that, unlike earlier versions of Ubuntu, this does not work.
– Chas. Owens
Jun 24 '16 at 0:37
add a comment |
This should generally be solved by restarting your machine, and if you don't want to do so try:
# reloads all new or changed systemctl units
sudo systemctl daemon-reload
and then
# restart the network daemon
sudo service network-manager restart
add a comment |
This should generally be solved by restarting your machine, and if you don't want to do so try:
# reloads all new or changed systemctl units
sudo systemctl daemon-reload
and then
# restart the network daemon
sudo service network-manager restart
add a comment |
This should generally be solved by restarting your machine, and if you don't want to do so try:
# reloads all new or changed systemctl units
sudo systemctl daemon-reload
and then
# restart the network daemon
sudo service network-manager restart
This should generally be solved by restarting your machine, and if you don't want to do so try:
# reloads all new or changed systemctl units
sudo systemctl daemon-reload
and then
# restart the network daemon
sudo service network-manager restart
answered Sep 6 '16 at 5:56
Florin HillebrandFlorin Hillebrand
34134
34134
add a comment |
add a comment |
I also have "grayed out VPN" in Network-Manager this is what I found
(I'm Newbie)
On Ubuntu 16.04 the network-manager-openconnect and network-manager-openconnect-gnome plugins are not usable because they are to old to use with the current version of network-manager.
This is the english version of this guide from a german ubuntu support forum - Fixing unusable network-manager-openconnect-plugin on Xenial Xerus
Unofficial built packages are available here:
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_i386.deb
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_amd64.deb
NOTE: You won´t get any security updates for this! It is just a workaround until the packages will have been fixed in the official repository!
add a comment |
I also have "grayed out VPN" in Network-Manager this is what I found
(I'm Newbie)
On Ubuntu 16.04 the network-manager-openconnect and network-manager-openconnect-gnome plugins are not usable because they are to old to use with the current version of network-manager.
This is the english version of this guide from a german ubuntu support forum - Fixing unusable network-manager-openconnect-plugin on Xenial Xerus
Unofficial built packages are available here:
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_i386.deb
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_amd64.deb
NOTE: You won´t get any security updates for this! It is just a workaround until the packages will have been fixed in the official repository!
add a comment |
I also have "grayed out VPN" in Network-Manager this is what I found
(I'm Newbie)
On Ubuntu 16.04 the network-manager-openconnect and network-manager-openconnect-gnome plugins are not usable because they are to old to use with the current version of network-manager.
This is the english version of this guide from a german ubuntu support forum - Fixing unusable network-manager-openconnect-plugin on Xenial Xerus
Unofficial built packages are available here:
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_i386.deb
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_amd64.deb
NOTE: You won´t get any security updates for this! It is just a workaround until the packages will have been fixed in the official repository!
I also have "grayed out VPN" in Network-Manager this is what I found
(I'm Newbie)
On Ubuntu 16.04 the network-manager-openconnect and network-manager-openconnect-gnome plugins are not usable because they are to old to use with the current version of network-manager.
This is the english version of this guide from a german ubuntu support forum - Fixing unusable network-manager-openconnect-plugin on Xenial Xerus
Unofficial built packages are available here:
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_i386.deb
http://tomtomtom.org/networkmanager-openconnect_1.1.93-1_amd64.deb
NOTE: You won´t get any security updates for this! It is just a workaround until the packages will have been fixed in the official repository!
edited Aug 28 '18 at 21:07
Randall
16619
16619
answered Feb 1 '18 at 17:37
DonW690125DonW690125
113
113
add a comment |
add a comment |
The same problem. Couldn't start sudo apt-get network-manager-openconnect
problem - have no candidate for 'openconnect'
Solution:
sudo add-apt-repository ppa:openconnect/daily
sudo apt-get update
Source - https://launchpad.net/~openconnect/+archive/ubuntu/daily and try to install.
add a comment |
The same problem. Couldn't start sudo apt-get network-manager-openconnect
problem - have no candidate for 'openconnect'
Solution:
sudo add-apt-repository ppa:openconnect/daily
sudo apt-get update
Source - https://launchpad.net/~openconnect/+archive/ubuntu/daily and try to install.
add a comment |
The same problem. Couldn't start sudo apt-get network-manager-openconnect
problem - have no candidate for 'openconnect'
Solution:
sudo add-apt-repository ppa:openconnect/daily
sudo apt-get update
Source - https://launchpad.net/~openconnect/+archive/ubuntu/daily and try to install.
The same problem. Couldn't start sudo apt-get network-manager-openconnect
problem - have no candidate for 'openconnect'
Solution:
sudo add-apt-repository ppa:openconnect/daily
sudo apt-get update
Source - https://launchpad.net/~openconnect/+archive/ubuntu/daily and try to install.
edited Jan 18 '18 at 10:23
Thomas
3,55381527
3,55381527
answered Jan 18 '18 at 10:03
Paul LiferenkoPaul Liferenko
1
1
add a comment |
add a comment |
None of the answers here are correct based on the question. For completeness (since this seems to be the only question that comes up when googling the problem):
This will fix the issue on 16.04+
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
The *-gnome
package is needed for the GUI components. Note that a reboot is required in order to see the change.
add a comment |
None of the answers here are correct based on the question. For completeness (since this seems to be the only question that comes up when googling the problem):
This will fix the issue on 16.04+
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
The *-gnome
package is needed for the GUI components. Note that a reboot is required in order to see the change.
add a comment |
None of the answers here are correct based on the question. For completeness (since this seems to be the only question that comes up when googling the problem):
This will fix the issue on 16.04+
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
The *-gnome
package is needed for the GUI components. Note that a reboot is required in order to see the change.
None of the answers here are correct based on the question. For completeness (since this seems to be the only question that comes up when googling the problem):
This will fix the issue on 16.04+
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
The *-gnome
package is needed for the GUI components. Note that a reboot is required in order to see the change.
edited Apr 15 '18 at 3:10
answered Apr 15 '18 at 2:54
RouthinatorRouthinator
666
666
add a comment |
add a comment |
here is what fixed the issue on my ubuntu 18.10 installation:
after installing the network-manager pluings using
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
I had to reboot my system. simply restarting network-manager did not help, so it must be something else like a gnome component or so, that needs to be restarted as well
add a comment |
here is what fixed the issue on my ubuntu 18.10 installation:
after installing the network-manager pluings using
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
I had to reboot my system. simply restarting network-manager did not help, so it must be something else like a gnome component or so, that needs to be restarted as well
add a comment |
here is what fixed the issue on my ubuntu 18.10 installation:
after installing the network-manager pluings using
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
I had to reboot my system. simply restarting network-manager did not help, so it must be something else like a gnome component or so, that needs to be restarted as well
here is what fixed the issue on my ubuntu 18.10 installation:
after installing the network-manager pluings using
sudo apt install network-manager-openconnect network-manager-openconnect-gnome
I had to reboot my system. simply restarting network-manager did not help, so it must be something else like a gnome component or so, that needs to be restarted as well
answered Jan 5 at 12:15
Pascal SuterPascal Suter
593
593
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f762183%2fopenconnect-vpn-not-in-network-manager-in-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm having the same issue unfortunately
– Ray Booysen
Apr 26 '16 at 11:24
4
Dupe of askubuntu.com/questions/760864/…
– Ray Booysen
Apr 26 '16 at 11:26