Raspberry Pi Zero VPN Server Tutorial

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 246

  • @BeauKnowsCyber
    @BeauKnowsCyber  Год назад +3

    I should probably update this video.

  • @marcdraco2189
    @marcdraco2189 7 лет назад +23

    A LOT of people are going to stumble over the dynamic IP problem which you've sorta brushed over here.
    DietPi is a full installation Raspbian Lite with loads of software and it includes this AND NoIp so you can set things up with less worry. It's *vital* to get your dynamic hostname right though because once that's done, you have to start over if you smeg it up.

  • @tubeDude48
    @tubeDude48 5 лет назад +18

    After you burn the img. to the pi- create a empty text file called *ssh* and put in the */boot* directory. Now you can ssh into the pi on the 1st boot! *NO* need for *HDMI*

    • @BeauKnowsCyber
      @BeauKnowsCyber  5 лет назад +2

      This is correct. My video is old. Everyone listen to Ted

    • @mxzrry
      @mxzrry 4 года назад +1

      Was thinking that while watching

  • @directory3
    @directory3 5 лет назад +4

    Beau, I’m really enjoying your videos. Positive re-enforcement, I appreciate the parts list. It’s definitely a time saver.

  • @KaiserOnTheRadio
    @KaiserOnTheRadio 8 лет назад +7

    Great video! Got PiVPN with OpenVPN working perfectly on the first try! Good work!

  • @TheMax0005
    @TheMax0005 4 года назад +2

    Please note that if you do a VPN server with a Raspberry Pi Zero, your internet speed will never exceed 8-12 Mbps because of the speed limitation of the micro USB port and CPU bottleneck. For better speed go with the Pi 4. Also, the Ethernet port in Pi 4 is Gigabit Ethernet port which is no longer throttled by a USB interface (Compared to Pi 3). Yes more expensive but will probably serve you better imo. Or even better is to do a VPN server with an old computer but that take more space and power.

  • @EmilePolka
    @EmilePolka 8 лет назад +9

    you can actually cut the steps by using OpenWRT (yes rpi supports OpenWRT).
    once installed just visit the admin page of openwrt. Go to software, install luci-app-openvpn
    once installed go over to OpenVPN, generate certificates, and start the VPN service.
    all done. no console commands needed.

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +3

      +remle ikawura dude. That will probably be my next project. That or pi-hole

    • @br0k3nilluzion
      @br0k3nilluzion 7 лет назад

      says rspi zero isnt compatible ;(
      but bcm2708 subtarget compiled from a later trunk seems to work.
      wiki.openwrt.org/toh/raspberry_pi_foundation/raspberry_pi

    • @creeperdoomman3255
      @creeperdoomman3255 7 лет назад

      I need help my password that I made wont let me extract the profile for the Vpn please help me

  • @srivishnusaravanakumar6605
    @srivishnusaravanakumar6605 7 лет назад +1

    thanks for the juice ssh thing i was looking for a good way to ssh into my pis using my phone

  • @dat720
    @dat720 8 лет назад +1

    Using the Jessie Lite image is more appropriate for this kind of use case, SSH will already be enabled by default and there's no unnecessary bloat from the desktop environment and associated programs.

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +3

      +MartinP (bircoe) I totally agree. This tutorial is aimed more towards first time Linux users. Hence the pivpn script instead of doing it all by hand. But I probably should have mentioned Jessie lite more because you are right, it does make more sense.

  • @PJ-te3xr
    @PJ-te3xr 7 лет назад

    Thanks a lot for taking the time to make this video

  • @prestonferry
    @prestonferry 4 года назад +5

    Dude you should’ve done the lite image, the graphical interface will just slow it down 🤦‍♂️

  • @liszcgsedt
    @liszcgsedt 3 года назад

    Looks quite easy after all. :o)

  • @ZubinB
    @ZubinB 8 лет назад +1

    What are the advantages to having a separate VPN server when you can just use OpenDNS in the router?

  • @suhdude9775
    @suhdude9775 6 лет назад

    For people who don’t have a ton of adapter it would be cheaper to go with the raspberry pi 3 model b+ with better performance too

  • @bretthopenwasser2267
    @bretthopenwasser2267 7 лет назад

    Beau... love quality you put into your tutorial videos. could you do a live project with the PI, any pi, and teach how to backward diagnose faults with the programming? For those of us that are learning.

  • @FeribHellscream
    @FeribHellscream 6 лет назад +3

    can it also be a Tor relay at the same time?

  • @mariaselectronics3888
    @mariaselectronics3888 7 лет назад

    Worked like a charm! Thanks!

  • @davinciserver
    @davinciserver 4 года назад +1

    Good Guide easy to follow 👊 I did it now with Wireguard the say it's faster?

    • @BeauKnowsCyber
      @BeauKnowsCyber  4 года назад

      I personally like wireguard better. Hoping to do a video on it later this year

  • @ianlawson94
    @ianlawson94 2 года назад +1

    Incredible video

  • @WiseSilverWolf
    @WiseSilverWolf 4 года назад +2

    Can you run this and Pi-Hole off the same Raspberry Pi? assuming you get something like a Raspberry Pi 4B

  • @mfcarpino
    @mfcarpino 7 лет назад

    How about a video to use/set up VPN from your home with a Pi Zero? You do a great job producing these videos so anyone can do it.

  • @zillhax1525
    @zillhax1525 7 лет назад +3

    How many people can you have on one pi at a time?

  • @yagopone7404
    @yagopone7404 5 лет назад +1

    I’ve already configured my raspberry pi zero for pihole. Is it possible to add openvpn onto it and use it as an openvpn AND a DNS sinkhole?

  • @AC-pm7sn
    @AC-pm7sn 7 лет назад

    Hey man....GREAT video. I am assuming this is using UDP? Is this actually safe? I don't know much about VPNs but is there any risk of something being built in to this auto VPN generator that leaves me vulnerable?

  • @Emilispk
    @Emilispk 7 лет назад

    Thanks, works like a charm.

  • @rafa434
    @rafa434 8 лет назад +2

    Works well, just needed to edit my ip address within the .opvn file, if i move the location of the vpn server

  • @novamy
    @novamy 7 лет назад

    hi,
    I have a problem when I want to connect to OpenVPN. It says "Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)"
    what is the problem? can you help me? I already do all the steps.. running on raspberry pi 3

  • @tornadocraver
    @tornadocraver 7 лет назад

    Great video, although I did run into a problem. During the setup, I chose TCP on accident instead of UDP. Thus, I uninstalled the software (but did not uninstall git when prompted). Now, something's messed up with my DNS and I keep getting "failed to resolve host" on pings, curls, and pretty much any type of command that uses the internet. I did some research and found that you can modify the "resolv.conf" file with your own nameservers, but this file is replaced after a reboot occurs. Please help me with this when you get the time.

  • @fiddlerguy
    @fiddlerguy 5 лет назад

    Great video, thanks so much. Can you please tell me the animation program you used to create animations from minutes 2:04 to about 2:33? That's what I have been looking for. Thanks again

  • @imwacc0834
    @imwacc0834 8 лет назад +1

    Which VPN is this? The Coffee Shop VPN that lets you get a secure internet, or the Home Network VPN that lets you browse you shared folder when you're not home?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      This server can function as both! The server.conf has the line "push "redirect-gateway def1"" in it which makes it so that all traffic is sent over the VPN. Including web traffic.
      See here: openvpn.net/index.php/open-source/documentation/howto.html#redirect
      I would also run a tracert command after you connected to the VPN to make sure the traffic looks like it does when you are at home.

  • @marinehm
    @marinehm 7 лет назад

    Hey, I was wondering if you could do a detailed video on setting up the Pi0W as an Access Point? Thanks in advance. Nick

  • @jaimemagana
    @jaimemagana 8 лет назад +3

    And what are the advantages of a VPN? Why would a home user use this? (I´m a complete novice. No intention to offend, just curious)
    Would this allow me to acces my home PCs from outside the network as if they were in the same network?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +7

      No offence taken at all. Always ask questions! this is how we learn.
      There are many advantages to setting up a VPN and using it when you are not at home.
      Like you said, you can access home pc's and other resources on your network like network printers, file shares, etc.
      So for example one time the database for my website went down that I host at my house. I was able to fix it from my phone by vpn-ing into my home network, then SSH-ing into my webserver box and restarting the database.
      A VPN can also help protect you from people snooping on your traffic while you are on un-secure networks, like a coffee shop or McDonalds or something.
      Also if I leave the US I can VPN into my home network and get american netflix and other streaming sites.
      There are probably other reasons that I can't think of right now.
      If anyone thinks of other reasons, please comment below.

    • @jaimemagana
      @jaimemagana 8 лет назад +1

      Nice!! Sounds like a thing to look into! great. And will a Pi handle the work well? Does it need to be a beeffee machine? seems like not, but I take that depends on users and traffic. You made a very helpful video. I´ll try all that. Since I hace dinamic IP I´ll try to see how to overcome that part.
      Will you do another video in the series? As, for example, practical uses of VPN? Your videos are great!

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +7

      To be honest the PI doesn't handle as well as like a real desktop. I have gigabit internet at my house and gigabit fiber at work and when I tested it I only got 10Mbps speeds. And that was just one user connected. But sometimes I'll connect and forget to disconnect and not notice a real difference until I'm doing a bunch of stuff at once. This is more of a proof of concept. The script should work on any debian based linux distro like Ubuntu/ubuntu server.
      I hadn't thought of making a series out of it but maybe I should!

    • @xFUNKYFACE
      @xFUNKYFACE 8 лет назад +1

      As far as the dynamic IP issue, you should look into a service like no-ip. What you need to do basically is have a dns server that will point to your home connection. Now since most ISP uses dynamic IP, You can't just add the DNS server at home. You will need to use dynamic DNS. Dynamic DNS services are simple. You simply host the DNS server elsewhere and install a small software on a pc to update that DNS server with the new IP. (Dynamic DNS is also supported by most consumer routers). NO-IP.com offers 1 free DDNS per user. Then you can either choose betwwen buying a domain or use there subdomains.

    • @jaimemagana
      @jaimemagana 8 лет назад

      Louis Ouellet I'll do that! Thanks!

  • @TechGuy-rj1jz
    @TechGuy-rj1jz 7 лет назад

    So with this, you control all of the logs and openVPN and it's owners do not get any kind of logs at all?

  • @Wowguy233
    @Wowguy233 7 лет назад

    What is your process for downloading the software seen at the end of the video (the windows client side openVPN) application? Because I downloaded and ran the 64 bit installer and I'm not able to do what you did when you connected to the Pi from work. The application is just one of those hidden applications that runs in the background. Any feedback at all would be much appreciated!

    • @BeauKnowsCyber
      @BeauKnowsCyber  7 лет назад +1

      After I installed the GUI version found here:
      openvpn.net/index.php/open-source/downloads.html
      I put the test.ovpn in this folder: C:\Program Files\OpenVPN\config
      Then I opened the OpenVPN gui and it shows up in the taskbar icons. I then right clicked on the icon and then hovered over "test" and then connected. Hope this helps..

    • @Wowguy233
      @Wowguy233 7 лет назад

      Beau Knows Tech... Stuff
      Many thanks for the detailed response. I sincerely appreciate the quickness as well! You have earned yourself a subscriber! :)

  • @Connor_M13
    @Connor_M13 6 лет назад

    Do subscriptions like Netflix work with the VPN? When I use a VPN on my phone Netflix knows and doesn't allow streaming.

  • @Capitaine.Albator
    @Capitaine.Albator 7 лет назад

    Great Video, newbie question... I want to use a vpn server at home because I am in hotel room and want a secure connection for my data... But I have limited internet at home... I suppose that it will use alot of my bandwidth and use my limited data If I transfer or stream video from the hotel? Thanks

  • @djlilbooduh
    @djlilbooduh 7 лет назад +1

    Thank you for the great video! I haven't seen anybody post this yet, but I just followed the instructions and I am trying to connect my Mac to it through Tunnelblick and I keep getting this error. Tunnelblick: This computer's apparent public IP address (my public ip address) was unchanged after the connection was made is there a fix for this ? it keeps saying the code may be incorrect.
    Thanks for anyone that can help.

  • @ltrale1031
    @ltrale1031 6 лет назад

    stupid question: after setup openVPN server on Pi, how can I configure Kodi running on another Pi as client to connect the openVPN server?

  • @mrday60
    @mrday60 4 года назад +1

    Does changing the mode to SSH remove the local abilities? and usability of a local GUI?

    • @BeauKnowsCyber
      @BeauKnowsCyber  4 года назад

      Nope, just enables remote access

    • @mrday60
      @mrday60 4 года назад

      @@BeauKnowsCyber Thanks ALOT for getting back to me on this! I am working on a custom GUI with CANOPEN and wish to remote to these registers if possible. with that bit of info that sounds possible. What does this do yo RAM and physical Memory?

    • @mrday60
      @mrday60 4 года назад

      Could you make the Password more dynamic looking at a register internal to the Pi?

  • @DeyonSingh
    @DeyonSingh 8 лет назад +7

    more like this please!

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +2

      I'll try for more like this :)

    • @creeperdoomman3255
      @creeperdoomman3255 7 лет назад

      When I import the profile it will then just say waiting for server when I connect to it please help me

  • @DiyintheGhetto
    @DiyintheGhetto 6 лет назад +1

    Hello awesome video thank you. I have a question. In my work we have a VPN setup. I didn't setup the company who mange the software for our work requires it and they set it up. Also we have 3 locations so all of them are linked together. the First ip is a 10.1.10.XXX adress the second location is a 10.1.11.XXX address and last one is a 10.1.12.XXX address. And it i do a ping on any one of them networks i can ping like say is i was at 10.1.10.XX location i can ping 10.1.12.XXX and it works. Does this work in the same way? Also Am i secure online when i do this? What i mean is hat say if I'm on the road and I'm at a hotel and connect to there wifi will the VPN protect me?

    • @BeauKnowsCyber
      @BeauKnowsCyber  6 лет назад

      At your work they probably have a class A network (10/8). And if not they probably have some rules or subnetting that allows for that. That being said, the pihole should allow for similar functionality with default settings. If not, you should be able to modify it to work. And yes with encryption you will be much more secure. A VPN isn't perfect.

  • @TheTripleDeuce
    @TheTripleDeuce 3 года назад

    why not just have ssh enabled with the image you put on the sd card?, then no need for half the equipment

  • @jimmy436
    @jimmy436 6 лет назад

    My iPhone connected the vpn but can't browse any website. Why ?

  • @SuperCacahuete93
    @SuperCacahuete93 8 лет назад

    Bonjour. Tres instructif. Merci

  • @adamkatav9752
    @adamkatav9752 7 лет назад

    Hay, for some reason the .ovpn file doesn't work on android for me. Any advice?

  • @FrantACs
    @FrantACs 8 лет назад

    I want to bridge my local network with the VPN clients. Any tutorial for that?

  • @matthewhorton5919
    @matthewhorton5919 4 года назад

    How do you forward your local DNS, e.g. rather than using an ip to connect to a nas drive can you use the drives name?

  • @domm4878
    @domm4878 7 лет назад

    I am able to connect to the vpn from my android phone however cannot from my computer using OpenVPN, getting the following error, TLS key negotiation failed, any clues as to how to fix this?

  • @Rafa-pz7fq
    @Rafa-pz7fq 6 лет назад

    I'm doing it step by step, but why I see only:
    ( ) 256 Use 256-bit encryption (recommended level)
    ( ) 384 Use 384-bit encryption
    ( ) 521 Use 521-bit encryption (paranoid level)?

  • @g4mer-d3v1l5
    @g4mer-d3v1l5 7 лет назад

    how can i connect to my phone using the vpn settings on the phone with out downloading an app on it?

  • @TheGorillafoot
    @TheGorillafoot 5 лет назад

    Great tutorial!

  • @sufyspeed
    @sufyspeed 8 лет назад

    Great video! Could you do this on an old pc you have lying around?!

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      The script should work on it if you install ubunutu on it.

  • @billfisher9806
    @billfisher9806 5 лет назад

    Not sure if the install has changed, but there seems to be a routing issue ... I followed your video to the T. I can connect but then nothing ... no INET access.

    • @BeauKnowsCyber
      @BeauKnowsCyber  5 лет назад

      If you can ping 8.8.8.8 (Google's DNS) but can't connect to.. Google.com for example. Then it's probably a DNS issue. Did you happen to set a custom upstream DNS server?

    • @billfisher9806
      @billfisher9806 5 лет назад

      @@BeauKnowsCyber so I cannot ping 8.8.8.8 ... but I also have a Pi3 .. which has an additional WLAN adapter ... so I altered the
      /boot/config.txt
      dtoverlay=pi3-disable-wifi
      dtoverlay=pi3-disable-bt
      to disable the interfaces I am not using ... still routing (or iptables) is not allowing traffic to pass

    • @BeauKnowsCyber
      @BeauKnowsCyber  5 лет назад

      Hmm. Interesting. One of me buddies had a similar issue and he just ran the script again and it worked.
      That's weird that the firewall or routes aren't allowing traffic. I'm sure you'll figure it out. If you can, let me know what the issue was just in case someone else runs into the same problem

    • @billfisher9806
      @billfisher9806 5 лет назад

      @@BeauKnowsCyber well I got it working thanks to this website ... arashmilani.com/post?id=53 ... it was an IPTables issue. Thanks for the video!

    • @BeauKnowsCyber
      @BeauKnowsCyber  5 лет назад

      Glad to hear that it's working!

  • @g4mer-d3v1l5
    @g4mer-d3v1l5 7 лет назад

    also i dont get those settings you get like where it says country state email

  • @reecesagovac7979
    @reecesagovac7979 8 лет назад

    all procedure goes well, generates the rsa etc but when I looked with wscp in home/pi/ovpns folder its empty tried 4 times also google nortons and other same result it say it gone through ok after 40min but no test.ovpn file or any file in there

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      You did the "pivpn add" command but then the ovpn config file didn't show up in that folder?

  • @ApplySkills
    @ApplySkills 7 лет назад

    i dont have my router login. Is it possible to do this without port forwarding?

  • @sufyspeed
    @sufyspeed 8 лет назад

    Hey, I finally got it working! I fixed it by using port 443 and using tcp instead of udp. I have a question though, how do you change the username of users or delete them? Also how do you uninstall because I might do this on a actual computer instead of my raspberry Pi.

    • @sufyspeed
      @sufyspeed 8 лет назад

      Never mind, I figured it out. Thank you so much for the video!

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      +Sufyan Motala glad you got it all worked out!

  • @EMPBossHacks
    @EMPBossHacks 6 лет назад

    Would have been even better to make a reverse VPN, that's always fun.

  • @Vanpotheosis
    @Vanpotheosis 7 лет назад

    Has anyone made a Metasploitable style vulnerable OS for Pentesting a Raspberry Pi?
    Sounds simple enough. Would be pretty cool to have a tiny computer to pentest rather than setup a virtual machine that's running on the "attacking" machine *or* taking up another computer in your home.

  • @tarunmodekurty263
    @tarunmodekurty263 6 лет назад

    my raspberry pi 0 doesn't show SSH in advanced settings

  • @gamesandpctipstricks8855
    @gamesandpctipstricks8855 4 года назад

    i got all the way to the end and my phone wont connect to it any ideas?

  • @daxosmaxos1288
    @daxosmaxos1288 7 лет назад

    So I am able to successfully connect to the VPN on my phone, and am assigned an IP, but am unable to get any internet on the VPN.
    Any ideas?

    • @BeauKnowsCyber
      @BeauKnowsCyber  7 лет назад

      +Daxos Maxos you may have to download an app for this (I use Fing) but what happens when you ping 8.8.8.8? From what I've seen online, most people with this problem report it being a dns issue.

  • @XW0RKS
    @XW0RKS 7 лет назад

    you could also "sudo poweroff"

  • @sufyspeed
    @sufyspeed 8 лет назад

    Made it but I can only connect while using my cellular network on my phone and when I try with wifi it does not work. Any thought?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      +Sufyan Motala is it the same Wi-Fi as the pivpn server? Or is it at a workplace? Coffee shop?

    • @sufyspeed
      @sufyspeed 8 лет назад

      It wont work on any wifi network, home, work, coffeeshop etc

    • @sufyspeed
      @sufyspeed 8 лет назад

      any thoughts?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      +Sufyan Motala that is super weird. Does it throw any errors? Does it not connect, or does it connect but then you can't access stuff in your network?

    • @sufyspeed
      @sufyspeed 8 лет назад

      Beau Knows Tech... Stuff now it won't even connect on my cellular network, it always says "Server poll timeout, trying next remote entry..."

  • @hzlin6655
    @hzlin6655 7 лет назад

    is there any limit for net speed? (because of the poor CPU)

  • @hecorat4755
    @hecorat4755 7 лет назад

    Hey bro i do all the steps, ans when a try to login it said acces denied, what can i do?

  • @callumhaynes1384
    @callumhaynes1384 8 лет назад

    i am able to connect to my vpn over my own network (the network that the pi is sat on) but not over my mobile data connection on my phone, any ideas?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      hmmm you may have to try setting up the VPN to use different ports like 443 or 80

  • @lucasarif4387
    @lucasarif4387 7 лет назад

    Hi, what type of raspbian/noobs r u using, for the ssh at the beginning, i cant seem to get it to work with raspbian jessie pixel

    • @BeauKnowsCyber
      @BeauKnowsCyber  7 лет назад +1

      is SSH enabled? www.raspberrypi.org/documentation/remote-access/ssh/

    • @lucasarif4387
      @lucasarif4387 7 лет назад

      Thanks a lot! great video

  • @ssphaneuf1986
    @ssphaneuf1986 7 лет назад

    My router supports openvpn by default. don't want to set my pi up to be a vpn, but rather connect my rasberry pi to my vpn on my router. can you point me in the direction on how i would do this. I have little understanding on vpns or how this stuff works.

    • @BeauKnowsCyber
      @BeauKnowsCyber  7 лет назад

      are you just trying to use openvpn to connect to your router? or are you trying to make it so that it does that automatically?

    • @ssphaneuf1986
      @ssphaneuf1986 7 лет назад

      I'd love to have the pi connect to vpn on my router on startup.

  • @youfourrayman6508
    @youfourrayman6508 7 лет назад

    Keeps saying access denied when using password for server on WinSCP :( tried creating different accounts and different passwords to test but its always the password that won't let me in! Anyone know what could be causing this?

  • @NRXStarStruck
    @NRXStarStruck 8 лет назад

    So can you connect to a server say, from school without having to add another connection to the pi?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      +Markie T I'm not sure I understand your question exactly. Could you elaborate?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      +Markie T I'm not sure I understand your question exactly. Could you elaborate?

    • @NRXStarStruck
      @NRXStarStruck 8 лет назад

      Beau Knows Tech... Stuff I guess what I am trying to ask is if I set it up at home, can I connect to any other network and connect my devices?

  • @TwinTailTerror
    @TwinTailTerror 5 лет назад

    hey man super cool walkthough do you suppose you can show me how to use keys not passwords ? so its a 1 touch thing i want to connect home A to home B and share files via the network like it was "local lan" but ppl be pc DUMB so it needs to just work. and not the fallout way but actually work.
    i will be using max encryption and its just home to home so i can share a server hdd via net but encrypted so isp cant spy (also MUST NOT USE PORT 1080) comcast blocks it x.x;;

  • @chovnyk
    @chovnyk 8 лет назад

    This is great. How to create users that they have a different password ?

  • @MrKristian252
    @MrKristian252 8 лет назад

    root@raspberrypi:/home/pi# pivpn add
    Enter a Name for the Client: aadniz
    Enter the password for the client:
    Enter the password again to verify:
    /opt/pivpn/makeOVPN.sh: line 60: expected: command not found
    [ERROR]: Client Public Key Certificate not found: aadniz.crt
    I've been searching a lot and haven't found a solution.
    Do you have any clue why?

    • @MrKristian252
      @MrKristian252 8 лет назад

      I really don't know why that strikethrough line is there. But look up the code yourself and you'll see what I mean

  • @nezu_cc
    @nezu_cc 8 лет назад

    can i use port 80 ??????? my school allows only 80 and 443 byt my isp i blocking 443 so wil it work on port 80???

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      I don't see why not, I've seen commercial VPN providers advertise that they work over port 80. Why is your ISP blocking port 443??

    • @nezu_cc
      @nezu_cc 8 лет назад

      Beau Knows Tech... Stuff ok i will try

  • @ahmedm.s2280
    @ahmedm.s2280 5 лет назад

    Can you install other servers simultaneously like pi hole,......?

    • @BeauKnowsCyber
      @BeauKnowsCyber  5 лет назад

      Yes, as long as everything is on different ports.

  • @PaulRecchiaJr
    @PaulRecchiaJr 8 лет назад

    Can anyone point me to where I can learn to change the settings? I initially set this up as WLAN, since I was waiting on an Ethernet Cable to be delivered, and now want to wire it up.

    • @SoyDelSouth
      @SoyDelSouth 7 лет назад

      Paul Recchia run the same curl command

  • @ShadiKattaa
    @ShadiKattaa 7 лет назад

    thank you .. great effort

  • @albertcampsrodriguez5331
    @albertcampsrodriguez5331 7 лет назад

    HI, I have a domain associated a Public IP , for exemple hello.ddns.net, I need to set up, but where? Must I put in certificate information, SERVER NAME=server ? SERVER NAME=hello.ddns.net ????

  • @hasnaat3026
    @hasnaat3026 6 лет назад

    Does it have to be done with ssh

  • @willhanlon935
    @willhanlon935 7 лет назад

    So if you connect to this does your IP change?

    • @BeauKnowsCyber
      @BeauKnowsCyber  7 лет назад

      +Will Hanz when you connect to this from outside your network, you will get your home ip address.

  • @tubeDude48
    @tubeDude48 4 года назад +1

    If you need a program that will show you the Pi, download this program:
    www.nirsoft.net/utils/wireless_network_watcher.html
    Choose: Options > Advanced Options, choose your WiFi and set the range of your Router!
    Example: 192.168.1.1 to 192.168.1.255 Your *3rd* *Octet* may be different...

  • @you166mhz
    @you166mhz 2 года назад

    It has to be a raspberry pi zero-w ... this has built-in WiFi or internet connection ... the regular pi zero has no such features ....

  • @MooseRun60
    @MooseRun60 6 лет назад

    Did you open port forwarding lol?

  • @felipedonascimento8948
    @felipedonascimento8948 7 лет назад

    damn i will need same router as you to make it work ... this old netgeear i cant config it right ...

  • @cllcgood4091
    @cllcgood4091 4 года назад

    can i open port UTP

  • @uioyabba9854
    @uioyabba9854 4 года назад

    Don't need Putty. SSH is available in Powershell.

    • @BeauKnowsCyber
      @BeauKnowsCyber  4 года назад +1

      And in Windows subsystem for Linux for those still looking at the comments. Yay for not needing putty anymore

  • @Harlequin43
    @Harlequin43 4 года назад

    Does it have to be on ethernet wire?

    • @BeauKnowsCyber
      @BeauKnowsCyber  4 года назад +1

      Not if you are using a pi 3, 4 or zero W. Those have WiFi. I just prefer wired connections

  • @TheBrandon164
    @TheBrandon164 7 лет назад

    Didn't work for me
    :/

  • @andriesmenze
    @andriesmenze 8 лет назад

    he can you help me putty tells me -bash: Curl: command not found

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      Are you copying the command exactly? Also what version of Raspbian are you using?

    • @andriesmenze
      @andriesmenze 8 лет назад

      I use raspbian with pixel
      Version:September 2016
      Release date:2016-09-23
      Kernel version:4.4
      And i copy the command exactly

    • @GeorgeTJ
      @GeorgeTJ 8 лет назад

      Try to enter the command manually and not by copying and pasting it. I also got the same mistake in the first place.

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +1

      +George TJ oh for reals? Wtf.. Ok I should put that in the instructions. My bad

    • @andriesmenze
      @andriesmenze 8 лет назад

      I now the problem the c from curl hase to be lowercase otherwise it wont work but now it says no such file directory 301 moved permanently

  • @josephorlando7601
    @josephorlando7601 8 лет назад

    How are you connecting to your pi?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      I'm not sure I understand your question. I use PuTTY to SSH into Pi. Does that answer your question?

  • @skeemininnem
    @skeemininnem 8 лет назад

    what about for the pi 3? will this set up work?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад +1

      +Nemish Patel (SkyCityNem) it will work! It should also work on any debian based distro should work

    • @skeemininnem
      @skeemininnem 8 лет назад

      can it be don't wirelessly? thru the pi3 build in wifi or do you need to ethernet into router?

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      +Nemish Patel (SkyCityNem) it can be done wirelessly as well

    • @skeemininnem
      @skeemininnem 8 лет назад

      Do you feel that that vpn thru pi would be secure enough for tor browsing? I did the walk thru and got a setup error after the curl -L install... command. I decided to reformat my pi sd because prior to you video I'd tried Another way and was also unsuccessful. If this works I'm gonna donate to your page! Thx

    • @BeauKnowsCyber
      @BeauKnowsCyber  8 лет назад

      Nemish Patel What error did you get?

  • @Motleywhoo
    @Motleywhoo 8 лет назад

    What router do you have?

  • @BigBoss-gq2nt
    @BigBoss-gq2nt 4 года назад

    Is this free and can you do this for linux I don't own of want MS CRAP

    • @BeauKnowsCyber
      @BeauKnowsCyber  4 года назад +1

      Did you watch the video? It is free, and you can definitely do it on Linux. But I also prefer wireguard now anyway. So maybe look up a tutorial on that?

    • @BigBoss-gq2nt
      @BigBoss-gq2nt 4 года назад

      @@BeauKnowsCyber 😉👍👍👍

  • @DuoWater
    @DuoWater 4 года назад

    can i config without hdmi ?

    • @BeauKnowsCyber
      @BeauKnowsCyber  4 года назад

      Yes, raspbian can be configured over ssh

  • @Masterglitcher567
    @Masterglitcher567 5 лет назад

    do i need to pay openvpn for this to work?

  • @Y0nYH4x0r
    @Y0nYH4x0r 6 лет назад +14

    1.5 speed, for normal people :)

  • @vcsoyt
    @vcsoyt 7 лет назад

    awessome

  • @joyfeng9490
    @joyfeng9490 8 лет назад

    dang the pi zero is smaller then i thought
    by default: SSH is already enabled on all raspberry pi

    • @BeauKnowsCyber
      @BeauKnowsCyber  7 лет назад

      www.raspberrypi.org/blog/a-security-update-for-raspbian-pixel/
      Read the "What has changed?" section. As of the update from last month you have to either enable it the same way I did in the video or put a file called "ssh" in the /boot/ directory.
      I wish ssh was enabled by default....

    • @joyfeng9490
      @joyfeng9490 7 лет назад

      nvm, SSH is on default on the Old version but new version it not

  • @rayd566
    @rayd566 7 лет назад +2

    enteeerrr...