How to set up a free VPN client on a Raspberry Pi

Sdílet
Vložit
  • čas přidán 22. 08. 2017
  • How to set up a free VPN client on a Raspberry Pi using openVPN and free VPN certificates from www.vpnbook.com/
    To view details of the steps taken and the commands used please visit
    morituri.c1.biz/content/raspbe...

Komentáře • 15

  • @DiyintheGhetto
    @DiyintheGhetto Před 6 lety

    Hello I'm running a openvpn server on a desktop with no problem and using a raspberry pi openvpn client on it. But I'm not a linux guy and i wanted to know how can i tell the raspberry pi to start openvpn client on startup with my ovpn certificate from my server?

    • @codedbymorituri
      @codedbymorituri  Před 6 lety

      Try this
      1. Make sure your server configuration file has a .conf extension and that it is the /etc/openvpn/ folder
      2. sudo nano /etc/default/openvpn
      3. Navigate to #AUTOSTART="servername"
      4. Replace with AUTOSTART="servername" where servername is the name of your configuration file leaving off the .conf extension (ie AUTOSTART="myserverconfigurationfile"
      5. Reboot
      There are plenty of other examples if you google something like 'raspberry pi openvpn client autostart'

    • @DiyintheGhetto
      @DiyintheGhetto Před 6 lety

      Hello I'm hosting the server my self. and i have a .ovpn extemsion. Not sure what the .conf is for?

    • @codedbymorituri
      @codedbymorituri  Před 6 lety

      Just rename the .ovpn to .conf

  • @edsonferraz1
    @edsonferraz1 Před 3 lety

    Ok!! very good, but not see working the vpn

  • @viswasreyas6671
    @viswasreyas6671 Před 6 lety

    hey!!! i am not getting internet access after the initialization sequence completed..!!! how can i roll back ???

    • @codedbymorituri
      @codedbymorituri  Před 6 lety

      What do you mean by roll back? If you just want to revert to your normal internet connection just hit the disconnect button

    • @manishm2257
      @manishm2257 Před 4 lety

      @@codedbymorituri same problem occurred to me...after setting up the VPN I cannot access the internet

  • @user-rh7xm6by1i
    @user-rh7xm6by1i Před 5 lety

    hello! thanks for the good video. but
    I still do not know and i have a question. at 2:00, if "remote 176.126.237.217 53" is changed, then can i connect with my vpn external ip ? ...umm consider my english skill.. then... plz answer my ask! i will wait.

    • @codedbymorituri
      @codedbymorituri  Před 5 lety

      Sorry, I don't understand what you are asking.

    • @user-rh7xm6by1i
      @user-rh7xm6by1i Před 5 lety

      @@codedbymorituri well...
      then I will change the question. I want to connect Rpi with my server vpn network i built.

    • @user-rh7xm6by1i
      @user-rh7xm6by1i Před 5 lety +1

      @@codedbymorituri
      What do I have to do to connect Rpi with my server.
      Rpi is client like video.

    • @user-rh7xm6by1i
      @user-rh7xm6by1i Před 5 lety

      @@codedbymorituri well.. do you understand?? i really hope so... T.T

    • @rl8051
      @rl8051 Před 5 lety

      Do you have a VPN server that your Pi is connected to? Get the ovpn file from your server.
      download openvpn into your raspberry pi
      Transfer the server's ovpn file into your Pi. I used Filezilla to transfer the ovpn file to my Pi.
      sudo open yourserver.ovpn file
      You will be prompted a password, type in the password provided by the VPN server
      and you are connected