From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albUb-0000Qs-Bx for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:14:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1albUW-0001Yb-9O for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:14:29 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:21631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albUW-0001YW-3B for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:14:24 -0400 Date: Thu, 31 Mar 2016 14:14:23 +0200 From: Samuel Thibault Message-ID: <20160331121423.GV2636@var.bordeaux.inria.fr> References: <1459416020-19011-1-git-send-email-samuel.thibault@ens-lyon.org> <20160331114452.GO2636@var.bordeaux.inria.fr> <20160331115736.GT2636@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 15:04:02 +0300, wrote: > 2016-03-31 15:03 GMT+03:00 Vasiliy Tolstov : > > This is debian. I'm use old patch for qemu-2.1.0. > > > May be my problem that my host system have ipv6 address but i'm not > able to connect to remote servers via ipv6. But your host system does not have a default ipv6 route, right? In that case, qemu gets an error, and with the latest version of the patch reports it to the guest via icmpv6, which then promptly fallbacks to ipv4. Samuel