btrebach / firewalla

Firewalla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverity Scan Build Status

Firewalla (Pre-Alpha)

Support (email fire@firewalla.com)

Install From Image

Download https://github.com/firewalla/firewalla/releases/download/1.6/firewalla1.6a.img.gz
Prepare a blank microsd card > 8GB size
Follow the same step as installing a raspberry pi image
https://www.raspberrypi.org/documentation/installation/installing-images/

To Build On Raspberry Pi

  • Download Jessie Lite
https://www.raspberrypi.org/downloads/raspbian/
follow direction to flash this to a card
  • Boot Pi and update
sudo apt-get update
sudo apt-get -y  dist-upgrade
sudo apt-get -y install git

  • Configure Pi
- sudo raspi-config
- Change Password
- Host Name
- Advance Options -> Memory Split (Change to 16)
- Expand File System
- Reboot
  • Install On Device
git clone https://github.com/firewalla/firewalla --branch release_pi_1_0 --single-branch
cd firewalla
./buildraw
sudo apt-get clean


** for development please create your own branch. (release_pi_1_0 is for official releases)

Get IPhone Software

Encipher Connect is a secure messenger used to talk to Raspberry Pi.

https://itunes.apple.com/us/app/encipher-connect/id1082886344?mt=8
  • connect ethernet port to router.
  • install encipher connect from app store.
  • launch encipher connect
  • tap on 'Firewalla Bot' and connect

If anything bad happens, unplug it.

Contributions

  • origin/master: latest / greatest
  • release_pi_1: current released code for pi, will be pulled automatically by all deployed boards.
  • dev_<>: development branchs.
  • Please do a pull request for features

Following Routers are NOT supported

ACTIONTEC

  • T3200M

ASUS

  • N600 RT-N56U (NAT Acceleration must be turned off)

GOOGLE

  • OnHub TGR-1900 (TP-Link)
  • OnHub SRT-AC1900 (ASUS)

LINKSYS

  • N600 EA2500 (Not support guest network)
  • AC1900 EA7500 (Express Forwarding must be disabled)
  • AC2400 EA8350
  • AC2600 Max-Stream EA8500 (Express Forwarding must be disabled)

NETGEAR

  • N600 WNDR3400 (Not compatible with guest network)
  • AC1600 R6250
  • AC1750 R6400
  • AC2350 Nighthawk X4 R7500
  • AC2600 Nighthawk X4S R7800

About

Firewalla

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 93.1%Language:Shell 5.7%Language:Lua 0.6%Language:Bro 0.3%Language:Go 0.1%Language:HTML 0.0%Language:CSS 0.0%