View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#9
Originally Posted by NikolaiM View Post
After:
apt-get install --reinstall -d libicd-network-ipv4

Ping google.com returns:
(1.0.0.0) 56 data bytes... which fails with 100% packet loss.

So the problem is that all address are returning as 1.0.0.0

but how is this resolved?

EDIT: I can now browse websites using the browser just fine, but can't ping, can't update weather, can't update repos... etc.
The switch "-d" in apt-get install means "down-load only". It might be sufficient to omit it for a real re-install. To enforce reinstallation of configuration files with the downloaded-only package one could do:
Code:
dpkg -i --force-confnew /var/cache/apt/archives/libicd-network-ipv4*
 

The Following User Says Thank You to rebhana For This Useful Post: