[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Host name lookup failure



hi

wieso kriege ich nach einem
/etc/init.d/networking restart
folgenden output?
pathfinder:~# /etc/init.d/networking restart
Reconfiguring network interfaces: eth1: Unknown host
eth2: Unknown host
eth1: Host name lookup failure
eth2: Host name lookup failure
done.
pathfinder:~#

mein /etc/hosts sieht so aus:
127.0.0.1       pathfinder      localhost
192.168.0.1     pathfinder      localhost
10.0.0.1        pathfinder      localhost


und mein /etc/network/interfaces:
# The loopback interface
auto lo
iface lo inet loopback
# The first network card (to WAN)
auto eth0
iface eth0 inet dhcp
# The second network card (to LAN)
iface eth1 inet static
        address 10.0.0.1
        netmask 255.255.255.0
        network 10.0.0.0
        broadcast 10.0.0.255
        gateway
# The third network card (to DMZ)
iface eth2 inet static
        address 192.168.0.1
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway

kann diese fehlermeldung nicht ohne das einsetzen
eines eigenen dns-servers vermieden werden?
die einträge in /etc/hosts sollten doch reichen!?

gruss
eric



Reply to: