mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Fix for Strelka
This commit is contained in:
@@ -683,7 +683,14 @@ enable_cluster_ES_9300_{{ip}}:
|
|||||||
|
|
||||||
# Rules if you are a Sensor
|
# Rules if you are a Sensor
|
||||||
{% if grains['role'] == 'so-sensor' %}
|
{% if grains['role'] == 'so-sensor' %}
|
||||||
|
iptables_allow_sensor_docker:
|
||||||
|
iptables.insert:
|
||||||
|
- table: filter
|
||||||
|
- chain: INPUT
|
||||||
|
- jump: ACCEPT
|
||||||
|
- source: 172.17.0.0/24
|
||||||
|
- position: 1
|
||||||
|
- save: True
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Rules if you are a Hot Node
|
# Rules if you are a Hot Node
|
||||||
|
|||||||
Reference in New Issue
Block a user