From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Network with QEMU generated image (guix system vm)? Date: Wed, 28 Sep 2016 10:34:31 +0200 Message-ID: <878tuc5so8.fsf@gnu.org> References: <87pont13rh.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpAK7-0007Bz-Uy for guix-devel@gnu.org; Wed, 28 Sep 2016 04:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpAK4-0007of-Qv for guix-devel@gnu.org; Wed, 28 Sep 2016 04:34:39 -0400 In-Reply-To: <87pont13rh.fsf@we.make.ritual.n0.is> (ng0's message of "Sat, 24 Sep 2016 19:44:50 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org Hi, It should be enough to add =E2=80=9C-net user=E2=80=9D on the run-vm.sh com= mand line (info "(guix) Running GuixSD in a VM"), and then having a DHCP client run inside the VM, such as =E2=80=98dhcp-client-service=E2=80=99. Does that help? Ludo=E2=80=99.