From owner-freebsd-net@freebsd.org Mon Nov 9 18:47:44 2020 Return-Path: Delivered-To: freebsd-net@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 41B2746AA64 for ; Mon, 9 Nov 2020 18:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4CVKk81CFZz3l09 for ; Mon, 9 Nov 2020 18:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2760846AACC; Mon, 9 Nov 2020 18:47:44 +0000 (UTC) Delivered-To: net@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 2728346AD87 for ; Mon, 9 Nov 2020 18:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CVKk80ZPRz3kth for ; Mon, 9 Nov 2020 18:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05FA515F2F for ; Mon, 9 Nov 2020 18:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A9IlhVm032060 for ; Mon, 9 Nov 2020 18:47:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0A9IlhLm032059 for net@FreeBSD.org; Mon, 9 Nov 2020 18:47:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 250922] no packet received by ix(4) card when system booted Date: Mon, 09 Nov 2020 18:47:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sdalu@sdalu.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2020 18:47:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250922 --- Comment #2 from sdalu@sdalu.com --- Below the fragment corresponding to the network configuration: ~~~ cloned_interfaces=3D"tun0 lo1" ifconfig_ix0_name=3D"net0" ifconfig_tun0_name=3D"vpn0" ifconfig_net0=3D"inet xxx.xxx.xxx.xxx/24" ifconfig_net0_alias0=3D"inet yyy.yyy.yyy.yyy/32" defaultrouter=3D"149.202.71.254" ifconfig_net0_ipv6=3D"inet6 wwww:wwww:wwww:wwww::1/64 accept_rtadv no_radr" ipv6_network_interfaces=3D"net0" ipv6_default_interface=3D"net0" ipv6_defaultrouter=3D"wwww:wwww:wwww:wwff:ff:ff:ff:ff" ipv6_route_ovhgw=3D"wwww:wwww:wwww:wwff:ff:ff:ff:ff/128 -interface net0" ifconfig_lo1=3D"inet zzz.zzz.zzz.zzz/24 group jail" ifconfig_vpn0=3D"group vpn fib 1" route_vpn0_jails=3D" -net zzz.zzz.zzz.zzz/24 -iface lo1 -fib 1" route_vpn0_myself0=3D"-host xxx.xxx.xxx.xxx -iface lo0 -fib 1" route_vpn0_myself1=3D"-host yyy.yyy.yyy.yyy -iface lo0 -fib 1" ipv6_static_routes=3D"ovhgw" static_routes=3D"vpn0_jails vpn0_myself0 vpn0_myself1" tcp_extensions=3D"YES" pf_enable=3D"YES" pflog_enable=3D"YES" ~~~ I also tried without enabling the firewall, same result --=20 You are receiving this mail because: You are the assignee for the bug.=