Auf einem Opensuse 11.1 System wird der Name localhost nicht mehr aufgelöst.
Aber nslookup behauptet "alles okay":
linx:/ # nslookup
> localhost
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: localhost
Address: 127.0.0.1
Der Ping (und auch andere Refernzen auf localhost) schlägt fehl.
linx:/ # ping localhost
ping: unknown host localhost
	
	
	
		
	
	
	
		
	
	
	
		
Hat jemand einen Tip wo es hier klemmt?
			
			Aber nslookup behauptet "alles okay":
linx:/ # nslookup
> localhost
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: localhost
Address: 127.0.0.1
Der Ping (und auch andere Refernzen auf localhost) schlägt fehl.
linx:/ # ping localhost
ping: unknown host localhost
		Code:
	
	host.conf:
order hosts bind
multi on
		Code:
	
	 hosts-Datei
127.0.0.1       localhost linx
# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback
fe00::0         ipv6-localnet
ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts
127.0.0.2       linx.mydomain.de linx
		Code:
	
	File: resolv.conf 
nameserver 127.0.0.1
nameserver 192.168.0.4
domain mydomain.de
search mydomain.deHat jemand einen Tip wo es hier klemmt?
 
					
				 
 
		