From owner-freebsd-questions@freebsd.org Mon Aug 15 11:58:03 2016 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 CFBFBBBAEC5 for ; Mon, 15 Aug 2016 11:58:03 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (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 AABE8186E for ; Mon, 15 Aug 2016 11:58:03 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x243.google.com with SMTP id q83so5707117iod.2 for ; Mon, 15 Aug 2016 04:58:03 -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 :content-transfer-encoding; bh=xx0PiQSTLypbxemLh8r1zgsSxDN14rEuVgx6mxlA2yE=; b=qu73rQGzwR/3AHjeC0/tcV8D/pKiCUaApPsipyklwqJ/sdbZ2WCcvHji3EQGloYYvc uGWgkVP4ZEwbrnK+3kf62PGct0uVmOQ7LpQImMIS2QgEZadSo+lzQ8h3iMpIRRjlf5SF MCzTjcvIviZmMOizpJiiLPpbN+8EVc0zF2uoQl/pmVIX7mvnWTFGmoPF2etZ1TvMd7Ns cKawd7cs5qRtlJp5E72CEFGr1UiTK9KflDzektlTAinF6eYphV9sVEPoYfXTTp4Vt0yD IUPc1bV36MGUFz8DpNrjFIFyzWCWnK9oTlps3fpij77uP8RMipjGdSjvrsB/wbngqd5p 1Dkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=xx0PiQSTLypbxemLh8r1zgsSxDN14rEuVgx6mxlA2yE=; b=NttwTj64CQnSIwR2Xh8Sdke//4OkRNaZ53dKVw0u40j+Ky9zAQTHHFbpRXOKeEJ/78 aYW5Hz+8QBV9632DvYWBqBmsODNtAxzFmUE2lUK+exyve7h/+UkISGgiDGcyaPEXSEnM ECIc8Xhe7vDlijWLqdFkzeRC0K/5fU4NWo1qQztrz0TBbZD4v315QAK6rN0wrScvAi2s LipV79f7iRpZEeSChAhIrsljeqJQ16X8IN0UDv6yiI9BOo66VUtCjjZEZIUur1uLC3ht 63LqNE0krvzffj0aOxQ3FWFE5hSj3hu18HSJrvlaUMlc5ZeU77+gmboEU8VSOesihLs1 q5ZQ== X-Gm-Message-State: AEkoouvDPd4JhPfSqEVVFJxrOhJ0a2tn+r8DuFsU8ss2MGc44KJKAFbjHzAhyfDbuIH3dw== X-Received: by 10.107.6.159 with SMTP id f31mr35598783ioi.124.1471262282912; Mon, 15 Aug 2016 04:58:02 -0700 (PDT) Received: from [10.0.10.3] (cpe-24-165-196-54.neo.res.rr.com. [24.165.196.54]) by smtp.googlemail.com with ESMTPSA id x3sm2959855ite.1.2016.08.15.04.58.02 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 15 Aug 2016 04:58:02 -0700 (PDT) Message-ID: <57B1AE4B.3050407@gmail.com> Date: Mon, 15 Aug 2016 07:58:03 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Freebsd Questions Subject: dhcpd and interface name 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.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 11:58:03 -0000 When starting dhcpd at boot time the rc.conf contains dhcpd_iface"rl0" but when restarting using /usr/local/etc/rc.d/isc-dhcpd restart all interfaces on the host get included. Is there a dhcpd.conf statement for defining the interface to use?