-
As superuser, edit the /etc/rc.d/rc.local file. You can use a text editor like Emacs in a terminal to do this.
NOTE: On some Linux systems, the file might be located at: /etc/rc.local. Ubuntu 6.1 is known to have the rc.local file located there.
-
Add the following line to the end of the file:
echo 1 > /proc/sys/net/ipv4/neigh/eth0/locktime
- Save the file, and restart your computer. The fix will now be applied on every system startup.
taken from
http://ubit.buffalo.edu/linux/ResNetLinuxFix.php