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.

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

1 Media-X eWalk Walkthrough Install Training Office of Institutional Education Programs.
By: Lloyd Albin 9/28/2012. We are not talking about a Raspberry Pie.
1 Institutional Repository Workshop 1 – 3 April 2009 Presented by Leonard Daniels.
20 is the magic number! There are 20 phone preparation steps.
Internet of Things with Intel Edison Getting started with your board Pierre Collet Intel.
DSL-2730B, DSL-2740B, DSL-2750B.
Copyright 2014 Kenneth M. Chipps Ph.D. Software Defined Networking Lab Using Mininet and the POX Controller Last Update
Raspberry Pi Camera Training Mike Davis – Truman College 1/13/2015.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
An illustrated introduction to building a computer using a Raspberry Pi 2. A Raspberry Pi, that is! Images from Microsoft clipart.
Getting Connected to NGS while on the Road… Donna V. Shaw, NGS Convocation.
I like helping Mac users. But, please know that I work M-F EST and will get back to you as soon as I can. Timothy Solberg Cell:
Raspberry Pi Training Truman College Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.
Getting Started with GIT. Basic Navigation cd means change directory cd.. moves you up a level cd dir_name moves you to the folder named dir_name A dot.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
Pi In The Sky Chris Stubbs. What’s in the HAB kit Balloon (keep this safe) Parachute PITS kit Raspberry Pi Model A (for flight) + SD + Camera Raspberry.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
LPHI ITG Emergency Preparedness Information Sessions & Training.
How KeePass password safe can save you time and energy
Otasuke GP-EX! Chapter 11 GP-Viewer EX
Client – Server Application Can you create a client server application: The server will be running as a service: does not have a GUI The server will run.
O.S.C.A.R. Cluster Installation. O.S.C.A.R O.S.C.A.R. Open Source Cluster Application Resource Latest Version: 2.2 ( March, 2003 )
Hacker’s Strategies Revealed WEST CHESTER UNIVERSITY Computer Science Department Yuchen Zhou March 22, 2002.
By Naveed Ahmad! How to setup a. First of all, what are the parts of a Raspberry Pi? Source:
Downloading and Installing Autodesk Revit 2016
A powerful network monitoring system
1 GIT NOUN \’GIT\ A DISTRIBUTED REVISION CONTROL AND SOURCE CODE MANAGEMENT (SCM) SYSTEM WITH AN EMPHASIS ON SPEED. INITIALLY DESIGNED AND DEVELOPED BY.
FTP Short for File Transfer Protocol, the protocol for exchanging files over the Internet.protocolfilesInternet works in the same way as HTTP for transferring.
How to use WS_FTP A Step by Step Guide to File Transfer.
SCSC 455 Computer Security Chapter 3 User Security.
Apple Remote Desktop Hey! I got some new software for my school. For free. For what?
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
These steps will guide you through installing the pcAnywhere Host software so that we can remote control your PC from NZ! Once installed, it will only.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Installing the ALSMS Software on a Windows Platform Configuration Example Alcatel-Lucent Security Products Configuration Example Series.
Remote Access Using a Netgear DG834 Router 1http://
Reset Windows 10 Forgotten Local Admin Password. Just take it easy, if you’ve forgotten Windows 10 local admin password and can’t log onto your PC. Here.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
LINCWorks Mesh Networking User Guide. This user guide will give a brief overview of mesh networking followed by step by step instructions for configuring.
Portal X Watford Boys Grammar School. How To Get To Portal X: In the url tab, where it states learning. to get to “Portal X” you have to Remove Learning.
Part 1: How to use EasyAccess 2.0 Similar to your social network software, such as Skype, WhatsApp. One license for each HMI No license is needed for.
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
Getting Connected to NGS while on the Road…
Workshop on Raspberry Pi 3
Computer System Laboratory
RASPBERRY PI WORKSHOP.
ETS Inside Product Launch
IoT 101 with Raspberry Pi and Azure
NTP, Syslog & Secure Shell
Running your own web server
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
Raspberry Pi in Headless Operation
Engineering Innovation Center
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Building an Internet of Things Device
Getting Connected to NGS while on the Road…
What is a Raspberry Pi? The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard.
CGS 3175: Internet Applications Fall 2009
Raspberry Pi – VNC Server Connection
Remote Computing Services Cloud connection Distributed system
Lecture9: Embedded Network Operating System: cisco IOS
Beginning Raspberry Pi
Lecture9: Embedded Network Operating System: cisco IOS
Setting up a Webcam on a Raspberry Pi
Presentation transcript:

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 Search Google on how to upload Raspbian on to the SD card (Note make sure you use Raspbian or 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)

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: sudo raspi-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)

Run the following commands to download the HSMM-Pi project and install git clone cd hsmm-pi sh install.sh Login to the web application on the Pi: Ethernet IP of the node):8080/ Access the Admin account using the 'admin' username and 'changeme' password. Change the password for HSMM-Pi

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

The steps to setup the VPN Get into the PI using SSH again and enter in at the command prompt git clone hsmm-pi.githttps://github.com/bwattendorf/VPN- hsmm-pi.git cd VPN-hsmm-pi./setup_vpn.sh wa1baw Eye0ou3i

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 link 3rd and 4th are the PTP IP's I have setup between client and server 4th is a password for remote maintenance. On the nodes here a lot of the guys are not Linux experts and it sets up a local account mesh-support with this password. If you don't want support enter something random here and then delete the mesh-support user and group when you are done. It will reboot your node once done and hopefully when it comes up it should link up. That is it, once done let me know so I can validate the setup.

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

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.