1 / 10

HSMM-PI VPN Setup

HSMM-PI VPN Setup. Presented by W1BAW Bruce Wattendorf. What is a Raspberry PI. A $35 computer with out a monitor, keyboard, mouse but they all can be added. Preparing the PI .

nizana
Télécharger la présentation

HSMM-PI VPN Setup

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HSMM-PI VPN Setup Presented by W1BAW Bruce Wattendorf

  2. What is a Raspberry PI A $35 computer with out a monitor, keyboard, mouse but they all can be added

  3. Preparing the PI • Search Google on how to upload Raspbian on to the SD card (Note make sure you use Raspbian 2013-07-26 or 2013-09-10 the latest will not work. • After you have Raspbian installed on the SD card insert into the PI and power up with USB Mini. • If you do not have a monitor you can connect to the pi using putty but you need to find the IP that the PI got. (I use angry ip scanner to find the IP can be a pain)

  4. Install HSMM-PI • When you have the IP of the PI or are using a keyboard and monitor. If you are logging in using SSH then use putty using SSH session and log in using • username:pi • Password: raspberry • Run the Raspberry Pi Setup program: sudoraspi-config • Expand the filesystem to fill the SD memory card • Change the password for the 'pi' account • If installing over an SSH connection to the Pi, then I recommend you install 'screen' (sudo apt-get install screen)

  5. Run the following commands to download the HSMM-Pi project and install • git clone https://github.com/bwattendorf/hsmm-pi.git • cdhsmm-pi • sh install.sh • Login to the web application on the Pi: http://(wired Ethernet IP of the node):8080/ • Access the Admin account using the 'admin' username and 'changeme' password. • Change the password for HSMM-Pi

  6. Install HSMM-PI VPN • Once you have HSMM installed you now need to install the VPN software VTUN we have created a script to allow this to be set up and configured all at once. • The person who has the server needs to send you instructions and the settings you need for the VPN to connect to the server. (this is because the server setting are setup in the server owners github. How to do this is later in the power point.)

  7. The steps to setup the VPN • Get into the PI using SSH again and enter in at the command prompt • git clone https://github.com/bwattendorf/VPN-hsmm-pi.git • cd VPN-hsmm-pi • ./setup_vpn.sh wa1baw Eye0ou3i 172.16.0.14 172.16.0.13 <password>

  8. ./setup_vpn.sh wa1baw Eye0ou3i 172.16.0.14 172.16.0.13 <password> • What are the arguments after the script.1st one is your call how the VPN knows who you are.2nd one is the password for your link3rd and 4th are the PTP IP's I have setup between client and server4th is a password for remote maintenance. On the nodes here a lot of theguys are not Linux experts and it sets up a local account mesh-supportwith this password.If you don't want support enter something random here and then deletethe mesh-support user and group when you are done.It will reboot your node once done and hopefully when it comes up itshould link up.That is it, once done let me know so I can validate the setup.

  9. How to connect up the PI to the network • Once the script installs it will reboot the pi • Then log back in to the pi • Then type ifconfig and look for tun0 in the list • If you don’t see tun0 then enter tail –f /var/log/syslog to troubleshoot the possible issue

  10. Server owner Setup • A server can connect to 10 connections at once. • Requires setup thru SSH to set up each client. • Also requires you to manage IP and clients. • You need to set up a github account so you can edit the script for you network. • What am I saying? It is a little bit of work but not to bad for somebody that is familiar with linux command line.

More Related