mein opsi Testserver löst keine Namen auf, obwohl ich ihm bei der Installation einen Namensserver mitgeteilt habe.
Hier mal die einträge aus der /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 eth0
iface eth0 inet static
address 10.58.204.209
netmask 255.255.255.0
gateway 10.58.204.7
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.58.204.2
dns-search de33804x.vw-group.com
Code: Alles auswählen
127.0.0.1 localhost.localdomain localhost
10.58.204.209 de33804xs00209.de33804x.vw-group.com de33804xs00209
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code: Alles auswählen
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.58.204.2
search de33804x.vw-group.com
nameserver 192.168.1.254
domain uib.local
search uib.local
Ich könnte auch noch alternative DNS-Server eintragen, wenn ich wüsste wo und wie.
Manfred