Solved how to add mulit network card for vm-bhyve vms ?

Dear all :
i have build vm-bhyve vm in my freebsd14. how to add three network card for this vm with vm-bhyve command ? thanks.
 
sulotion :
vm add -d network -s public fb14
-d device : network
-s switch name : public
fb14 is your vm name .

thanks.
 
Back
Top