I've got 11_STABLE.
Host interface em0 is configured w/ static and is working fine. Win 7 x64 guest.
Did the following:
Downloaded Virtio-win-0.1.126.iso, installed for x64 Win 7.
Running bhyve with -s 5,virtio-net,tap0
The adapter is present inside the guest, but won't get an IP and won't pass traffic with a static either. Any ideas?
Ty
Host interface em0 is configured w/ static and is working fine. Win 7 x64 guest.
Did the following:
Code:
ifconfig bridge0 create
ifconfig tap0 create
sysctl net.link.tap.up_on_open=1
ifconfig bridge0 addm tap0 addm em0
ifconfig bridge0 up
Downloaded Virtio-win-0.1.126.iso, installed for x64 Win 7.
Running bhyve with -s 5,virtio-net,tap0
The adapter is present inside the guest, but won't get an IP and won't pass traffic with a static either. Any ideas?
Ty