
[root@deep] /#echo 1 > /proc/sys/net/ipv4/ip_always_defrag
|

# Enable always defragging Protection
net.ipv4.ip_always_defrag = 1
|
[root@deep] /# /etc/rc.d/init.d/network restart
Setting network parameters [ OK ]
Bringing up interface lo [ OK ]
Bringing up interface eth0 [ OK ]
Bringing up interface eth1 [ OK ]
|