mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Update Readme
This commit is contained in:
20
README.md
20
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.
|
||||
|
||||
Reference in New Issue
Block a user