From ccff173b019487e5c6c38af5391c762aec29a839 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 2 Nov 2018 15:26:34 -0400 Subject: [PATCH] Update Readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 33d594fad..d28361812 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,30 @@ Installation: +If you are using CentOS 7 there are a couple pre-requisites: + +``` +sudo yum -y install bind-utils +sudo hostnamectl set-hostname YOURHOSTNAME +sudo reboot +``` +Once you resolve those requirements or are using Ubuntu do the following: + ``` git clone https://github.com/Security-Onion-Solutions/securityonion-saltstack cd securityonion-saltstack sudo bash so-setup-network.sh ``` +Allow Access to Kibana: + +For a single host: +``` +sudo /opt/so/saltstack/pillar/firewall/addfirewall.sh analyst 192.168.30.1 +``` +For a network range: +``` +sudo /opt/so/saltstack/pillar/firewall/addfirewall.sh analyst 192.168.30.0/24 +``` +Then connect to your master via https://YOURMASTER See the [FAQ](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/FAQ) on the Hybrid Hunter wiki.