> freebsd-virtualization: > > What is my best option for inter-VM networking with FreeBSD guests under > bhyve? I'm only concerned with networking between VMs, not with the > host or physical network. I imagine some form of netmap is my best bet, > but what exactly? > > Thanks in advance,
Do you have any desired parameters? Performance Driven? Simplicity? netmap would probably be the most performant solution, A host bridge device with taps per guest with a vtnet device in the guest would probably be the simplist. By not attaching the bridge to a host adapter and not giving it an IP on the host the host is left out of the communications, BUT it can debug most any of it with tcpdump. -- Rod Grimes rgri...@freebsd.org _______________________________________________ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"