Disabled firewalld
This commit is contained in:
parent
e99d860ac4
commit
0054fc6941
2 changed files with 5 additions and 4 deletions
|
@ -38,10 +38,10 @@ schedule2 = low_diskspace,5,60,close_low_diskspace=10240M
|
||||||
#bind = rakshasa.no
|
#bind = rakshasa.no
|
||||||
|
|
||||||
# Port range to use for listening.
|
# Port range to use for listening.
|
||||||
network.port_range.set = 55950-56000
|
network.port_range.set = 55956-55956
|
||||||
|
|
||||||
# Start opening ports at a random position within the port range.
|
# Start opening ports at a random position within the port range.
|
||||||
network.port_random.set = yes
|
network.port_random.set = no
|
||||||
|
|
||||||
# Check hash for finished torrents. Might be usefull until the bug is
|
# Check hash for finished torrents. Might be usefull until the bug is
|
||||||
# fixed that causes lack of diskspace not to be properly reported.
|
# fixed that causes lack of diskspace not to be properly reported.
|
||||||
|
|
|
@ -2,11 +2,12 @@ iptables:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: iptables
|
- name: iptables
|
||||||
|
|
||||||
|
#disable firewalld for the time being
|
||||||
firewalld:
|
firewalld:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: firewalld
|
- name: firewalld
|
||||||
service.running:
|
service.dead:
|
||||||
- enable: true
|
- enable: false
|
||||||
- watch:
|
- watch:
|
||||||
- file: /etc/firewalld/zones/*
|
- file: /etc/firewalld/zones/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue