Date: Sun, 25 Sep 2022 06:09:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 266586] vnet bridge with IP address is not working when configured via rc.conf Message-ID: <bug-266586-227-DpOyTjGJzd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266586-227@https.bugs.freebsd.org/bugzilla/> References: <bug-266586-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=3D266586 Zhenlei Huang <zlei.huang@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zlei.huang@gmail.com --- Comment #3 from Zhenlei Huang <zlei.huang@gmail.com> --- Can you please try this in /etc/rc.conf ? cloned_interfaces=3D"bridge1" create_args_bridge1=3D"addm vtnet0" ifconfig_bridge1=3D"inet 192.168.10.100 netmask 255.255.255.0" or cloned_interfaces=3D"bridge1" ifconfig_bridge1=3D"addm vtnet0 inet 192.168.10.100 netmask 255.255.255.0" --=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-266586-227-DpOyTjGJzd>