TESTING ARGS (logging)
0: logging on
WARN: Checks disabled
Logging enabled


-A ufw6-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
-A ufw6-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
-A ufw-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
-A ufw-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
#-A ufw6-before-input -m state --state INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
#-A ufw-before-input -m conntrack --ctstate INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
-A ufw-not-local -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK NOT-TO-ME]: "
1: logging off
WARN: Checks disabled
Logging disabled


# ufw_comment # -A ufw6-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
# ufw_comment # -A ufw6-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
# ufw_comment # -A ufw-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
# ufw_comment # -A ufw-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
#-A ufw6-before-input -m state --state INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
#-A ufw-before-input -m conntrack --ctstate INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
# ufw_comment # -A ufw-not-local -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK NOT-TO-ME]: "
2: LOGGING ON
WARN: Checks disabled
Logging enabled


-A ufw6-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
-A ufw6-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
-A ufw-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
-A ufw-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
#-A ufw6-before-input -m state --state INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
#-A ufw-before-input -m conntrack --ctstate INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
-A ufw-not-local -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK NOT-TO-ME]: "
3: LOGGING OFF
WARN: Checks disabled
Logging disabled


# ufw_comment # -A ufw6-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
# ufw_comment # -A ufw6-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
# ufw_comment # -A ufw-after-input -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK INPUT]: "
# ufw_comment # -A ufw-after-forward -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK FORWARD]: "
#-A ufw6-before-input -m state --state INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
#-A ufw-before-input -m conntrack --ctstate INVALID -j LOG --log-prefix "[UFW BLOCK INVALID]: "
# ufw_comment # -A ufw-not-local -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW BLOCK NOT-TO-ME]: "
TESTING ARGS (default)
4: enable
WARN: Checks disabled
Firewall started and enabled on system startup


5: default allow
WARN: Checks disabled
Default policy changed to 'allow'
(be sure to update your rules accordingly)


ipv4:
Chain INPUT (policy ACCEPT)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
ipv6:
Chain INPUT (policy ACCEPT)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
DEFAULT_INPUT_POLICY="ACCEPT"
DEFAULT_OUTPUT_POLICY="ACCEPT"
DEFAULT_FORWARD_POLICY="DROP"
6: default deny
WARN: Checks disabled
Default policy changed to 'deny'
(be sure to update your rules accordingly)


ipv4:
Chain INPUT (policy DROP)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
ipv6:
Chain INPUT (policy DROP)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
DEFAULT_INPUT_POLICY="DROP"
DEFAULT_OUTPUT_POLICY="ACCEPT"
DEFAULT_FORWARD_POLICY="DROP"
7: DEFAULT ALLOW
WARN: Checks disabled
Default policy changed to 'allow'
(be sure to update your rules accordingly)


ipv4:
Chain INPUT (policy ACCEPT)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
ipv6:
Chain INPUT (policy ACCEPT)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
DEFAULT_INPUT_POLICY="ACCEPT"
DEFAULT_OUTPUT_POLICY="ACCEPT"
DEFAULT_FORWARD_POLICY="DROP"
8: DEFAULT DENY
WARN: Checks disabled
Default policy changed to 'deny'
(be sure to update your rules accordingly)


ipv4:
Chain INPUT (policy DROP)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
ipv6:
Chain INPUT (policy DROP)
Chain FORWARD (policy DROP)
Chain OUTPUT (policy ACCEPT)
DEFAULT_INPUT_POLICY="DROP"
DEFAULT_OUTPUT_POLICY="ACCEPT"
DEFAULT_FORWARD_POLICY="DROP"
9: default deny
WARN: Checks disabled
Default policy changed to 'deny'
(be sure to update your rules accordingly)


10: disable
WARN: Checks disabled
Firewall stopped and disabled on system startup


TESTING ARGS (enable/disable)
11: enable
WARN: Checks disabled
Firewall started and enabled on system startup


ENABLED=yes
12: disable
WARN: Checks disabled
Firewall stopped and disabled on system startup


ENABLED=no
13: ENABLE
WARN: Checks disabled
Firewall started and enabled on system startup


ENABLED=yes
14: DISABLE
WARN: Checks disabled
Firewall stopped and disabled on system startup


ENABLED=no
TESTING ARGS (allow/deny to/from)
Man page
15: deny proto tcp from 2001:db8::/32 to any port 25
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny tcp 25 ::/0 any 2001:db8::/32
-A ufw6-user-input -p tcp --dport 25 -s 2001:db8::/32 -j DROP

16: delete deny proto tcp from 2001:db8::/32 to any port 25
WARN: Checks disabled
Rules updated (v6)


TO/FROM
17: allow from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::/0 any 2001:db8::/32
-A ufw6-user-input -s 2001:db8::/32 -j ACCEPT

18: delete allow from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


19: allow to 2001:db8:3:4:5:6:7:8
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -d 2001:db8:3:4:5:6:7:8 -j ACCEPT

20: delete allow to 2001:db8:3:4:5:6:7:8
WARN: Checks disabled
Rules updated (v6)


21: allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 -j ACCEPT

22: delete allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


23: allow from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::/0 80 2001:db8::/32
-A ufw6-user-input -p tcp -s 2001:db8::/32 --sport 80 -j ACCEPT
-A ufw6-user-input -p udp -s 2001:db8::/32 --sport 80 -j ACCEPT
24: delete allow from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


25: allow to 2001:db8:3:4:5:6:7:8 port 25
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any 25 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j ACCEPT
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j ACCEPT
26: delete allow to 2001:db8:3:4:5:6:7:8 port 25
WARN: Checks disabled
Rules updated (v6)


27: allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j ACCEPT
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j ACCEPT
28: delete allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


29: allow to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any 25 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j ACCEPT
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j ACCEPT
30: delete allow to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


31: allow to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any 25 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j ACCEPT
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j ACCEPT
32: delete allow to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


33: allow from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow udp any ::/0 80 2001:db8::/32
-A ufw6-user-input -p udp -s 2001:db8::/32 --sport 80 -j ACCEPT

34: delete allow from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


35: allow to 2001:db8:3:4:5:6:7:8 port 25 proto udp
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow udp 25 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j ACCEPT

36: delete allow to 2001:db8:3:4:5:6:7:8 port 25 proto udp
WARN: Checks disabled
Rules updated (v6)


37: allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow udp any 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j ACCEPT

38: delete allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


39: allow to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow udp 25 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j ACCEPT

40: delete allow to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


41: allow to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow udp 25 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j ACCEPT

42: delete allow to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


43: allow from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow tcp any ::/0 80 2001:db8::/32
-A ufw6-user-input -p tcp -s 2001:db8::/32 --sport 80 -j ACCEPT

44: delete allow from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


45: allow to 2001:db8:3:4:5:6:7:8 port 25 proto tcp
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow tcp 25 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j ACCEPT

46: delete allow to 2001:db8:3:4:5:6:7:8 port 25 proto tcp
WARN: Checks disabled
Rules updated (v6)


47: allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow tcp any 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j ACCEPT

48: delete allow to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


49: allow to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow tcp 25 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j ACCEPT

50: delete allow to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


51: allow to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow tcp 25 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j ACCEPT

52: delete allow to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


53: deny from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any any ::/0 any 2001:db8::/32
-A ufw6-user-input -s 2001:db8::/32 -j DROP

54: delete deny from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


55: deny to 2001:db8:3:4:5:6:7:8
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any any 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -d 2001:db8:3:4:5:6:7:8 -j DROP

56: delete deny to 2001:db8:3:4:5:6:7:8
WARN: Checks disabled
Rules updated (v6)


57: deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any any 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 -j DROP

58: delete deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


59: deny from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any any ::/0 80 2001:db8::/32
-A ufw6-user-input -p tcp -s 2001:db8::/32 --sport 80 -j DROP
-A ufw6-user-input -p udp -s 2001:db8::/32 --sport 80 -j DROP
60: delete deny from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


61: deny to 2001:db8:3:4:5:6:7:8 port 25
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any 25 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j DROP
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j DROP
62: delete deny to 2001:db8:3:4:5:6:7:8 port 25
WARN: Checks disabled
Rules updated (v6)


63: deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any any 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j DROP
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j DROP
64: delete deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


65: deny to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any 25 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j DROP
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j DROP
66: delete deny to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


67: deny to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny any 25 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j DROP
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j DROP
68: delete deny to 2001:db8:3:4:5:6:7:8 port 25 from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


69: deny from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny udp any ::/0 80 2001:db8::/32
-A ufw6-user-input -p udp -s 2001:db8::/32 --sport 80 -j DROP

70: delete deny from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


71: deny to 2001:db8:3:4:5:6:7:8 port 25 proto udp
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny udp 25 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j DROP

72: delete deny to 2001:db8:3:4:5:6:7:8 port 25 proto udp
WARN: Checks disabled
Rules updated (v6)


73: deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny udp any 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j DROP

74: delete deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto udp
WARN: Checks disabled
Rules updated (v6)


75: deny to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny udp 25 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j DROP

76: delete deny to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


77: deny to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny udp 25 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p udp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j DROP

78: delete deny to 2001:db8:3:4:5:6:7:8 port 25 proto udp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


79: deny from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny tcp any ::/0 80 2001:db8::/32
-A ufw6-user-input -p tcp -s 2001:db8::/32 --sport 80 -j DROP

80: delete deny from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


81: deny to 2001:db8:3:4:5:6:7:8 port 25 proto tcp
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny tcp 25 2001:db8:3:4:5:6:7:8 any ::/0
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -j DROP

82: delete deny to 2001:db8:3:4:5:6:7:8 port 25 proto tcp
WARN: Checks disabled
Rules updated (v6)


83: deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny tcp any 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 -s 2001:db8::/32 --sport 80 -j DROP

84: delete deny to 2001:db8:3:4:5:6:7:8 from 2001:db8::/32 port 80 proto tcp
WARN: Checks disabled
Rules updated (v6)


85: deny to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny tcp 25 2001:db8:3:4:5:6:7:8 any 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 -j DROP

86: delete deny to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32
WARN: Checks disabled
Rules updated (v6)


87: deny to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


### tuple ### deny tcp 25 2001:db8:3:4:5:6:7:8 80 2001:db8::/32
-A ufw6-user-input -p tcp -d 2001:db8:3:4:5:6:7:8 --dport 25 -s 2001:db8::/32 --sport 80 -j DROP

88: delete deny to 2001:db8:3:4:5:6:7:8 port 25 proto tcp from 2001:db8::/32 port 80
WARN: Checks disabled
Rules updated (v6)


89: --dry-run allow to 2001:0db8:0000:0000:0000:0000:0000:0001/128


90: allow to any port smtp from any port smtp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 25 ::/0 25 ::/0
-A ufw6-user-input -p tcp --dport 25 --sport 25 -j ACCEPT

91: delete allow to any port smtp from any port smtp
WARN: Checks disabled
Rules updated
Rules updated (v6)


92: allow to any port smtp from any port ssh
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 25 ::/0 22 ::/0
-A ufw6-user-input -p tcp --dport 25 --sport 22 -j ACCEPT

93: delete allow to any port smtp from any port ssh
WARN: Checks disabled
Rules updated
Rules updated (v6)


94: allow to any port ssh from any port smtp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 22 ::/0 25 ::/0
-A ufw6-user-input -p tcp --dport 22 --sport 25 -j ACCEPT

95: delete allow to any port ssh from any port smtp
WARN: Checks disabled
Rules updated
Rules updated (v6)


96: allow to any port smtp from any port 23
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 25 ::/0 23 ::/0
-A ufw6-user-input -p tcp --dport 25 --sport 23 -j ACCEPT

97: delete allow to any port smtp from any port 23
WARN: Checks disabled
Rules updated
Rules updated (v6)


98: allow to any port 23 from any port smtp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 23 ::/0 25 ::/0
-A ufw6-user-input -p tcp --dport 23 --sport 25 -j ACCEPT

99: delete allow to any port 23 from any port smtp
WARN: Checks disabled
Rules updated
Rules updated (v6)


100: allow to any port tftp from any port tftp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 69 ::/0 69 ::/0
-A ufw6-user-input -p udp --dport 69 --sport 69 -j ACCEPT

101: delete allow to any port tftp from any port tftp
WARN: Checks disabled
Rules updated
Rules updated (v6)


102: allow to any port tftp from any port ssh
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 69 ::/0 22 ::/0
-A ufw6-user-input -p udp --dport 69 --sport 22 -j ACCEPT

103: delete allow to any port tftp from any port ssh
WARN: Checks disabled
Rules updated
Rules updated (v6)


104: allow to any port ssh from any port tftp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 22 ::/0 69 ::/0
-A ufw6-user-input -p udp --dport 22 --sport 69 -j ACCEPT

105: delete allow to any port ssh from any port tftp
WARN: Checks disabled
Rules updated
Rules updated (v6)


106: allow to any port tftp from any port 23
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 69 ::/0 23 ::/0
-A ufw6-user-input -p udp --dport 69 --sport 23 -j ACCEPT

107: delete allow to any port tftp from any port 23
WARN: Checks disabled
Rules updated
Rules updated (v6)


108: allow to any port 23 from any port tftp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 23 ::/0 69 ::/0
-A ufw6-user-input -p udp --dport 23 --sport 69 -j ACCEPT

109: delete allow to any port 23 from any port tftp
WARN: Checks disabled
Rules updated
Rules updated (v6)


110: allow to any port ssh from any port 23
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow any 22 ::/0 23 ::/0
-A ufw6-user-input -p tcp --dport 22 --sport 23 -j ACCEPT
-A ufw6-user-input -p udp --dport 22 --sport 23 -j ACCEPT
111: delete allow to any port ssh from any port 23
WARN: Checks disabled
Rules updated
Rules updated (v6)


112: allow to any port 23 from any port ssh
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow any 23 ::/0 22 ::/0
-A ufw6-user-input -p tcp --dport 23 --sport 22 -j ACCEPT
-A ufw6-user-input -p udp --dport 23 --sport 22 -j ACCEPT
113: delete allow to any port 23 from any port ssh
WARN: Checks disabled
Rules updated
Rules updated (v6)


114: allow to any port ssh from any port domain
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow any 22 ::/0 53 ::/0
-A ufw6-user-input -p tcp --dport 22 --sport 53 -j ACCEPT
-A ufw6-user-input -p udp --dport 22 --sport 53 -j ACCEPT
115: delete allow to any port ssh from any port domain
WARN: Checks disabled
Rules updated
Rules updated (v6)


116: allow to any port smtp from any port smtp proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 25 ::/0 25 ::/0
-A ufw6-user-input -p tcp --dport 25 --sport 25 -j ACCEPT

117: delete allow to any port smtp from any port smtp proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


118: allow to any port smtp from any port ssh proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 25 ::/0 22 ::/0
-A ufw6-user-input -p tcp --dport 25 --sport 22 -j ACCEPT

119: delete allow to any port smtp from any port ssh proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


120: allow to any port ssh from any port smtp proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 22 ::/0 25 ::/0
-A ufw6-user-input -p tcp --dport 22 --sport 25 -j ACCEPT

121: delete allow to any port ssh from any port smtp proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


122: allow to any port smtp from any port 23 proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 25 ::/0 23 ::/0
-A ufw6-user-input -p tcp --dport 25 --sport 23 -j ACCEPT

123: delete allow to any port smtp from any port 23 proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


124: allow to any port 23 from any port smtp proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 23 ::/0 25 ::/0
-A ufw6-user-input -p tcp --dport 23 --sport 25 -j ACCEPT

125: delete allow to any port 23 from any port smtp proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


126: allow to any port tftp from any port tftp proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 69 ::/0 69 ::/0
-A ufw6-user-input -p udp --dport 69 --sport 69 -j ACCEPT

127: delete allow to any port tftp from any port tftp proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


128: allow to any port tftp from any port ssh proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 69 ::/0 22 ::/0
-A ufw6-user-input -p udp --dport 69 --sport 22 -j ACCEPT

129: delete allow to any port tftp from any port ssh proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


130: allow to any port ssh from any port tftp proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 22 ::/0 69 ::/0
-A ufw6-user-input -p udp --dport 22 --sport 69 -j ACCEPT

131: delete allow to any port ssh from any port tftp proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


132: allow to any port tftp from any port 23 proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 69 ::/0 23 ::/0
-A ufw6-user-input -p udp --dport 69 --sport 23 -j ACCEPT

133: delete allow to any port tftp from any port 23 proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


134: allow to any port 23 from any port tftp proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 23 ::/0 69 ::/0
-A ufw6-user-input -p udp --dport 23 --sport 69 -j ACCEPT

135: delete allow to any port 23 from any port tftp proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


136: allow to any port ssh from any port 23 proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 22 ::/0 23 ::/0
-A ufw6-user-input -p tcp --dport 22 --sport 23 -j ACCEPT

137: delete allow to any port ssh from any port 23 proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


138: allow to any port 23 from any port ssh proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 23 ::/0 22 ::/0
-A ufw6-user-input -p tcp --dport 23 --sport 22 -j ACCEPT

139: delete allow to any port 23 from any port ssh proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


140: allow to any port ssh from any port domain proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow tcp 22 ::/0 53 ::/0
-A ufw6-user-input -p tcp --dport 22 --sport 53 -j ACCEPT

141: delete allow to any port ssh from any port domain proto tcp
WARN: Checks disabled
Rules updated
Rules updated (v6)


142: allow to any port ssh from any port 23 proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 22 ::/0 23 ::/0
-A ufw6-user-input -p udp --dport 22 --sport 23 -j ACCEPT

143: delete allow to any port ssh from any port 23 proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


144: allow to any port 23 from any port ssh proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 23 ::/0 22 ::/0
-A ufw6-user-input -p udp --dport 23 --sport 22 -j ACCEPT

145: delete allow to any port 23 from any port ssh proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


146: allow to any port ssh from any port domain proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


### tuple ### allow udp 22 ::/0 53 ::/0
-A ufw6-user-input -p udp --dport 22 --sport 53 -j ACCEPT

147: delete allow to any port ssh from any port domain proto udp
WARN: Checks disabled
Rules updated
Rules updated (v6)


TESTING NETMASK
148: allow to ::1/0
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::1/0 any ::/0
-A ufw6-user-input -d ::1/0 -j ACCEPT

149: delete allow to ::1/0
WARN: Checks disabled
Rules updated (v6)


150: allow to ::1/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::1/32 any ::/0
-A ufw6-user-input -d ::1/32 -j ACCEPT

151: delete allow to ::1/32
WARN: Checks disabled
Rules updated (v6)


152: allow to ::1/128
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::1/128 any ::/0
-A ufw6-user-input -d ::1/128 -j ACCEPT

153: delete allow to ::1/128
WARN: Checks disabled
Rules updated (v6)


154: allow from ::1/0
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::/0 any ::1/0
-A ufw6-user-input -s ::1/0 -j ACCEPT

155: delete allow from ::1/0
WARN: Checks disabled
Rules updated (v6)


156: allow from ::1/32
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::/0 any ::1/32
-A ufw6-user-input -s ::1/32 -j ACCEPT

157: delete allow from ::1/32
WARN: Checks disabled
Rules updated (v6)


158: allow from ::1/128
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::/0 any ::1/128
-A ufw6-user-input -s ::1/128 -j ACCEPT

159: delete allow from ::1/128
WARN: Checks disabled
Rules updated (v6)


160: allow from ::1/32 to ::1/128
WARN: Checks disabled
Rules updated (v6)


### tuple ### allow any any ::1/128 any ::1/32
-A ufw6-user-input -d ::1/128 -s ::1/32 -j ACCEPT

161: delete allow from ::1/32 to ::1/128
WARN: Checks disabled
Rules updated (v6)


