From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albEM-0003Kv-8f for qemu-devel@nongnu.org; Thu, 31 Mar 2016 07:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1albEI-0005d2-OK for qemu-devel@nongnu.org; Thu, 31 Mar 2016 07:57:42 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:27777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albEI-0005ci-Hh for qemu-devel@nongnu.org; Thu, 31 Mar 2016 07:57:38 -0400 Date: Thu, 31 Mar 2016 13:57:36 +0200 From: Samuel Thibault Message-ID: <20160331115736.GT2636@var.bordeaux.inria.fr> References: <1459416020-19011-1-git-send-email-samuel.thibault@ens-lyon.org> <20160331114452.GO2636@var.bordeaux.inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 0/5] ipv4-only and ipv6-only support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasiliy Tolstov Cc: Peter Maydell , QEMU Developers , "J. Kiszka" Vasiliy Tolstov, on Thu 31 Mar 2016 14:49:35 +0300, wrote: > Yes, i'm using older version of this patch and without working ipv6 on > host my vm tries to access network via ipv6 (prefered) and not able to > connect. I'm surprised that the vm tries to access the network via ipv6 by default. Which OS is this? With the default fec0:: prefix, ipv4 should be preferred. Latest versions of the patch (which was commited) also make qemu send a net unreachable icmpv6 response when ipv6 is not available on the host, so that the guest knows without delay that ipv6 is not actually available. Samuel