From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 63F031FF183 for ; Wed, 17 Dec 2025 22:30:58 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6701BC6A0; Wed, 17 Dec 2025 22:31:44 +0100 (CET) Message-ID: <3763b1d1-9e04-4b7d-9901-c915ac71b427@proxmox.com> Date: Wed, 17 Dec 2025 22:31:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox VE development discussion , Maximiliano Sandoval References: <20251217150620.829190-1-m.sandoval@proxmox.com> Content-Language: en-US, de-DE From: Thomas Lamprecht In-Reply-To: <20251217150620.829190-1-m.sandoval@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1766007088876 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.021 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_SHORT 0.001 Use of a URL Shortener for very short URL SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [gtk.org] Subject: Re: [pve-devel] [PATCH container] fix #7156: setup: separate dns list with semicolons X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On 17/12/2025 16:06, Maximiliano Sandoval wrote: > Network manager uses GLib's key file format [1]. As per `man 5 > nm-settings-keyfile`: > >> lists are separated by character ; > > additionally, table 6 contains an example: > >> Example: dns=1.2.3.4;8.8.8.8;8.8.4.4; > > [1] https://docs.gtk.org/glib/struct.KeyFile.html > > Signed-off-by: Maximiliano Sandoval > --- > > Running `nmcli` with this patch on a new rockylinux 10 container results in > > ``` > DNS configuration: > servers: 10.10.10.2 10.10.10.22 > domains: testinstall > interface: eth0 > ``` > > and > ``` > $ grep 'dns=' /etc/NetworkManager/system-connections/eth0.nmconnection > dns=10.10.10.2;10.10.10.22 > ``` > > and domain resolution seems to works as expected. We got an existing (simple) test system for these things in the pve-container repo While modern distros do not have been added all to diligently to that, it still would be nice to have as follow-up here. _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel