Hi,
I read all the stuff about FQDN and network setup but somehow it seems I'm too stupid....I get the following errors:
Network check failed -- Hosts file is not configured with fully qualified domain name(FQDN)
Network check failed -- Could not find a host name in DNS that matches an IP address
Network check failed -- Could not resolve host name 'scalix.localdomain' in DNS
Here my /etc/hosts:
-------------------
vi /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.111.50 scalix.homenet.de scalix
and some output:
-------------------
nslookup scalix
Server: 192.168.111.1
Address: 192.168.111.1#53
Name: scalix
Address: 192.168.111.50
-------------------
nslookup 192.168.111.50
Server: 192.168.111.1
Address: 192.168.111.1#53
50.111.168.192.in-addr.arpa name = scalix.homenet.de.
-------------------
hostname
scalix.localdomain
-------------------
hostname -f
hostname: Unknown device
-------------------
hostname -d
hostname: Unknown device
-------------------
host 192.168.111.50
50.111.168.192.in-addr.arpa domain name pointer scalix.homenet.de.
-------------------
host scalix
scalix has address 192.168.111.50
anyone an idea what the problem is?
Thank you and a nice sunday..
hawaii