Normally, we have to put the network interface (e.g. em0 or igb0) when setting up jails. For example:
jail_jailname_ip="192.168.1.100"
jail_jailname_interface="igb0"
If the network interface (physical card) is being sent as pass-thru via bhyve to a virtualized operating system running within, the FreeBSD host machine would be just like without a network card. In this case, is it possible to create / assign a virtual network card and assign it to jails? How do I do this?
(To put this question in perspective: how do I configure jails assuming my machine DO NOT have any network cards?)
Thanks!
jail_jailname_ip="192.168.1.100"
jail_jailname_interface="igb0"
If the network interface (physical card) is being sent as pass-thru via bhyve to a virtualized operating system running within, the FreeBSD host machine would be just like without a network card. In this case, is it possible to create / assign a virtual network card and assign it to jails? How do I do this?
(To put this question in perspective: how do I configure jails assuming my machine DO NOT have any network cards?)
Thanks!