From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 00:39:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A4916A4EC for ; Sat, 7 Feb 2004 00:39:36 -0800 (PST) Received: from badcat.e-and-s.com (unknown [65.39.139.24]) by mx1.FreeBSD.org (Postfix) with SMTP id 637A343D1F for ; Sat, 7 Feb 2004 00:39:36 -0800 (PST) (envelope-from luke@storydriven.com) Received: (qmail 49219 invoked from network); 6 Feb 2004 00:49:03 -0000 Received: from unknown (HELO gateway.e-and-s.com) (24.80.76.253) by 65.39.139.24 with SMTP; 6 Feb 2004 00:49:03 -0000 Received: (qmail 32403 invoked from network); 6 Feb 2004 00:33:04 -0000 Received: from unknown (HELO ?192.168.10.60?) (storytelling@earthlink.net@192.168.10.60) by localhost.e-and-s.com with SMTP; 6 Feb 2004 00:33:04 -0000 Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-Id: <214E2390-583C-11D8-AF14-000A9568D94A@storydriven.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD-questions From: Luke Cowell Date: Thu, 5 Feb 2004 16:33:48 -0800 X-Mailer: Apple Mail (2.612) Subject: dig/named - res_nsend: Protocol not supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 08:39:36 -0000 Hi I'm running FreeBSD 4.9 and I'm having a little difficulty with named/dig. %uname -a FreeBSD polo.asap.bc.ca 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #1: Thu Feb 5 16:23:04 PST 2004 root@polo.asap.bc.ca:/usr/src/sys/compile/POLO i386 Here's what's happening. %dig @localhost ; <<>> DiG 8.3 <<>> @localhost ; (2 servers found) ;; res options: init recurs defnam dnsrch ;; res_nsend: Protocol not supported So, I did some reading this is an error that is coming up for those trying to enable IPV6 on their system. I'm not trying to do that , so I got the idea to re-enable IPV6 in the kernel. Well, what do you know, I know get normal output when issuing a dig command. My question is what do I need to have IPV6 enable ? Is it some configuration option of named that I overlooked ? Luke