From owner-freebsd-questions@freebsd.org Sun Aug 30 01:26:07 2015 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 4811F9C0FB5 for ; Sun, 30 Aug 2015 01:26:07 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) (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 0E1B4A08 for ; Sun, 30 Aug 2015 01:26:06 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: by qgeh99 with SMTP id h99so50610087qge.0 for ; Sat, 29 Aug 2015 18:26:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4WsoT/w/7mTKeROYN5L9kc+aoeZBRUbVi7uLSIlr3gU=; b=EzCnwwKBg3ZT/0iRpoUAxT1I5e+uWEcNDrUgyk7usx5/n1v4VdLLI1r2NBUcQPVccy gLrzcxDgN9d8w91ClD7iYW/882A0RgJkBA9CASzPg+kcUnqJqvN4RJCJm5pWuxa1MlsM G0Sjnq48979U3YUeii+zXoP6mOcUHeLB5aOsGZQLlmwsuPOivVqXkgJ09+iu4IUm66u1 6/almTfrSYo28zb5w/DWpmg+E3YCJdvoNQU2i8MdIq0IlirS2DwYk7wkssUBdAH3vV2o zzGMFh4d0kVixIw9p0d/9xmcHpiUKrthR9/LAlY/bRhJbH61kE4RNntRs6n1yquOlD6M tZjg== X-Gm-Message-State: ALoCoQnVakl1b5WxZLhhObyslPYZfuEeryobNPF/T+ta7eURtl0mAZBaR5uH9hsVZspZbTdmgyyH MIME-Version: 1.0 X-Received: by 10.140.131.139 with SMTP id 133mr29803680qhd.70.1440897955032; Sat, 29 Aug 2015 18:25:55 -0700 (PDT) Received: by 10.140.41.230 with HTTP; Sat, 29 Aug 2015 18:25:54 -0700 (PDT) In-Reply-To: <55e25852.0Xpg4zY1btmbpx9Z%perryh@pluto.rain.com> References: <55e25852.0Xpg4zY1btmbpx9Z%perryh@pluto.rain.com> Date: Sat, 29 Aug 2015 18:25:54 -0700 Message-ID: Subject: Re: disabling dhclient From: Michael Sierchio To: Perry Hutchison Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 01:26:07 -0000 On Sat, Aug 29, 2015 at 6:11 PM, Perry Hutchison wrote: > > These are the settings in /etc/rc.conf: > > ifconfig_xl0="192.168.0.81 netmask 255.255.0.0" > defaultrouter="192.168.0.1" > nfs_server_enable="YES" > check_quotas="NO" > rpcbind_enable="YES" > nfs_client_enable="YES" > sshd_enable="YES" > inetd_enable="YES" > kern_securelevel_enable="NO" > linux_enable="YES" > moused_enable="NO" > moused_type="NO" > sendmail_submit_enable="NO" > sendmail_outbound_enable="NO" > sendmail_msp_queue_enable="NO" > lpd_enable="YES" > > Is that the complete file?