From: Enrico Weigelt <weigelt@metux.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How to set domainname
Date: Thu, 17 Aug 2006 14:45:02 +0200 [thread overview]
Message-ID: <20060817124502.GA10724@nibiru.local> (raw)
In-Reply-To: <20060817125000.C32203@eniac.gvid.cz>
* Roman Zilka <rzilka@gvid.cz> wrote:
> > > # cat /etc/resolv.conf
> > > nameserver 127.0.0.1
> > > nameserver 10.0.0.3
> > > search gvid.cz
> > > domain gvid.cz
> >
> > domain and search are mutually exclusive!
>
> Hm, I see, thanks for the hint. Somehow somewhere I got a wrong understanding
> of what "search" actually means.
* "domain" is the namespace where all your non-cacnonical
hostnames sit in, so necessary for constructing the canonical
names (FQDNs).
For example, if your box's name is "furunkel" and your domainname
is "my-back.net", then your FQDN becomes "furunkel.my-back.net".
* "search" is the list of the namespaces where non-canonical names
are searched in on lookup.
For example, you've got "foo.org" and "blubb.de" in your search list
and you're doing a lookup for "mybox", it will try the FQDNs
"mybox.foo.org" and "mybox.blubb.de".
I didn't ever try what happens when domain also added to search
list (maybe nothing, since its searched anyway), but it does not
make any sense.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-08-17 12:54 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-16 19:51 [gentoo-user] How to set domainname Anthony E. Caudel
2006-08-16 20:04 ` Mike
2006-08-16 21:41 ` Anthony E. Caudel
2006-08-16 23:18 ` Ryan Tandy
2006-08-16 23:48 ` Phil Sexton
2006-08-17 0:39 ` Anthony E. Caudel
2006-08-17 1:20 ` Phil Sexton
2006-08-17 5:10 ` Alexander Skwar
2006-08-17 5:31 ` Phil Sexton
2006-08-17 5:37 ` Phil Sexton
2006-08-17 6:01 ` Alexander Skwar
2006-08-17 6:28 ` Phil Sexton
2006-08-17 8:26 ` Alexander Skwar
2006-08-17 12:43 ` Phil Sexton
2006-08-17 13:00 ` Phil Sexton
2006-08-17 13:14 ` Neil Bothwick
2006-08-17 13:48 ` Phil Sexton
2006-08-17 13:14 ` Alexander Skwar
[not found] ` <44E47321.2060106@infoave.net>
2006-08-17 14:19 ` Alexander Skwar
2006-08-17 14:31 ` Phil Sexton
2006-08-17 14:47 ` Alexander Skwar
2006-08-17 14:58 ` Phil Sexton
[not found] ` <44E4C0DC.6070103@mid.email-server.info>
2006-08-18 16:45 ` Jarry
2006-08-18 17:13 ` [gentoo-user] " Andrey
2006-08-18 18:36 ` Alexander Skwar
2006-08-17 15:01 ` [gentoo-user] " Graham Murray
2006-08-17 15:21 ` Neil Bothwick
2006-08-17 22:52 ` Ryan Tandy
2006-08-18 10:55 ` Graham Murray
2006-08-19 3:59 ` Ryan Tandy
2006-08-19 5:26 ` [gentoo-user] " Alexander Skwar
2006-08-19 22:46 ` Ryan Tandy
2006-08-19 23:00 ` [gentoo-user] " Alexander Skwar
2006-08-20 1:09 ` [gentoo-user] " Ryan Tandy
2006-08-17 15:01 ` [gentoo-user] " Phil Sexton
2006-08-17 19:19 ` Alexander Skwar
2006-08-17 13:13 ` Alexander Skwar
2006-08-17 13:37 ` Phil Sexton
2006-08-17 5:09 ` Alexander Skwar
2006-08-17 1:57 ` Mike
2006-08-17 5:07 ` Alexander Skwar
2006-08-17 6:03 ` Alexander Skwar
2006-08-17 13:06 ` Graham Murray
2006-08-17 6:22 ` Anthony E. Caudel
[not found] ` <169ffc030608161354g5e8e9e28h3673983a72e4e5ae@mail.gmail.com>
2006-08-17 5:11 ` Alexander Skwar
2006-08-17 6:02 ` Alexander Skwar
2006-08-17 6:05 ` Phil Sexton
2006-08-17 8:27 ` Alexander Skwar
2006-08-17 7:31 ` Hans-Gunther Borrmann
2006-08-17 8:32 ` Alexander Skwar
2006-08-17 9:02 ` Hans-Gunther Borrmann
2006-08-17 9:19 ` Alexander Skwar
2006-08-17 12:48 ` Enrico Weigelt
2006-08-17 9:02 ` Roman Zilka
2006-08-17 9:17 ` Roman Zilka
2006-08-17 10:19 ` Hans-Gunther Borrmann
2006-08-17 10:50 ` Roman Zilka
2006-08-17 12:45 ` Enrico Weigelt [this message]
2006-08-18 17:01 ` [gentoo-user] How to set domainname (SOLVED) Anthony E. Caudel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060817124502.GA10724@nibiru.local \
--to=weigelt@metux.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox