From owner-freebsd-questions@FreeBSD.ORG Thu Jun 13 19:06:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6DF04AC4 for ; Thu, 13 Jun 2013 19:06:39 +0000 (UTC) (envelope-from darren.pilgrim@gmail.com) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 4AFAE1E6A for ; Thu, 13 Jun 2013 19:06:39 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro2so10680545pbb.27 for ; Thu, 13 Jun 2013 12:06:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mzpMGj0QDtoCe63ekPmpbgu/NdvwX/W9azrOn7XMnww=; b=BwT3HdpqnOf9LYYhw8Nt7y84bOZywYbdVtbw0SUFoqxdA2IZAP0azLD/TGRGBNbzrw BmVs2q428eV++2OcK+PIIu1DHP2G2urdNR0jDNDmo4+c8T2Z+in2Vado2lFPgBcGjVr0 4w896ysCkv6OBurEsolOBNvyUH4nWBdRCn9aHKAX+t7zAHf6dYefQc1anCsE/6WjSjZ5 lpPpRzU11QdGsaD3LTK82oiPH4nHFBcRNLmrpEwZxhmAkuuwd2vu475y7o+P6n/W611v XpbdoUEW73NEToTG2BPVspOKATowLcDF/+timm1txw62JpQzb2lQw6mxvdX43MBLqBzv g1/Q== X-Received: by 10.68.232.67 with SMTP id tm3mr2112339pbc.204.1371150399123; Thu, 13 Jun 2013 12:06:39 -0700 (PDT) Received: from ?IPv6:2001:470:1f05:19b9:d8c0:1f3c:2a53:faa5? ([2001:470:1f05:19b9:d8c0:1f3c:2a53:faa5]) by mx.google.com with ESMTPSA id iq2sm24406494pbb.19.2013.06.13.12.06.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 12:06:38 -0700 (PDT) Message-ID: <51BA183F.2030004@gmail.com> Date: Thu, 13 Jun 2013 12:06:39 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How to force a static /etc/resolv.conf? References: <51B91679.1070405@gmail.com> In-Reply-To: <51B91679.1070405@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 13 Jun 2013 19:06:39 -0000 On 2013-06-12 17:46, Darren Pilgrim wrote: > How do I tell resolvconf to always use a static configuration or, better > yet, to not muck with /etc/resolv.conf at all? According to the project developer, the answer is to have resolvconf not touch /etc/resolv.conf by put the following in /etc/resolvconf.conf resolv_conf="/dev/null" Then you just edit /etc/resolv.conf directly.