Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 14:28:01 +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-J1m9g3pIFL@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

--- Comment #4 from Sebastian S <sharky@schaack.io> ---
You pointed me to the right direction. Thank you !

cloned_interfaces=3D"bridge1"
create_args_bridge1=3D"addm vtnet0"
ifconfig_bridge1=3D"inet 192.168.10.100 netmask 255.255.255.0"

# this command is necessary , without the ip is not reachable.

ifconfig_vtnet0=3D"up"


Where did you get the parameter create_args_bridge1 ? It is not int the
/etc/defaults/rc.conf .

--=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-J1m9g3pIFL>