Ubuntu eth0 unable to ping rtnetlink answers: file exists
Hot fix Ubuntu RTNETLINK anwers: File Exists or unable to ping.
- disable default gateway on eth1 (make sure only 1 gateway)
check /etc/network/interfaces - check route list
route -n
ip route - make sure default route through gateway IP
- delete current default if its wrong route (should be via gateway IP NIC)
ip route del default
ip route add default via <ip gateway> dev <default nic>

