Haven't seen any mention about preventing the newly released SACK attack on Proxmox hosts. Is upgrading the Proxmox server enough to cover the VM's or do they need to all be upgraded as well?
Would an IP Tables solution like the following protect all VM's on the host machine?
https://news.ycombinator.com/item?id=20205566
Would an IP Tables solution like the following protect all VM's on the host machine?
https://news.ycombinator.com/item?id=20205566
Code:
iptables -t raw -I PREROUTING -i eth0 -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m tcpmss ! --mss 640:65535 -j DROP
results...
iptables -L -n -v -t raw | grep mss
84719 3392K DROP tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 tcpmss match !640:65535