eebsd.org (Postfix) with ESMTPS id 4frRJr4WcFz3xJL; Wed, 08 Apr 2026 15:08:12 +0000 (UTC) (envelope-from SRS0=3lsU=CH=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 0E2D4D78AC; Wed, 8 Apr 2026 17:08:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1775660884; bh=qShZSXfbvbnt4hhbafh1OAaGm9zWfq4rlyUBH13qECE=; h=Date:Subject:To:References:Cc:From:In-Reply-To; b=2EhSwtkVoOgdzmf34AwwHYQqWscfg8iAunzgDxnDqGKStG2ICsXb1L4LfBcnTLZLQ ii2lNpROFwILZh/opXQ+gXmGBIU3Q9rrHE1zbDRyLRdyed7Vg8qw5w4dWx+ny9BH80 tlSOINogtjD0U5XULRlOWWqPwVuDZ7XXJ3N8suTM= Received: from [192.168.145.49] (ip-78-102-30-65.bb.vodafone.cz [78.102.30.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 42C27D789B; Wed, 8 Apr 2026 17:08:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1775660883; bh=qShZSXfbvbnt4hhbafh1OAaGm9zWfq4rlyUBH13qECE=; h=Date:Subject:To:References:Cc:From:In-Reply-To; b=Wnb2kucVBcOjHoo43MZe+BdDameTH9iQPAHCTp6FLQaMAO1rpkyW/lrT4P7v3v5wB HSXo9S3Pm9Qkep6UtS70JwTKcn5HNGOST990BVxOK0m1VZi1fi9y9ddBEckMfarrZN PeQ3eLjYB6uJSi1QwjBSwLbHi3yyhG8gMlnWjfDc= Message-ID: <9ceaf2c2-26cd-430f-90ee-5f820d80a8cd@quip.cz> Date: Wed, 8 Apr 2026 17:08:01 +0200 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD guest on Linux KVM, some vtnet(4) packets don't arrive To: net@freebsd.org References: Content-Language: cs-Cestina Cc: ivy@freebsd.org From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Queue-Id: 4frRJr4WcFz3xJL X-Spamd-Bar: ---- On 08/04/2026 16:38, Lexi Winter wrote: > hello, > > i'm using FreeBSD main: > > FreeBSD 16.0-CURRENT #0 main-n284768-e6eba5076929: Mon Mar 30 16:07:28 UTC 2026 > root@releng3.nyi.freebsd.org:/usr/obj/usr/src/powerpc.powerpc64/sys/GENERIC64 [..] > vtnet0: flags=1008843 metric 0 mtu 1500 > options=cc00ba > ether 52:54:00:12:34:56 > inet6 fe80::2%vtnet0 prefixlen 64 scopeid 0x1 > media: Ethernet autoselect (10Gbase-T ) > status: active > nd6 options=821 > 15:34:39.106898 IP6 fd00:0:0:1::12 > fd00:0:0:1::b: ICMP6, echo request, id 49664, seq 3, length 64 > 15:34:40.106951 IP6 fd00:0:0:1::12 > fd00:0:0:1::b: ICMP6, echo request, id 49664, seq 4, length 64 > > but these packets never arrive on the guest; tcpdump shows nothing. > > however, 'netstat -in' shows that the packets *are* arriving on the guest, > since Ipkts increments for each ICMP packet. it seems like they're just > getting lost somewhere in the network stack. (Ierrs/Oerrs is zero.) > > does anyone have any ideas what might be causing this? Can you try disabling rxcsum / txcsum? (add -rxcsum -txcsum to ifconfig_vtnet0 in rc.conf) I had similar problem in the past on KVM hosted FreeBSD guest and this solved the problem for me. Kind regards Miroslav Lachman