9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] VMwaCan't use DNS because cs fails?
Date: Mon, 24 Jun 2013 15:46:23 -0400	[thread overview]
Message-ID: <e67b89572cbbb81920ad9c031907834d@ladd.quanstro.net> (raw)
In-Reply-To: <3fec02d0-7f2e-423a-bee7-eab0ea27b552@me.com>

> 192.168.220.0   /120 192.168.220.0   4i   ifc    1
> 192.168.220.0   /128 192.168.220.0   4b   ifc    -
> 192.168.220.128 /128 192.168.220.128 4u   ifc    1
> 192.168.220.255 /128 192.168.220.255 4b   ifc    -

from this it looks like you have an address of /120
(or /24 in ip4 style)  so you probablly want an ipnet
entry and a host entry, as in

ipnet=mynet ip=192.168.220.0 ipmask=/120
	fs=my-fs-name
	gw=my-gateway-name
	auth=my-auth-name
	dns=192.168.220.2
	dnsdomain=my-dns-domain
	ipgw=192.168.220.2

ip=192.168.220.128 sys=myhost
	dom=myhost.mydom

there may be some other bits i'm forgetting.

- erik



      reply	other threads:[~2013-06-24 19:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24  9:09 [9fans] VMware: Can't " Ilmari Vacklin
2013-06-24 13:07 ` erik quanstrom
2013-06-24 17:39   ` Bakul Shah
2013-06-24 18:18   ` [9fans] VMwaCan't " Ilmari Vacklin
2013-06-24 19:46     ` erik quanstrom [this message]

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=e67b89572cbbb81920ad9c031907834d@ladd.quanstro.net \
    --to=quanstro@quanstro.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).