ich hab folgendes Problem:
Wenn ich eine Website in einem Browser aufrufe (egal welcher) braucht dieser elend lang, bis der Name aufgelöst ist. Geb ich jedoch die IP Adresse ein, wird die Seite direkt geladen.
Das Seltsame ist jedoch, dass ich z.B mit ping http://www.google.de direkt eine Antwort ohne Wartezeit bekomme . Unter Archlinux hatte ich nach einiger Zeit das gleiche Problem. Unter Windows gibts jedoch keine.
Im Moment benutze ich Etch mit einer Atheros-Karte die via ndiswrapper läuft (madwifi gleiches Problem).
Hier mal meine /etc/network/interfaces:
Code: Alles auswählen
# 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
auto wlan0
iface wlan0 inet static
address 192.168.2.42
netmask 255.255.255.0
gateway 192.168.2.1
dns-nameservers 192.168.2.1
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
mfg