Re: NetBSD11: networking with bhyve
Ede Wolf <[email protected]>
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
Problem solved, classical layer8 problem. For some reason the interface tag definition on the host bridge was commented out. So the tap interface has indeed been added to the bridge, but not with the proper vlan tag. Now everything works fine with vioif and vlan. Thanks to all Am 19.08.26 um 19:06 schrieb Ede Wolf: > Am 19.08.26 um 17:00 schrieb César Catrián C.: >> I am running FreeBSD 15's bhive with two NetBSD 10 guests (not >> upgraded to 11 for time issues), and one Devuan Linux guest, inside a >> vlan networking setup in the host. >> >> No problem with networking, except pf configuration sorted out looking >> at blocked pflog traffic. >> > ... >> >> I don't know if you are using vm-bhive for your setup, I did and it >> was pretty straightforward, even with the switch (bridge) >> configuration. https://github.com/churchers/vm-bhyve >> >> May your firewall pf setup be blocking some traffic. > Thanks very much. So I know, it is me and I am still missing something. > I do not have any packet filter active. And using vioif0 directly works > also - contrary to vbox, but that is not relevant here. > > Just the vlan interface on top of it does not. And the man page to > vlan(4) does not mention the virtio driver, so I was bit unsure. But > know I at least know, it sould work. > > I am also using vm-bhyve on FBSD15 with a vlanfiltered bridge. And if > NetBSD10 works, 11 will also. I highly doubt that to be the issue. > > Thanks again