Page 1 of 1
DNS issues
Posted: Wed Feb 15, 2006 5:23 pm
by rhaessner
Hi,
I am trying to installl the community edition using SuSE 10.0 Prof. After I changed /etc/SuSE-release, the installer didn't refuse the installation.
Unfortunately somewhat later I got the messages, that neither my /etc/hosts contains the FQDN nor does the DNS give a correct correlation between hostname and IP.
Unfortunately my /etc/hosts contains a line
<IP> <short hostname> >FQDN>
nslookup <IP> gives the FQDN and
nslookup FQDN gives the correct IP
I would be happy to repair my wrong installation, but I have no idea, what could
be improved.
Rainer
Posted: Wed Feb 15, 2006 5:48 pm
by ScalixSupport
Can you post the output from the installer so that we can see what exact error it is returning. One question: What is the name of the network device, i.e. eth0, wlan0 etc.
Cheers
Dave
DNS issues
Posted: Thu Feb 16, 2006 6:59 am
by rhaessner
Hi,
[quote="ScalixSupport"]Can you post the output from the installer so that we can see what exact error it is returning. One question: What is the name of the network device, i.e. eth0, wlan0 etc.
Cheers
Dave[/quote]
The installer message:
System check report:
Environment check passed.
Filesystem check passed.
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 -- IP address '129.187.121.22' associated with host name 'tom.org.chemie.tu-muenchen.de' in DNS cannot be confirmed as this host's IP address
Dependency check warning -- The following packages will be installed next to resolve conflicts:
libical
Running services check passed.
-> Please fix the problems and press Enter to run the system checks again or press CTRL-C to quit [Run Again]:
part of the host file:
129.187.121.22 tom tom.org.chemie.tu-muenchen.de
129.187.121.23 karl karl.org.chemie.tu-muenchen.de # Windows-PC Raum 32 303
129.187.121.24 laurel laurel.org.chemie.tu-muenchen.de
DNS:
tom scalix/scalix-core-intel-suse-10.0.0# nslookup tom.org.chemie.tu-muenchen.de
Server: 129.187.121.93
Address: 129.187.121.93#53
Name: tom.org.chemie.tu-muenchen.de
Address: 129.187.121.22
tom scalix/scalix-core-intel-suse-10.0.0# nslookup 129.187.121.22
Server: 129.187.121.93
Address: 129.187.121.93#53
22.121.187.129.in-addr.arpa name = tom.org.chemie.tu-muenchen.de.
tom scalix/scalix-core-intel-suse-10.0.0#
Interface:
tom scalix/scalix-core-intel-suse-10.0.0# netstat -ia
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 1496213 0 0 0 141571 0 0 0 BMNRU
lo 16436 0 206 0 0 0 206 0 0 0 LRU
sit0 1480 0 0 0 0 0 0 0 0 0 O
tom scalix/scalix-core-intel-suse-10.0.0#
Best regards
Rainer
Posted: Thu Feb 16, 2006 8:14 am
by ScalixSupport
this is wrong. it needs to read
129.187.121.22 tom.org.chemie.tu-muenchen.de tom
129.187.121.23 karl.org.chemie.tu-muenchen.de karl
129.187.121.24 laurel.org.chemie.tu-muenchen.de laurel
Cheers,
Sascha.
DNS Issues
Posted: Thu Feb 16, 2006 9:15 am
by rhaessner
[quote="ScalixSupport"]this is wrong. it needs to read
129.187.121.22 tom.org.chemie.tu-muenchen.de tom
129.187.121.23 karl.org.chemie.tu-muenchen.de karl
129.187.121.24 laurel.org.chemie.tu-muenchen.de laurel
Cheers,
Sascha.[/quote]
Thx a lot. This really helps.
Rainer