BleepingComputer.com: VPN what to do ? confused and frustrated

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

VPN what to do ? confused and frustrated

#1 User is offline   feromonic 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 23
  • Joined: 08-April 11
  • Gender:Female

Posted 30 January 2012 - 10:33 PM

Im trying to use my vpn on backtrack 5 the directions are >


Command-line based start:

1. Install openvpn package by using apt-get install openvpn
2. Extract anonine_openvpn.zip (download here) into /home/<USERNAME>/openvpn directory
3. Start connection with:
sudo openvpn --client --config $HOME/openvpn/anonine.ovpn --ca $HOME/openvpn/anonine.ca.crt
4. Enter username
5. Enter password


step one* is done openvpn was already installed

step two* Ive downloaded the Zip but i can not figure out where to stick it ...

can anyone help with step by step direction PLEASE! ive been going at it for 2 hours already and im about to throw my computer out the window

I thought I had it right but i keep getting this message > Options error: In [CMD-LINE]:1: Error opening configuration file: /root/openvpn/anonine.ovpn
Use --help for more information.

#2 User is offline   A Future Pilot 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 46
  • Joined: 13-November 11

Posted 01 February 2012 - 10:56 PM

When you say that you've downloaded it by can't figure out where to stick it...do you mean that you're not sure how to extract it to where it says?

#3 User is offline   searchme2 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 11
  • Joined: 08-February 12
  • Gender:Male
  • Location:N.E. Ohio

Posted 08 February 2012 - 06:34 PM

Easiest way, first move the zip file to where the instructions say to put it, in /home/<USERNAME>/openvpn/

Then in terminal do these two commands.

cd /home/<USERNAME>/openvpn


unzip anonine_openvpn.zip



Then maybe the other command will work.

#4 User is offline   Miljet 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 66
  • Joined: 25-November 07
  • Location:Texas Gulf Coast

Posted 26 February 2012 - 10:56 PM

I think your problem is in step 3. You are running the command with sudo which causes it to look in the /root directory and of course the file isn't there. Try running it without the sudo preface. If that doesn't work, try substituting the actual path instead of $HOME. Like this
openvpn --client --config /home/<username>/openvpn/anonine.ovpn --ca /home/<username>/openvpn/anonine.ca.crt


#5 User is offline   A Future Pilot 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 46
  • Joined: 13-November 11

Posted 27 February 2012 - 09:43 AM

She actually probably has to cd into the directory and then run sudo ./openvpn...etc. etc.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users