From owner-freebsd-questions@FreeBSD.ORG Sun Jul 14 15:45:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 977C5494 for ; Sun, 14 Jul 2013 15:45:12 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) by mx1.freebsd.org (Postfix) with ESMTP id 693DB6B7 for ; Sun, 14 Jul 2013 15:45:12 +0000 (UTC) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:470:89e9:feed::1]) by oneyou.mcmli.com (Postfix) with ESMTPS id 3btXJ73DyLz1DSx for ; Sun, 14 Jul 2013 11:45:11 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3btXJ55zDYz1nYv for ; Sun, 14 Jul 2013 11:45:09 -0400 (EDT) Message-ID: <201307141145100081.00DCC832@smtp.24cl.home> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Sun, 14 Jul 2013 11:45:10 -0400 From: "Mike." To: freebsd-questions@freebsd.org Subject: resolvconf.conf in 9.1 Content-Type: text/plain; charset="ISO-8859-1" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 15:45:12 -0000 I am trying to figure out and understand the config file resolvconf.conf. The man page is a bit on the sketchy side, and I see no reference for resolvconf.conf in the Handbook. Most of what google finds looks like it is Linux-oriented, and that seems to be an entirely different config structure for resolvconf, i.e., a directory of files instead of a file of variables. For example, I would like to change the order in which the name servers appear in resolv.conf. There is one interface (fxp0) that is assigned both IPv4 and IPv6 addresses. IPv4 uses DHCP to obtain the address and two nameservers. IPv6 uses rtadvd to obtain the IP address and nameserver (RDNSS). The IPv4 nameservers appear before the IPv6 nameserver in resolv.conf, and I would like the IPv6 nameserver to be first on the resolv.conf list. What parameter in resolvconf.conf controls the order in which nameservers are placed in resolv.conf? Thanks.