From owner-freebsd-stable@FreeBSD.ORG Tue May 6 12:05:03 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BC537B401 for ; Tue, 6 May 2003 12:05:03 -0700 (PDT) Received: from chainsoftware.nl (chain.xs4all.nl [80.126.25.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCD943F3F for ; Tue, 6 May 2003 12:04:58 -0700 (PDT) (envelope-from sven@hazejager.nl) Received: from hazejager.nl (spitfire.chain.loc [IPv6:3ffe:8280:10:b90:201:2ff:feab:b588]) by chainsoftware.nl (8.12.8p1/8.12.8) with ESMTP id h46J4v0F000590 for ; Tue, 6 May 2003 21:04:57 +0200 (CEST) (envelope-from sven@hazejager.nl) Message-ID: <3EB8075B.2060705@hazejager.nl> Date: Tue, 06 May 2003 21:04:59 +0200 From: Sven Hazejager User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030503 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-5.8 tests=USER_AGENT_MOZILLA_UA X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) Subject: nfsd/mountd IPv6 ready? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 19:05:03 -0000 Hi, I'd like to extend the functionality of my IPv6 LAN. HTTP, SMTP and IMAP are working correctly, however, NFS does not. nfsd does not seem to listen to tcp6/udp6: proxy:~ $ netstat -a|grep nfs tcp4 0 0 *.nfsd *.* LISTEN udp4 0 0 *.nfsd *.* proxy:~ $ INET6 and NFS are in my kernel configuration. What do I need to do to enable IPv6 for NFS? Thanks, Sven