Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 17:33:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 256906] Network bridging settings are not fully applied from "rc .conf"
Message-ID:  <bug-256906-227-dlnRlAHmC8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256906-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256906-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256906

--- Comment #9 from Zoomion <assiszoom@gmail.com> ---
Problem solved!
Indeed, if you bring the configuration line, in "rc.conf", to the form:
...
cloned_interfaces=3D"bridge0"
ifconfig_bridge0=3D"inet 192.168.17.1/24 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"
....
, then the network bridge and the connected interfaces will work correctly!

It is necessary to indicate this case in the manuals so that beginners do n=
ot
go down the wrong path!
Thank you for your help and quick response !!!
Thank you Marek Zarychta!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256906-227-dlnRlAHmC8>