Neil Bothwick <neil <at> digimed.co.uk> writes: > > On Fri, 26 May 2006 10:09:27 +0200, Alexander Skwar wrote: > > > # To have a proper FQDN, you need to setup /etc/hosts > > and /etc/resolv.conf # properly (domain entry in /etc/resolv.conf, and > > FQDN in /etc/hosts). > > What do these files contain?
[EMAIL PROTECTED] ~ $ grep -v \# /etc/hosts | grep -v '^$' 127.0.0.1 blatt 127.0.0.1 localhost ::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 213.133.109.44 new.email-server.info [EMAIL PROTECTED] ~ $ cat /etc/resolv.conf # Generated by dhcpcd for interface ath0 search bei.digitalprojects.com nameserver 192.168.1.1 nameserver 195.202.32.79 nameserver 82.207.232.1 nameserver 213.160.0.1 I don't think that I can set a "domain entry" in resolv.conf, as it's generated by dhcpcd. What does the DNSDOMAIN setting in /etc/conf.d/domainname do? Alexander Skwar -- There is brutality and there is honesty. There is no such thing as brutal honesty. -- gentoo-user@gentoo.org mailing list