9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Problems with dns
@ 2000-12-14  9:48 swarrier
  0 siblings, 0 replies; 2+ messages in thread
From: swarrier @ 2000-12-14  9:48 UTC (permalink / raw)
  To: 9fans

Hello
   I've installed plan 9 a week ago on a PC. I have just tried to
configure DNS on the machine. I've been having problems with it.
My /lib/ndb/local is as follows.

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

ipnet=nexabit ip=10.0.100.0 ipmask=255.0.0.0
    ipsubmask=255.255.254.0
    dns=10.0.100.165
    dnsdomain=nexabit.com


This is all there is in the /lib/ndb/local file.
My machine gets its IP address via a DHCP server. When I try to ping a
machine on our network using only it's name e.g.

term% ping charlotte

I get the error
"ping: couldn't dial: cs: dns: no transalation found(icmp!charlotte!1)"

However when I ping using the fully qualified domain name e.g.

term% ping charlotte.nexabit.com

it works well.

It looks like the DNS resolver is not using the suffix to translate
names.

Could somebody point out what could be the problem here. I have not
edited any other file in the system except the 'local' file.

Thanks

S


Sent via Deja.com
http://www.deja.com/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Problems with dns
@ 2000-12-14 13:31 presotto
  0 siblings, 0 replies; 2+ messages in thread
From: presotto @ 2000-12-14 13:31 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

ipnet=nexabit ip=10.0.0.0 ipsubmask=255.255.254.0
    dnsdomain=nexabit.com

ipnet=subnexabit ip=10.0.100.0 ipmask=255.255.254.0
    dns=10.0.100.165

You need a network description of the class A address
to define the submask to use with it.  The value of
ipnet= is not realy important since it's not used to
look anything up.

I guess I should write a how to document for this
cruft.

[-- Attachment #2: Type: message/rfc822, Size: 2707 bytes --]

From: swarrier@lucent.com
To: 9fans@cse.psu.edu
Subject: [9fans] Problems with dns
Date: Thu, 14 Dec 2000 09:48:41 GMT
Message-ID: <918m3n$70g$1@nnrp1.deja.com>

Hello
   I've installed plan 9 a week ago on a PC. I have just tried to
configure DNS on the machine. I've been having problems with it.
My /lib/ndb/local is as follows.

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

ipnet=nexabit ip=10.0.100.0 ipmask=255.0.0.0
    ipsubmask=255.255.254.0
    dns=10.0.100.165
    dnsdomain=nexabit.com


This is all there is in the /lib/ndb/local file.
My machine gets its IP address via a DHCP server. When I try to ping a
machine on our network using only it's name e.g.

term% ping charlotte

I get the error
"ping: couldn't dial: cs: dns: no transalation found(icmp!charlotte!1)"

However when I ping using the fully qualified domain name e.g.

term% ping charlotte.nexabit.com

it works well.

It looks like the DNS resolver is not using the suffix to translate
names.

Could somebody point out what could be the problem here. I have not
edited any other file in the system except the 'local' file.

Thanks

S


Sent via Deja.com
http://www.deja.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-14 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-14  9:48 [9fans] Problems with dns swarrier
2000-12-14 13:31 presotto

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).