Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9DE2F781D5C for <~alpine/users@lists.alpinelinux.org>; Thu, 19 Nov 2020 19:40:23 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1605814850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=brN20pcRaMJChwVrYlA/DX2CwXoCUK/GUWnGJlwm4Qc=; b=UAM4CYtdnz1Q6Mvc3R2fXi69Of/JPCEG5spYV1k+QVypPdoPihcidONFM1Tu0ZcOMJLe2B yC8HRabVihcztqMqx/LNWeSrWBq/D/rD0n9pHVGgodfWt+KORhZnatf8P6+Db+muAkLM/K AWLDyJcNn4owKX40KkBGuZ4njxJLNNA= From: Ariadne Conill To: ~alpine/users@lists.alpinelinux.org Cc: Mark Hills Subject: Re: Static network configuration bug? Date: Thu, 19 Nov 2020 12:40:16 -0700 Message-ID: <2256231.vSyKFuQE3u@nanabozho> In-Reply-To: <2011191931030.19570@stax.localdomain> References: <2011191931030.19570@stax.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Score: 1.90 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. Ariadne