From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 13:35:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EF3E16A41A for ; Fri, 31 Aug 2007 13:35:40 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD6013C442 for ; Fri, 31 Aug 2007 13:35:40 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 5FC1A1CC38 for ; Fri, 31 Aug 2007 05:35:16 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 31 Aug 2007 15:35:14 +0200 User-Agent: KMail/1.9.7 References: <200708311410.55068.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708311535.15153.fbsd.questions@rachie.is-a-geek.net> Subject: Re: NIS server over IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 13:35:40 -0000 On Friday 31 August 2007 15:23:23 Prabhu Harihar wrote: > On 8/31/07, Mel wrote: > > On Friday 31 August 2007 11:15:51 Prabhu Harihar wrote: > > > I wish to know whether FreeBSD supports NIS server running over IPv6 > > > protocol? > > > > > > I'm clueless in getting information about NIS server over IPv6 > > > configuration and availability in any Unix flavors including *BSDs, > > > > Solaris > > > > > or Linux distros. > > > > Except from configuring IPv6 and host resolving correctly, I don't think > > there's anything different with respect to NIS. It's all based on host > > and domainnames, so if a domain has one or more hosts with only IPv6 > > address, then it'll use IPv6. > > > I think, the underlying RPC portmapper needs to be "ipv6-aware". Whether > this is supported in FreeBSD? Do you think no other configuration changes > needed for NIS server / client running natively over IPv6 network? man rpcbind shows a -6 option, giving it the ability to only bind to IPv6 addresses, so I assume it's IPv6 ready. I can't think of a network utility/daemon in stock FreeBSD that isn't actually. -- Mel