From owner-freebsd-questions Sat Dec 7 23:57: 7 2002 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 48AB637B401 for ; Sat, 7 Dec 2002 23:57:06 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-139.outblaze.com [205.158.62.139]) by mx1.FreeBSD.org (Postfix) with SMTP id B54D343EA9 for ; Sat, 7 Dec 2002 23:57:05 -0800 (PST) (envelope-from juancho@linuxmail.org) Received: (qmail 5864 invoked from network); 8 Dec 2002 00:58:52 -0000 Received: from unknown (205.158.62.68) by 205-158-62-139.outblaze.com with QMQP; 8 Dec 2002 00:58:52 -0000 Received: (qmail 88358 invoked from network); 8 Dec 2002 07:57:05 -0000 Received: from unknown (HELO ws5-1.us4.outblaze.com) (205.158.62.131) by 205-158-62-153.outblaze.com with SMTP; 8 Dec 2002 07:57:05 -0000 Received: (qmail 32484 invoked by uid 1001); 8 Dec 2002 07:57:05 -0000 Message-ID: <20021208075705.32483.qmail@linuxmail.org> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [63.171.232.247] by ws5-1.us4.outblaze.com with http for juancho@linuxmail.org; Sun, 08 Dec 2002 04:57:05 -0300 From: "Juan Luis Baptiste" To: freebsd-questions@freebsd.org Date: Sun, 08 Dec 2002 04:57:05 -0300 Subject: configuring a FreeBSD box to use a IPv6 DNS server as it's resolver? X-Originating-Ip: 63.171.232.247 X-Originating-Server: ws5-1.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, How can I configure a FreeBSD box to use a IPv6 DNS server as it's resolver? I mean, if I put in /etc/resolv.conf: nameserver 3ffe:1ce1:2:0:200::1 And try to use dig to resolve some domain I have in that DNS server, it seems that the IPv6 address is not recognized and dig tries the to use DNS server of the local machine. for example: ipv4# dig ipv6.gt64.org ; <<>> DiG 8.3 <<>> ipv6.gt64.org ;; res options: init recurs defnam dnsrch ;; res_nsend to server default -- 0.0.0.0: Connection refused or: ipv4# dig @3ffe:1ce1:2:0:200::2 ipv6.gt64.org ; <<>> DiG 8.3 <<>> @3ffe:1ce1:2:0:200::2 ipv6.gt64.org ; Bad server: 3ffe:1ce1:2:0:200::2 -- using default server and timer opts ; (1 server found) ;; res options: init recurs defnam dnsrch ;; res_nsend to server default -- 0.0.0.0: Connection refused Thanks for your help, Juan Luis Baptiste M. -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message