Skip site navigation (1)Skip section navigation (2)
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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266586

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="bridge1"
create_args_bridge1="addm vtnet0"
ifconfig_bridge1="inet 192.168.10.100 netmask 255.255.255.0"

or

cloned_interfaces="bridge1"
ifconfig_bridge1="addm vtnet0 inet 192.168.10.100 netmask 255.255.255.0"

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

home | help

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