9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa <arisawa@ar.aichi-u.ac.jp>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] Plan9 DNS server
Date: Sun, 21 Jun 2015 17:37:10 +0900	[thread overview]
Message-ID: <538B6965-0AA3-4216-AE29-04E109C70A4B@ar.aichi-u.ac.jp> (raw)

Hello,

how to make DNS server that serves for computers on my home network?
I tried:
ndb/dns -rs

192.168.0.3 is my server’s IP.
the name is “maia” and registered /lib/ndb/local as
sys=maia dom=maia.local

-bash$ nslookup
> www.google.com
Server:		192.168.0.3
Address:	192.168.0.3#53

Non-authoritative answer:
Name:	www.google.com
Address: 216.58.220.228
> maia
Server:		192.168.0.3
Address:	192.168.0.3#53

** server can't find maia: NXDOMAIN
> maia.local
Server:		192.168.0.3
Address:	192.168.0.3#53

** server can't find maia.local: NXDOMAIN
> 

how to enable locally assigned name resolution such as maia?
I have many computers on my home network. currently I am registering them to /etc/hosts.
but that is a pain.

Kenji Arisawa


             reply	other threads:[~2015-06-21  8:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-21  8:37 arisawa [this message]
2015-06-21 21:46 ` Skip Tavakkolian
2015-06-22 10:34 ` lucio
2015-06-22 11:21   ` Steve Simon
2015-06-22 11:40     ` lucio
2015-06-22 12:21       ` Steve Simon
2015-06-23  3:46         ` lucio
2015-06-22 22:29   ` arisawa

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=538B6965-0AA3-4216-AE29-04E109C70A4B@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@9fans.net \
    /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;
as well as URLs for NNTP newsgroup(s).