ich benutze Debian, nun habe ich ein Problem, ich habe eine Statische IP eingerichtet, das Internet hat auch am Anfang ganz normal ohne Probleme funktioniert aber nach paar Stunden geht jetzt gar nichts mehr was Internet angeht (intern per Netzwerk komme ich drauf) ...
Meine interface Konfig sieht so aus:
Nunja, per Netzwerk komm ich drauf halt geht das Internet nicht, oder ich bin gerade zu doof, aufjedenfall kann ich APT nicht mehr benutzen, ich bekomme immer einen Fehler (egal welchen Spiegelserver ich in der source.list eingebe!)..# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.35
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
Folgenden Fehler bei einem apt-get update
PS: bei wget bekomme ich auch immer einen ähnlichen Fehler.debianserver1:~# apt-get update
Err http://security.debian.org etch/updates Release.gpg
Temporary failure resolving 'security.debian.org'
Err http://debian.uni-essen.de etch Release.gpg
Temporary failure resolving 'debian.uni-essen.de'
Failed to fetch http://debian.uni-essen.de/debian-cd/di ... elease.gpg Temporary failure resolving 'debian.uni-essen.de'
Failed to fetch http://security.debian.org/dists/etch/u ... elease.gpg Temporary failure resolving 'security.debian.org'
Reading package lists... Done
W: Couldn't stat source package list http://debian.uni-essen.de etch/main Packages (/var/lib/apt/lists/debian.uni-essen.de_debian-cd_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
Hoffe mir kann jemand helfen, ich hab alles was ich weiß ausprobiert....