Results 1 to 9 of 9

Thread: Add a VPN connection is grayed out

  1. #1
    Join Date
    Jan 2013
    Beans
    67

    Add a VPN connection is grayed out

    My OS is Xubuntu 16.10, 64bit. I'm trying to create an OpenVPN VPN, but the "add a vpn connection" under "vpn connections" is grayed out and will not respond to being clicked on. I have the vpn config file in a folder, but I can't get the "add a vpn connection" to respond to setting up the vpn. Why is the "add a vpn connection" grayed out and how can I fix this problem. Thank you.

    I successfully ran these terminal commands to add OpenVPN to the OS:
    sudo apt-get install network-manager-openvpn
    sudo apt-get install openvpn.
    Last edited by waltd; February 8th, 2017 at 12:18 AM.

  2. #2
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Add a VPN connection is grayed out

    Try
    Code:
    gksudo nm-connection-editor

  3. #3
    Join Date
    May 2016
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Add a VPN connection is grayed out

    Quote Originally Posted by waltd View Post
    My OS is Xubuntu 16.10, 64bit. I'm trying to create an OpenVPN VPN, but the "add a vpn connection" under "vpn connections" is grayed out and will not respond to being clicked on. I have the vpn config file in a folder, but I can't get the "add a vpn connection" to respond to setting up the vpn. Why is the "add a vpn connection" grayed out and how can I fix this problem. Thank you.

    I successfully ran these terminal commands to add OpenVPN to the OS:
    sudo apt-get install network-manager-openvpn
    sudo apt-get install openvpn.
    One more package needed.

    Code:
    sudo apt install network-manager-openvpn-gnome

  4. #4
    Join Date
    Jan 2013
    Beans
    67

    Re: Add a VPN connection is grayed out

    The menu option "VPN Connections" -> "Add a VPN connection" is still grayed out and not responding to being clicked on. Any ideas on what I'm missing? I typed in these terminal commands and rebooted my laptop. Thanks.
    sudo apt-get install openvpn
    sudo apt-get install network-manager-openvpn

    sudo apt-get install network-manager-openvpn-gnome
    reboot

  5. #5
    Join Date
    May 2016
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Add a VPN connection is grayed out

    Are you clicking on the Name "VPN" or the selections under the title "VPN"?

    Under "VPN" I have 3 choices which anyone could be selected.
    Attached Images Attached Images

  6. #6
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Add a VPN connection is grayed out

    Try reinstalling all of them including the NM:
    Code:
    sudo apt-get install --reinstall network-manager-gnome network-manager network-manager-openvpn-gnome network-manager-openvpn openvpn
    Reboot

  7. #7
    Join Date
    Jan 2013
    Beans
    67

    Re: Add a VPN connection is grayed out

    I see what I was doing wrong. I was trying to create a new VPN connection under Network Manager -> VPN Connections. Now I know that I need to create a new VPN connection under network Manager -> Edit Connections. I've solved the problem.
    Thanks for all the help.

  8. #8
    Join Date
    May 2016
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Add a VPN connection is grayed out

    Quote Originally Posted by waltd View Post
    I see what I was doing wrong. I was trying to create a new VPN connection under Network Manager -> VPN Connections. Now I know that I need to create a new VPN connection under network Manager -> Edit Connections. I've solved the problem.
    Thanks for all the help.
    +1 Glad you have it working and posted how you did the job.

    I'm sure others have done the same and others will do the same.

  9. #9
    Join Date
    Jan 2018
    Beans
    1

    Re: Add a VPN connection is grayed out

    How did you solved the problem?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •