Displaying 1 result from an estimated 1 matches for "frag_udp".
Did you mean:
frag_hdr
2019 Oct 09
2
[Bug 1370] New: iptables-restore-translate
...STROUTING -p tcp -m tcp --dport 512:65535 -j TOS --set-tos
0x10/0xff
# -t filter -A INPUT -m recent --update --seconds 300 --hitcount 1 --name
DEFAULT --mask 255.255.255.255 --rsource -j DROP
# -t filter -A OUTPUT -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu
# -t filter -A FRAG_UDP -p udp -f -m recent --set --name DEFAULT --mask
255.255.255.255 --rsource -j DROP
# -t filter -A IN_SANITY -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE
-m recent --set --name DEFAULT --mask 255.255.255.255 --rsource -j DROP
# -t filter -A IN_SANITY -p tcp -m tcp --tcp-option 64 -j DROP...