9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: c117152@rmqkr.net
To: 9fans@9fans.net
Subject: Re: [9fans] [9pi] standardize \ normalize setting dns in
Date: Wed,  3 Apr 2013 10:39:35 +0000	[thread overview]
Message-ID: <e13242c8-bc5b-45c9-8bda-d687432ea057@googlegroups.com> (raw)
In-Reply-To: <30b7dc5f967768a728276851ef507605@hamnavoe.com>

On Thursday, March 28, 2013 2:41:42 PM UTC+2, Richard Miller wrote:
> For a machine not receiving net configuration via DHCP, the normal
> 
> place to define dns= would be in /lib/ndb/local - 'man 6 ndb' for
> 
> information.

Yes. I've already figured out that much:

term% cat /lib/ndb/local

database=
	file=/lib/ndb/local
	file=/lib/ndb/common

auth=sources.cd.bell-labs.com authdom=outside.plan9.bell-labs.com

ip=127.0.0.1 sys=localhost dom=localhost

ipnet=Home ip=10.0.0.0 ipmask=255.255.255.0
	ipgw=10.0.0.138
	dns=1.2.3.4 # (my isp's dns)
	dns=8.8.8.8 # (googleA)
	dns=8.8.4.4 # (googleB)
	dns=10.0.0.138 # (my router for when the net is down but I still want local quarries getting through and local dom - .Home - requests)
	auth=9pi
	cpu=9pi

ip=10.0.0.13 sys=9pi

The thing is, the way I understand and implement it, you have your basic networking split in at least two places: The /lib/ndb/local file and the ip/ipconfig command arguments (being called from termrc.local...). Now, if there's a DHCP then you can forgo /lib/ndb/local and just specify an empty "ipconfig=". However, on a static ip you're only allowed to do everything except feeding it a dns.

My idea is to have a line or two added to termrc.local that will parse a single dns var from the cmdline.txt file. This way you can get the same convenience you'd get with DHCP in a static setup.

I'm not sure it's a possible needless un +\-foreseen complication, lack of interest, an oversight, a security concern or whatever... But it seems to me that it could simplify things a little.

Just a thought really.



  parent reply	other threads:[~2013-04-03 10:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-28 10:06 c117152
2013-03-28 12:02 ` Jacob Todd
2013-03-28 12:41 ` Richard Miller
2013-04-03 10:39   ` c117152
2013-04-03 10:39   ` c117152 [this message]
2013-04-03 10:39   ` c117152
2013-04-03 10:51     ` Richard Miller
2013-04-04  8:49       ` c117152
2013-04-04  9:24         ` Bence Fábián
2013-04-04 12:40           ` erik quanstrom
2013-04-04 13:20             ` Bence Fábián
2013-04-04 14:23               ` erik quanstrom
2013-04-04 11:15         ` Richard Miller
2013-04-03 10:54     ` Bence Fábián

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=e13242c8-bc5b-45c9-8bda-d687432ea057@googlegroups.com \
    --to=c117152@rmqkr.net \
    --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).