Results 1 to 4 of 4

Thread: Ubuntu OpenVPN

  1. #1
    Join Date
    Nov 2014
    Beans
    2

    Ubuntu OpenVPN

    Hello,

    I'm rather new to Ubuntu, but here is my situation. I am currently using a Chromebook running ubuntu and trying to get a vpn up. Here are the errors messaged I get:


    Code:
    cannot find device "tun1"Linux ip link set failed: external program exited with error status: 1
    Execting due to fatal error
    Thanks for any help!

  2. #2
    Join Date
    Aug 2009
    Location
    Makati City, Philippines
    Beans
    2,269
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Ubuntu OpenVPN

    What part of the installation of openvpn is that? how far have you gone to setting it up? Did you follow a link/tutorial?

  3. #3
    Join Date
    Nov 2014
    Beans
    2

    Re: Ubuntu OpenVPN

    After I installed open vpn I ran this:

    sudo openvpn "location of vpn file"

    Then it runs, I input username and password and it gives me those errors.

  4. #4
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Ubuntu OpenVPN

    Quote Originally Posted by Zach_Mallet View Post
    After I installed open vpn I ran this:

    sudo openvpn "location of vpn file"

    Then it runs, I input username and password and it gives me those errors.
    Do you have the tun module loaded?
    Does
    Code:
    lsmod | grep tun
    return anything?

    If no, run
    Code:
     sudo lsmod tun
    Then,
    Code:
    sudo openvpn --mktun --dev tun1
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

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
  •