When Don't Fragment
flag is set, IPv4 RFC allows set Identification filed to 0x0000
.
I got a peer which is behind firewall that brakes RFC and block any IPv4 packets with such 0x0000
ID field. My "modern" 4.4.0 linux kernel generates packets with ID 0x0000
thus I can't create TCP connection.
How can I disallow generating this 0x0000
ID or how to manipulate this field with iptables mangle or any another way?