From owner-freebsd-questions@freebsd.org Sat Jun 10 14:55:00 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 9A1B5BEF16E for ; Sat, 10 Jun 2017 14:55:00 +0000 (UTC) (envelope-from ablacktshirt@gmail.com) Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com [IPv6:2607:f8b0:400e:c00::22b]) (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 68C6C7BB22 for ; Sat, 10 Jun 2017 14:55:00 +0000 (UTC) (envelope-from ablacktshirt@gmail.com) Received: by mail-pf0-x22b.google.com with SMTP id 15so9937709pfc.1 for ; Sat, 10 Jun 2017 07:55:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=vcZY1xvhLYZbDxRIYUDY8E21GU7V6fl2dQYF6VIWFW4=; b=P2JLmAeKIm9+sIiO/vlVVXCPCtTwEFBYhqU5h1bLLqGeop8cN9CGgUjFHaBYiwtgS/ Qx14nJAnLdoS6W09I0nN9zYNhMHLURby4UmUlULepv1A+bTetCJcu0eiSZsw+bQTQMQg C+NbJyXbH3oKAjogO08q3DVUp8paBzDDotuhUZ4p4yWRNeFYnd4ueTGWdHzAb0Ev0RRS mutBLoBmilzS39QvYCcI56nIhXbx/j60vPVHw6U35yiy8k/ZF7FZZt4+Bwc+PVmlaVsO yOZNAoChpkgKCkdHV4g58/m4ujxSukAKUJNcfElgIVbh/d8nhdRpbp8yWPE7zWFUCMKv CmeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=vcZY1xvhLYZbDxRIYUDY8E21GU7V6fl2dQYF6VIWFW4=; b=AWc4TFcNjdbqTbaCRgLUgE2JVCM3YYu9qV+YOsYMhOrFqG/8ybRdYf8IUJXNltoN7P u0yIhqRWTFnPJ0m3sf9Q6XqSLZ6J7f+d6CToVOopwH73ZoLqKGO+dxbkdjYJPpfvMXoO BS+XFi/rrMcmbEKocvlMlj3leuEbvbo7+SEzuHQ3tQTAkWy58dT347ltXYPWjoQBnWPT y4quGWU9fgBuDX7wkBpRmD7uC/3X5poewA5APeQOQeeR/K/IZrFPibTUZZtXqwk3PZr+ hL0C6OlUXCI0uRoscst/ylippaBnaxb4EpwwGoX6wPGSEbxSU62NgAm58mzDkcCXiJ43 k/Ag== X-Gm-Message-State: AODbwcBaPNyu5/FWyT/YgvH05gKkb6o7xLuhjrf0smosoJiO+eLNdZ+t 6ycXqYsBKL44Gw== X-Received: by 10.84.210.137 with SMTP id a9mr46122375pli.199.1497106499791; Sat, 10 Jun 2017 07:54:59 -0700 (PDT) Received: from HP ([110.64.91.54]) by smtp.gmail.com with ESMTPSA id p76sm11323400pfl.24.2017.06.10.07.54.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Jun 2017 07:54:58 -0700 (PDT) Date: Sun, 11 Jun 2017 06:54:52 +0800 From: Yubin Ruan To: Baho Utot Cc: freebsd-questions@freebsd.org Subject: Re: how to know what DNS server is being used Message-ID: <20170610225450.GD12437@HP> References: <80AB0139-6BF5-4B8D-9CCF-1FE445AA26CF@bellsouth.net> <1495679620.341619.987871464.4177A961@webmail.messagingengine.com> <20170610201735.GB3141@HP> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) 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: Sat, 10 Jun 2017 14:55:00 -0000 On Sat, Jun 10, 2017 at 09:46:11AM -0400, Baho Utot wrote: > > > On 06/10/17 16:17, Yubin Ruan wrote: > >On Wed, May 24, 2017 at 11:33:40PM -0300, Fernando Milovich wrote: > >>cat /etc/resolv.conf > > > >Is this the standard? I mean, can a system use some other files to specify > >their DNS server? > > > >-- > >Yubin > > It is working correctly. Why would you want to use another file to manage > name servers? > > This is not windows For example, dnsmasq do not use /etc/resolv.conf /Yubin