Re: vnet with interfaces
Mario Marietto <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <CA+1FSihw60-uyAFuOZPHfXnUsMMGA=6VHgkzjATAPzo7s1zQCg@mail.gmail.com> |
---> A very simple and elegant shell management tool to play with bhyve is vm-bhyve I never use it. I created my own elegant script that in my opinion works better than vm-bhyve. And I think that I can improve it.... I will... On Tue, Mar 26, 2024 at 8:30 PM Tomek CEDRO <[email protected]> wrote: > On Tue, Mar 26, 2024 at 7:32 PM Benoit Chesneau > <[email protected]> wrote: > > How does work VNET with interfaces? Is this as efficient as using pci > passtrough in a vm ? > > Benoît > > Vnet allows you to control networks by the system and make various > configurations networks jails etc, example here: > > > https://klarasystems.com/articles/virtualize-your-network-on-freebsd-with-vnet/ > > PCI passthrough would skip all kernel networking and give your vm > access to the physical cable attached to a NIC. Note that passthrough > needs entry in /boot/loader.conf and disables that device for use in > system. I have a dedicated USB 3.0 controller working that way. > > A very simple and elegant shell management tool to play with bhyve is > vm-bhyve: > > https://www.freshports.org/sysutils/vm-bhyve/ > > Have fun :-) > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > > -- Mario.