From owner-freebsd-virtualization@freebsd.org Fri Sep 11 14:23:25 2020 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DD7A3DC3D8 for ; Fri, 11 Sep 2020 14:23:25 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (cross.sbone.de [195.201.62.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BnyfN3kckz4QSD for ; Fri, 11 Sep 2020 14:23:24 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 178948D4A21E; Fri, 11 Sep 2020 14:23:16 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 660D9E707D9; Fri, 11 Sep 2020 14:23:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id t7OJKKmW7upS; Fri, 11 Sep 2020 14:23:15 +0000 (UTC) Received: from [127.0.0.1] (unknown [IPv6:fde9:577b:c1a9:4902:2585:28cd:7660:77ea]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 1038BE707B5; Fri, 11 Sep 2020 14:23:13 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Andrey V. Elsukov" Cc: "Hiroshi Nishida" , freebsd-virtualization@freebsd.org Subject: Re: IPv6 Problem with Bhyve Date: Fri, 11 Sep 2020 14:23:13 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: <32D43CAB-C5D4-424D-BE4B-536D668124D3@lists.zabbadoz.net> In-Reply-To: References: <53835548-cd6e-6859-c19d-8dd96d3993f3@asusa.net> <0b2304fd-4799-f56e-2271-169a5348d654@asusa.net> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4BnyfN3kckz4QSD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bzeeb-lists@lists.zabbadoz.net designates 195.201.62.131 as permitted sender) smtp.mailfrom=bzeeb-lists@lists.zabbadoz.net X-Spamd-Result: default: False [-2.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.201.62.131]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zabbadoz.net]; NEURAL_HAM_LONG(-1.00)[-0.999]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.21)[-0.207]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; FREEMAIL_TO(0.00)[yandex.ru]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:195.201.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2020 14:23:25 -0000 On 11 Sep 2020, at 13:36, Andrey V. Elsukov wrote: > On 01.09.2020 17:20, Hiroshi Nishida wrote: >> Interestingly, I have exactly the same problem also with CentOS 8 + >> KVM/QEMU. >> >> I would appreciate it if anybody could tell me how to fix this. >> Thank you. > > Hi, > > I think you just need to allow IPv6 on you bridge0 interface, try this: > > ifconfig bridge0 inet6 -ifdisabled Do you? I think mine is running with IFDISABLED. I believe we still bridge the packets, bridge itself however will not get IPv6 config (which is rarely needed). Or do we not? I may be running on local patches as well.. /bz