SuSE Linux PowerPC: Version 8.1
Set down IP fragmentation timeout to three seconds:
echo 3 > /proc/net/sys/ip_frag_timeout
This might cause problems when connecting to an other site over a slow latency WAN.
Avoid fragmentation: If you're running NFS over a line that supports jumbo frames please use them. Most GBit adapter and some 100MBit adapter should already do. To set that on e.g. eth4, type:
ifconfig eth4 mtu 9000
If both of the above settings are not fit your environments you will have to reduce read/write block sizes to 1KBytes for NFS mounts.
Add the following options to your /etc/fstab or were mount options are defined (NIS/LDAP depending on your setup):
rsize=1024,wsize=1024
Please be aware that there you will find an update OS kernel in the near future. This will give you the possibility to adjust ip_frag_timeout per outgoing device besides a couple of other changes that even lower the possibility of data corruption.