Update firewall rules.
This commit is contained in:
parent
0d0feca27f
commit
a1c699b1c2
2 changed files with 11 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by ip6tables-save v1.8.11 (nf_tables) on Sat Sep 13 13:18:04 2025
|
||||
# Generated by ip6tables-save v1.8.11 (nf_tables) on Sat Sep 13 18:45:54 2025
|
||||
*filter
|
||||
:INPUT DROP [0:0]
|
||||
:FORWARD DROP [0:0]
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
[0:0] -A INPUT -p ipv6-icmp -m icmp6 --icmpv6-type 135 -j ACCEPT
|
||||
[0:0] -A INPUT -p ipv6-icmp -m icmp6 --icmpv6-type 136 -j ACCEPT
|
||||
[0:0] -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m multiport --dports 22,25422 -m conntrack --ctstate NEW -j ACCEPT
|
||||
[0:0] -A INPUT -p tcp -m tcp --dport 80 --tcp-flags FIN,SYN,RST,ACK SYN -m conntrack --ctstate NEW -j ACCEPT
|
||||
[0:0] -A INPUT -p tcp -m tcp --dport 25443 --tcp-flags FIN,SYN,RST,ACK SYN -m conntrack --ctstate NEW -j ACCEPT
|
||||
COMMIT
|
||||
# Completed on Sat Sep 13 13:18:04 2025
|
||||
# Completed on Sat Sep 13 18:45:54 2025
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue