Disable ZEROCONF or remove the network route to 169.254.0.0
You will often see a network route to 169.254.0.0. If you want to disable this follow these steps
To disable the zeroconf route during system boot, edit the /etc/sysconfig/network file and add the following NOZEROCONF value to the end of the file:
NETWORKING=YES HOSTNAME=localhost.localdomain NOZEROCONF=yes