bhyve-webadmin icon indicating copy to clipboard operation
bhyve-webadmin copied to clipboard

networking with lagg on host

Open Stunt0265 opened this issue 1 year ago • 4 comments

I have a lagg network setup on my FreeBSD server that binds four NICs. When I use this network as the bridge in BVCP, I don't have connectivity on VMs using this network. Ideas?

Stunt0265 avatar May 24 '24 19:05 Stunt0265

I'll add that VMs created using vm-bhyve work fine on this same host.

Stunt0265 avatar May 24 '24 20:05 Stunt0265

Can I have more detailed information of network topology, i.e ifconfig output with the sensitive data masked out?

DaVieS007 avatar May 24 '24 20:05 DaVieS007

I ran some additional tests. I took one of the NICs out of the lagg and used it for another network in BVCP and it's working. So there's something odd with using a lagg as a network in BVCP.

ifconfig_bce3="DHCP" ifconfig_bce0="up" ifconfig_bce1="up" ifconfig_bce2="up" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport bce0 laggport bce1 laggport bce2" ipv4_addrs_lagg0="192.168.1.2/24" defaultrouter="192.168.1.1"

Stunt0265 avatar May 24 '24 22:05 Stunt0265

ifconfig output would help better

DaVieS007 avatar May 25 '24 12:05 DaVieS007