Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Dead ends everywhere I turn

  1. #1
    Join Date
    Jan 2010
    Beans
    25

    Dead ends everywhere I turn

    Still trying to get my openVPN running.I can get the daemon running from terminal but nothing is configured. I copied my config file over from ******* partition. My openVPN works flawlessly on both my ******* boxes.

    Following this but came to another dead end when Im instructed to:

    Next, edit /etc/openvpn/easy-rsa/vars adjusting the following to your environment:

    export KEY_COUNTRY="US"
    export KEY_PROVINCE="NC"
    export KEY_CITY="Winston-Salem"
    export KEY_ORG="Example Company"
    export KEY_EMAIL="steve@example.com"


    I cant edit that,I tried but its a 'read only'.

    Are these instructions designed for long time users? If so where are the ones for noobs?

    Everywhere I turn I run into a dead end.

  2. #2
    Join Date
    Jun 2009
    Beans
    Hidden!
    Distro
    Ubuntu Studio 9.10 Karmic Koala

    Re: Dead ends everywhere I turn

    Try : sudo gedit /etc/......

  3. #3
    Join Date
    Feb 2008
    Location
    New Zealand
    Beans
    340
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dead ends everywhere I turn

    Maybe ya got a bad install

    ------------------------------
    To install openvpn.

    sudo apt-get install openvpn
    ------------------------------

    --------------------------------------
    to get the blacklist cheeker.

    sudo apt-get install openvpn-blacklist
    ---------------------------------------

  4. #4
    Join Date
    Jan 2010
    Beans
    25

    Re: Dead ends everywhere I turn

    Quote Originally Posted by sliketymo View Post
    Try : sudo gedit /etc/......
    Thanks

    I forgot to mention in my OP that Im simply trying to tunnel my traffic on open wifi networks. Im signed up to "Surfbouncer VPN" service.And tried to use the VPN GUI's available in the repositories,but theyre not working-Ive been trying.(Importing the config file to "Kvpnc" as required) So figures Id manual config and attempt to connect via terminal.

    However it just occured to me that this probably is the wrong route as Ive already been issued a 'key'(s).

    Wouldnt building new keys render the ones I have for my paid VPN service on my ******* boxes useless?

    Also how do I view my log?I was earlier and was going to post it but forgot where it was at.

    Thanks,

    -Tzar (nooby)

  5. #5
    Join Date
    Jan 2010
    Beans
    25

    Re: Dead ends everywhere I turn

    Quote Originally Posted by alwayshere View Post
    Maybe ya got a bad install
    Thanks I got as a result: "blacklist is already the newest version."

  6. #6
    Join Date
    Jun 2009
    Beans
    Hidden!
    Distro
    Ubuntu Studio 9.10 Karmic Koala

    Re: Dead ends everywhere I turn

    Quote Originally Posted by tzarcasm View Post
    Thanks

    I forgot to mention in my OP that Im simply trying to tunnel my traffic on open wifi networks. Im signed up to "Surfbouncer VPN" service.And tried to use the VPN GUI's available in the repositories,but theyre not working-Ive been trying.(Importing the config file to "Kvpnc" as required) So figures Id manual config and attempt to connect via terminal.

    However it just occured to me that this probably is the wrong route as Ive already been issued a 'key'(s).

    Wouldnt building new keys render the ones I have for my paid VPN service on my ******* boxes useless?

    Also how do I view my log?I was earlier and was going to post it but forgot where it was at.

    Thanks,

    -Tzar (nooby)
    Just guessing,but I think you are supposed to substitute the information you already have over to your Linux box,that is the purpose of editing.I also found this,kinda old,but should help:

    https://wiki.ubuntu.com/VPN

  7. #7
    Join Date
    Jan 2010
    Beans
    25

    Re: Dead ends everywhere I turn

    Quote Originally Posted by sliketymo View Post
    Just guessing,but I think you are supposed to substitute the information you already have over to your Linux box,that is the purpose of editing.I also found this,kinda old,but should help:

    https://wiki.ubuntu.com/VPN
    Thanks Im just figuring this all out. I just found the 'vars.bat.sample' file on the Windows partition so I think Im getting closer. And thanks for the 'gedit',Ive run across many many instructions that leave little things like that out and have been tripped up by such things a lot.

  8. #8
    Join Date
    Jan 2010
    Beans
    25

    Re: Dead ends everywhere I turn

    Thanks,Following the directions in the link you (sliketymou) provided..

    Part of step one:

    Media change: please insert the disc labeled
    'Ubuntu-Netbook-Remix 9.10 _Karmic Koala_ - Release i386 (20091028.4)'
    in the drive '/cdrom/' and press enter


    This netbook doesnt have a cdrom drive. Although I do have the .iso on my desktop so I tried:

    sudo mount -o loop /tzarcasm/desktop/ubuntu_netbook.iso /media/cdrom0

    To which I get something like 'could not find'

    Also step two:
    "Create file /etc/ppp/peers/YOUR_COMPANY with this content:"

    How does one create a a file?

    I dont mean to be a pain in the **** but authors of these steps leave little things out that trip up noobs such as myself.

  9. #9
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Dead ends everywhere I turn

    Ok, creating a file:
    I will give you the long answer for future reference.

    You need to use an editor. The standard one in Ubuntu is gedit. You start it with the terminal command
    Code:
    gedit
    to open a file in the directory you are in
    Code:
    gedit <filename>
    to open one in another directory
    Code:
    gedit /path/to/file
    if you do that for one that doesn't exist, it will create it.

    On top of that, files in /etc belong to root, and such config files often have to belong to root to work properly, so you have to start gedit as root. Use "gksu" for this, i.e. put it in front of the command.

    this gives you
    Code:
    gksu gedit /etc/ppp/peers/YOUR_COMPANY
    to create what you need.

    authors of these steps leave little things out that trip up noobs such as myself.
    I sometimes wonder if that isn't a bit deliberate, to make sure people find out a bit about what they are doing before they dive into the depths of their system...
    Last edited by audiomick; January 18th, 2010 at 11:46 AM.
    Michael

  10. #10
    Join Date
    Jan 2010
    Beans
    25

    Re: Dead ends everywhere I turn

    Thanks audiomick I'll definitely take notes.

    Can someone tell my how to mount the 9.10.iso (thats on my desktop) so I can get past:

    Media change: please insert the disc labeled
    'Ubuntu-Netbook-Remix 9.10 _Karmic Koala_ - Release i386 (20091028.4)'
    in the drive '/cdrom/' and press enter
    this step;

    Since my netbook doesnt have a cdrom drive.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •