From nobody Wed Jun 30 14:31:32 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C34EBCFFB8A for ; Wed, 30 Jun 2021 14:31:32 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFP10577Zz4XsN for ; Wed, 30 Jun 2021 14:31:32 +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 9885461E2 for ; Wed, 30 Jun 2021 14:31:32 +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 15UEVWOq044627 for ; Wed, 30 Jun 2021 14:31:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15UEVWs9044626 for bugs@FreeBSD.org; Wed, 30 Jun 2021 14:31:32 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: bugs@FreeBSD.org Subject: [Bug 256906] Network bridging settings are not fully applied from "rc .conf" Date: Wed, 30 Jun 2021 14:31:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: assiszoom@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256906 Bug ID: 256906 Summary: Network bridging settings are not fully applied from "rc .conf" Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: assiszoom@gmail.com I warn you right away that the network card, I-350T, is in good working ord= er and works without errors in bridge mode! In the beginning, I even assembled my kernel and checked all the settings .= .. Then I decided that an error might have crept in when assembling the driver= or something ... I installed a readable system and first of all began to check the bridge settings !: 4-port network card ... Clean installation of the system! Bridge settings: ifconfig bridge create ifconfig bridge0 addm igb0 addm igb1 addm igb2 addm igb3 up ifconfig igb0 up ifconfig igb1 up ifconfig igb2 up ifconfig igb3 up ifconfig bridge0 inet 192.168.1.1/24 The bridge is working, the network is pinging ... everything is fine! I enter this configuration into "rc.conf": cloned_interfaces=3D"bridge0" ifconfig_bridge0=3D"addm igb0 addm igb1 addm igb2 addm igb3 up" ifconfig_igb0=3D"up" ifconfig_igb1=3D"up" ifconfig_igb2=3D"up" ifconfig_igb3=3D"up" ifconfig_bridge0=3D"inet 192.168.1.1 netmask 255.255.255.0" After rebooting the system, I see: All igb0-igb3 UP interfaces... bridge0 UP There are NO connected interfaces to the bridge "bridge0"! If you add the required interface to the bridge, the network will work! ifconfig bridge0 addm igb0 up ifconfig igb0 up I tried to change the settings to rearrange them ... - either a bridge with= all interfaces or only a bridge with an IP address! Tried adding additional settings to "rc.conf": if_bridge_load=3D"YES" bridgestp_load=3D"YES" firewall_enable=3D"YES" firewall_type=3D"open" gateway_enable=3D"YES" ,but that doesn't solve the problem! --=20 You are receiving this mail because: You are the assignee for the bug.=