From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 24 Jun 2013 15:46:23 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <3fec02d0-7f2e-423a-bee7-eab0ea27b552@me.com> References: <3fec02d0-7f2e-423a-bee7-eab0ea27b552@me.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] VMwaCan't use DNS because cs fails? Topicbox-Message-UUID: 68205032-ead8-11e9-9d60-3106f5b1d025 > 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