From owner-freebsd-questions@freebsd.org Sun Feb 17 10:19:48 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99EAA14ED2FC for ; Sun, 17 Feb 2019 10:19:48 +0000 (UTC) (envelope-from toogley@mailbox.org) Received: from mx2.mailbox.org (mx2a.mailbox.org [IPv6:2001:67c:2050:104:0:2:25:2]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FDFB8F78D for ; Sun, 17 Feb 2019 10:19:47 +0000 (UTC) (envelope-from toogley@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id A01AEA13D9 for ; Sun, 17 Feb 2019 11:19:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:mime-version :subject:subject:message-id:from:from:date:date:received; s= mail20150812; t=1550398783; bh=CcVVIpbwGFEVk2VuUjf/yPglBlWg4Ter/ A3uW1di8UY=; b=qvMXn4iAFIBvdHfsxWopf9Ch8O9BjnM9IgmFv855OL5UKCNoO e5JwdZgd0gh4pjoOApsA3fzYrgfnOAR4/LuYh0otivlAT19JAmEz+9NgJLNXpatt kvXeo9ssoAPKXKS+IL48ioVRB1R+miZZiqO3ToqVcuuFtgXTdp8Cq3/BSsm2cU3/ sB5aSjakYansRq/nPQ9O5urDSyjkTvYJUBhScBUf/HA6x+8812RxoKU6fzoeUlnI k3IrD559MllOtGPDMwJO/BMgfdY5fnjXo3qE+IyKlVPDGUb3/Hv7ry6mflBz7I6Y B2JDf+b9UWRwoDfMeRvUAckZ9tJABSCUoSIEA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id 6wS7MutKi8jT for ; Sun, 17 Feb 2019 11:19:43 +0100 (CET) Date: Sun, 17 Feb 2019 11:19:43 +0100 (CET) From: toogley To: freebsd-questions@freebsd.org Message-ID: <880880467.23843.1550398783520@office.mailbox.org> Subject: static internal IP address as default networking config; ONLY if that fails, try to get an IP address via dhcp? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2019 10:19:48 -0000 Hey, i know how i can configure my FreeBSD machine to use a static internal ip addresss or how to get one via dhcp. As i sometimes change the netmask of my internal network, the networking via static ip addresses doesn't work anymore. ==> Is it possible to have a static network configuration as "default networking method" and ONLY if that fails, try to get one via dhcp?