Bugfix: ufw Netze rausgenommen
This commit is contained in:
parent
209f80efa3
commit
d19077a8f4
8 changed files with 0 additions and 12 deletions
|
@ -4,7 +4,6 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 9999
|
to_port: 9999
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
### ryandaniels.create_users
|
### ryandaniels.create_users
|
||||||
users:
|
users:
|
||||||
|
|
|
@ -4,11 +4,9 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 80
|
to_port: 80
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'pihole-webgui'
|
comment: 'pihole-webgui'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 53
|
to_port: 53
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 80
|
to_port: 80
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 80
|
to_port: 80
|
||||||
|
|
|
@ -21,11 +21,9 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 8080
|
to_port: 8080
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'jenkins'
|
comment: 'jenkins'
|
||||||
### mgrote.restic
|
### mgrote.restic
|
||||||
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/jenkins
|
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/jenkins
|
||||||
|
|
|
@ -28,15 +28,12 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 445
|
to_port: 445
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'smb'
|
comment: 'smb'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 139
|
to_port: 139
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'smb'
|
comment: 'smb'
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 9000:9010
|
to_port: 9000:9010
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 22
|
to_port: 22
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
from_ip: 192.168.2.0/24
|
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
interface: ens18
|
interface: ens18
|
||||||
- rule: allow
|
- rule: allow
|
||||||
|
|
Loading…
Reference in a new issue