From owner-freebsd-questions@freebsd.org Tue Sep 19 23:27:05 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3258BE0D0F3 for ; Tue, 19 Sep 2017 23:27:05 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F37D4714BE for ; Tue, 19 Sep 2017 23:27:04 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x235.google.com with SMTP id h66so2524951ioh.11 for ; Tue, 19 Sep 2017 16:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=zlH8tuNtERT1Za9tU66Lj3x/lvX0LK4ZrSJc65143wE=; b=sYTR/emXl5m1T7532GqEJly/CEqyj82240PTEqjzPWO8VvQm3/7bUb9VwXqpbSipuj YbU6OK/8EJCOf9YtdyaGPtYQXNrL7wwLy3y6wZFulQ2BwLTgQN9e6WsFUgbXW9ef4hnd /lipb/HdFQzKiqZnKAQXTWjlaLUCsXZc5NoZZkh6hK30RToQF944R35iJkwEZ+k37Byo zHfeFXOLmRQJlYxlpZUxjwCq0AVuTAJvSB3biRTGgTkCxYcEoFXdy15MiUUBHdlgNCMS VoZI30dMF8V2ZEaWSMxuSA20uVpXGVGKHlCigVGRGCPRTBsh4nZ55wA+0WQHYb6vaXab qDEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=zlH8tuNtERT1Za9tU66Lj3x/lvX0LK4ZrSJc65143wE=; b=QuI5sUuFqXlpAkZpBOwstn8EFsfefo8e5EFl2lwfnRQlLtlc/XWWEQ9ZT/+rEPt6jI gU21nQ4d/jhIjDWUFYRwy6AHeE0jsIz6Fznr9N3qGBZp5mpOtOcvI4oiTGe3vW38QDhY brtfGveUYzLoQyYrMyXdth/Lh7qsg4fKvcRHeuvSSWyl2fYBiv0VzY7TzQf+7eLiSLoV bTAEsw93vCkf9GYvTA5o30XZJXd8J+7ToLh/qHXSWeai6j+GMdkIaBocTFO9wwQj/98V Hcm16+XgroES6voPc5IZFD59dX2bL7G0qW/TVLgyCmHD+6Z/we0yDat95QwnfQfQn0oe zJmg== X-Gm-Message-State: AHPjjUhmrzo/8d4NK3RBcmQPUn9vWI9xvgYvVsWxYibGDcu1hEKNPLF3 ZZzoB/8/Zf9eJrH7MVXlsXVBhQ== X-Google-Smtp-Source: AOwi7QDvC325tVRP/QCZmd2ymphTjeYVCYmjPBy74QUdI1LxO/tnFr+rZQGDtjka58PoEACtSTHr+A== X-Received: by 10.107.222.20 with SMTP id v20mr4242689iog.20.1505863623853; Tue, 19 Sep 2017 16:27:03 -0700 (PDT) Received: from [10.0.10.3] (cpe-74-141-88-147.neo.res.rr.com. [74.141.88.147]) by smtp.googlemail.com with ESMTPSA id w136sm1693076itw.44.2017.09.19.16.27.02 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Sep 2017 16:27:03 -0700 (PDT) Message-ID: <59C1A7C6.8010604@gmail.com> Date: Tue, 19 Sep 2017 19:27:02 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: Help using resolvconf command 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.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 23:27:05 -0000 At boot time this is what /etc/resolv.conf looks like # Generated by resolvconf search neo.rr.com nameserver 209.18.47.61 nameserver 209.18.47.62 My /etc/resolvconf.conf looks like this name_servers="127.0.0.1" execute resolvconf -u and /etc/resolv.conf now looks like this # Generated by resolvconf search neo.rr.com nameserver 127.0.0.1 I want /etc/resolv.conf to looks like this nameserver 127.0.0.1 What do I have to add to /etc/resolvconf.conf to make that happen?