Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I am using a Linux machine which is in dslite mode. To block fragmented IP Packets I am updating the below kernel files.

echo > /proc/sys/net/netfilter/nf_conntrack_frag6_low_thresh
echo > /proc/sys/net/netfilter/nf_conntrack_frag6_high_thresh

After updating these files the packets are not blocking.
Kernel version 3.12.74

Could you please tell how can we achieve?

What I have tried:

echo > /proc/sys/net/netfilter/nf_conntrack_frag6_low_thresh
echo > /proc/sys/net/netfilter/nf_conntrack_frag6_high_thresh
Posted
Updated 5-May-22 20:20pm

1 solution

This is a software development site which helps people with writing software, not a Linux support site.
Try here: Linux.org[^]
 
Share this answer
 
Comments
Member 13740197 6-May-22 2:56am    
Ok thank you
OriginalGriff 6-May-22 3:37am    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900