Received: from jazz.pogo.org.uk (jazz.pogo.org.uk [213.138.114.167]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CEFF4782B7B for <~alpine/users@lists.alpinelinux.org>; Thu, 19 Nov 2020 19:46:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pogo.org.uk ; s=swing; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To: Subject:cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=xFjT5fzaTm9K0SCZsmKeWwG4bwtLybUEpoJN1uAXp0Y=; b=pk998k5I1Qh4E85MvZejs/bXmj BqWKb38KSAibSNuNYd5CWkpcFAthkf88Dy3AFVuoVXSf4u7cxLiPhrv9lJrGUjOcftoKOoHvCbuYf Fh3LQWOtR+5XCoN0ylyxF7qBc1ECgJbuNvsQbD0crev1arbPKG9t/BXdvWUyOhyk/5CA=; Received: from [2001:470:1d21:0:428d:5cff:fe1b:f3e5] (helo=stax) by jazz.pogo.org.uk with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kfpsp-0001iI-K2; Thu, 19 Nov 2020 19:46:19 +0000 Received: from localhost (stax.localdomain [local]) by stax.localdomain (OpenSMTPD) with ESMTPA id cc027af8; Thu, 19 Nov 2020 19:46:19 +0000 (UTC) Date: Thu, 19 Nov 2020 19:46:19 +0000 (GMT) From: Mark Hills To: Ariadne Conill cc: ~alpine/users@lists.alpinelinux.org Subject: Re: Static network configuration bug? In-Reply-To: <2256231.vSyKFuQE3u@nanabozho> Message-ID: <2011191942460.19570@stax.localdomain> References: <2011191931030.19570@stax.localdomain> <2256231.vSyKFuQE3u@nanabozho> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Thu, 19 Nov 2020, Ariadne Conill wrote: > On Thursday, November 19, 2020 12:38:05 PM MST Mark Hills wrote: > > Following the wiki for a static IP setup: > > > > > > https://wiki.alpinelinux.org/wiki/Configure_Networking#IPv4_Static_Address_ > > Configuration > > > > It states the following for configuration: > > > > iface eth0 inet static > > address 192.168.1.150/24 > > gateway 192.168.1.1 > > This syntax is only supported by ifupdown-ng, which is new to Alpine 3.13, or > Debian ifupdown. It's not supported by Busybox ifupdown. > > The documentation has been updated to reflect ifupdown-ng. It could have been better to wait until after the release of 3.13 before updating the user docs, as they are broken now. I presume the old syntax is supported by ifupdown-ng. Thanks for the immediate response. -- Mark