Raspberry Pi零VPN服务器教程



了解如何使用Raspberry PI Zero制作VPN服务器!
命令:
Sudo raspi配置
 高级选项
 SSH协议
 是,以启用SSH
Sudo关闭-h现在

在另一个计算机终端/ putty中:
SSH pi @ IPADDRESS

curl -L https://install.pivpn.io |重击

Pivpn添加

提到的软件:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=zh_CN
https://winscp.net/eng/download.php

OpenVPN客户端软件:
https://openvpn.net/index.php/open-source/downloads.html
https://tunnelblick.net/downloads.html
https://play.google.com/store/apps/details?id=net.openvpn.openvpn&hl=zh_CN
https://itunes.apple.com/cn/app/openvpn-connect/id590379981?mt=8

有关脚本的更多信息:
https://github.com/pivpn/pivpn
http://www.pivpn.io/#tech

部分:
https://www.raspberrypi.org/products/pi-zero/
微型SD卡:http://amzn.to/2cIzzLf
键盘/鼠标组合:http://amzn.to/2c3Hcxj
电源:http://amzn.to/2c3HdRv
MicroUSB转USB:http://amzn.to/2cjn3n8
USB到以太网:http://amzn.to/2cjnNIU
任何以太网电缆
任何带有HDMI电缆的显示器或电视

这不是您可以在家中使用的VPN,只能在家中以外的地方使用。如果您要在家里使用VPN,我更喜欢hide.me。如果您想查看它们,可以使用我的会员链接获得30%的折扣。 http://hideme.beau.technology

如果您想进入IT领域或想进一步发展IT事业,我强烈建议您使用Pluralsight:http://pluralsight.beauknows.tech

感谢您收看周末项目1!
本说明中的某些链接是会员链接,如果您使用我的链接购买商品,我可能会收取少量佣金。这有助于支持该频道,因此我的妻子将让我继续制作更多视频! 。

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

  2. 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?

  3. 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

  4. 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;;

  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.

  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)?

  7. 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

  8. Just wonder how we can use pi zero as a public wifi sharing vpn client similar to butterflyvpn? I go to public cafe a lot and have a VPN server at home and would like to access my own VPN from anywhere using public wifi.

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

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

  11. 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.

  12. 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.

Comments are closed.