After accidentally removing a package needed for DHCP, my Debian installation has lost internet access.
After rebooting from Debian-netinstall disk, and entering a rescue shell, the situation is as follows:
- ifconfig shows I have got an IP address
- ping to another computer in my LAN works
- apt-get sees my /etc/apt/sources.list
- but I cannot download the missing packages because addresses like ftp2.de.debian.org are not resolved.
resolv.confcontain? – Håkan Lindqvist Nov 04 '14 at 07:42/etc/resolv.confis a link to/etc/resolvconf/run/resolv.conf;/etc/resolvconf/run/is a link to/run/resolvconf/; but in my/runthere is noresolvconf. – Joachim W Nov 04 '14 at 07:54etc/resolvconf/run/andetc/resolv.conf, I could create a newetc/resolv.conf, which solved the problem. – Joachim W Nov 04 '14 at 08:04