The last rule in chain do-reject is wrong. I was wondering why the connection keeps timing out instead of immediately getting a reject.
It is currently at drop when it should be reject, even the rule name is do-reject!
Please fix the rule by replacing drop with reject.
Is there any way to edit the file manually right now myself? where is the nftables rules stored in PVE?
It is currently at drop when it should be reject, even the rule name is do-reject!
Code:
chain do-reject {
meta pkttype broadcast drop
ip saddr 224.0.0.0/4 drop
meta l4proto tcp reject with tcp reset
meta l4proto { icmp, ipv6-icmp } reject
reject with icmp host-prohibited
reject with icmpv6 admin-prohibited
drop
}
Please fix the rule by replacing drop with reject.
Is there any way to edit the file manually right now myself? where is the nftables rules stored in PVE?
Last edited: