Results 1 to 4 of 4

Thread: OpenVPN - Access from home to the computer at my job's office

  1. #1
    Join Date
    Feb 2013
    Beans
    10

    OpenVPN - Access from home to the computer at my job's office

    Hi everyone!

    I'm kinda new in this whole Ubuntu business...and now I'm trying to connect via openvpn to the net of my working place. I was given a username and an access key, and also two files: one of configuration, and another was a certificate.

    But when I write down the following command: "sudo openvpn --config path/ofconfig/file --ca /path/ofcertif/file"

    I am asked for my user/pass, and then it runs, but it gets stuck where it says: "day mth XX HH:MM:SS YYYY Initialization Sequence Completed"

    And it won't let me write anything unless I finish the process by hitting Ctrl+C.

    I don't really know wether it doesn't connect, or if I'm doing something wrong... The thing is that I need access to the machine in my working place, and I'd like to do it through the console, so I'll be thankful if anyone would be able to help.

    Thank you very much!

    Cheers!

  2. #2
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: OpenVPN - Access from home to the computer at my job's office

    silly question, but are you literally using this command?

    sudo openvpn --config path/ofconfig/file --ca /path/ofcertif/file

  3. #3
    Join Date
    Feb 2013
    Beans
    10

    Re: OpenVPN - Access from home to the computer at my job's office

    Quote Originally Posted by iponeverything View Post
    silly question, but are you literally using this command?
    No... I put in there the path to the config. and the certificate files...

    Besides that... I said that the program asks me for my user and pass, and then it begins to run, and if I was "literally" using that command...I think it won't be asking me anything...
    Last edited by damog88; March 22nd, 2013 at 04:21 PM.

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: OpenVPN - Access from home to the computer at my job's office

    The standard method for using openvpn is to place the configuration file and any keys or certificates in /etc/openvpn and enable the openvpn "daemon" to run at boot. If the configuration includes the "remote" directive, the daemon will start trying to set up a session with the remote server as soon as the network is available.

    I recommend dropping by the OpenVPN site, http://openvpn.net/, and browsing the documentation there. There is also a specific Ubuntu document for OpenVPN.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

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
  •