paulbsd-salt/states/gufw/Desktop.profile
2020-07-10 00:58:55 +02:00

95 lines
1.7 KiB
Plaintext

[fwBasic]
status = enabled
incoming = deny
outgoing = allow
routed = disabled
[Rule0]
ufw_rule = Anywhere ALLOW IN 82.246.174.207
description = IPv4 Granville
command = /usr/sbin/ufw allow in from 82.246.174.207 to any
policy = allow
direction = in
protocol =
from_ip = 82.246.174.207
from_port =
to_ip =
to_port =
iface =
routed =
logging =
[Rule1]
ufw_rule = Anywhere ALLOW IN 192.168.60.0/24
description = IPv4 St-Pierre
command = /usr/sbin/ufw allow in from 192.168.60.0/24 to any
policy = allow
direction = in
protocol =
from_ip = 192.168.60.0/24
from_port =
to_ip =
to_port =
iface =
routed =
logging =
[Rule2]
ufw_rule = Anywhere ALLOW IN 192.168.50.0/24
description = IPv4 Granville
command = /usr/sbin/ufw allow in from 192.168.50.0/24 to any
policy = allow
direction = in
protocol =
from_ip = 192.168.50.0/24
from_port =
to_ip =
to_port =
iface =
routed =
logging =
[Rule3]
ufw_rule = Anywhere ALLOW IN 10.0.0.0/8
description = IPv4 Local 10.0.0.0/8
command = /usr/sbin/ufw allow in from 10.0.0.0/8 to any
policy = allow
direction = in
protocol =
from_ip = 10.0.0.0/8
from_port =
to_ip =
to_port =
iface =
routed =
logging =
[Rule4]
ufw_rule = Anywhere (v6) ALLOW IN 2a01:e34:ec85:f190::/64
description = IPv6 St-Pierre
command = /usr/sbin/ufw allow in from 2a01:e34:ec85:f190::/64 to any
policy = allow
direction = in
protocol =
from_ip = 2a01:e34:ec85:f190::/64
from_port =
to_ip =
to_port =
iface =
routed =
logging =
[Rule5]
ufw_rule = Anywhere (v6) ALLOW IN 2a01:e35:2f6a:ecf0::/64
description = IPv6 Granville
command = /usr/sbin/ufw allow in from 2a01:e35:2f6a:ecf0::/64 to any
policy = allow
direction = in
protocol =
from_ip = 2a01:e35:2f6a:ecf0::/64
from_port =
to_ip =
to_port =
iface =
routed =
logging =