From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 19 Jan 2012 12:17:10 -0500 To: 9fans@9fans.net Message-ID: <9900fab97779679305fe3fceec64a38d@coraid.com> In-Reply-To: <87B8E7AD-7956-4F2F-8F59-566651922EED@corpus-callosum.com> References: <3456bc974ba7b432c1e61cb5a5492314@ladd.quanstro.net> <87B8E7AD-7956-4F2F-8F59-566651922EED@corpus-callosum.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] dns vs. textrr Topicbox-Message-UUID: 5f2738d4-ead7-11e9-9d60-3106f5b1d025 On Thu Jan 19 12:08:37 EST 2012, jas@corpus-callosum.com wrote: > Haven't seen it. But it does seem that a lot of us > are having fun with dns this week (and every week). > > Mine's more the problem of > > ndb/dns -sx /net.alt -f /lib/ndb/external you probablly want -R too, so you ignore the RD flag on incoming queries. the key to getting plan 9 resolution working right is to have the proper ipnet configuration that has a proper netmask s.t. ndb/ipquery $sys dns gives a credible answer. e.g. ladd; ndb/query ipnet athensnat ipnet=athensnat ip=192.168.0.0 ipmask=/120 fs=aska.quanstro.net ipgw=192.168.0.4 gw=dexter-peak.quanstro.net dns=192.168.0.136 dnsdomain=quanstro.net authdom=plan9.quanstro.net auth=ladd cpu=ladd smtp=ladd ladd; ndb/ipquery sys ladd dns dns=192.168.0.136 ladd; ndb/query sys ladd ip=192.168.0.136 sys=ladd ether=001d92350045 dom=ladd.quanstro.net proto=il - erik ps. the limit is 214 characters in that particular textrr. one would expect 256, evidently the difference is the meaning of life.