Hello!
Seems that I need some help here.
The main machine is FreeBSD13.1 with Bhyve guests. I am using sysutils/vm-bhyve for VM-s management.
On the main machine I have network configured (and working):
Also I have bridge configured and accessible form the world
V4 guests are working. And have a net configuration:
The V4 configuration comes from my local DHCP server. V4 traffic goes through NAT configured in pf:
Need advice here how to configure bhyve machine to be accessible over V6?
Seems that I need some help here.
The main machine is FreeBSD13.1 with Bhyve guests. I am using sysutils/vm-bhyve for VM-s management.
On the main machine I have network configured (and working):
Code:
inet6 2a01:xxx:xx:xxxx::10 prefixlen 64
Also I have bridge configured and accessible form the world
Code:
vm-public: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether ea:b6:29:db:cf:77
inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
inet6 2a01:xxx:xx:xxxx::1 prefixlen 64
V4 guests are working. And have a net configuration:
Code:
vtnet0: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80028<VLAN_MTU,JUMBO_MTU,LINKSTATE>
ether 58:9c:fc:0f:26:bc
inet6 fe80::5a9c:fcff:fe0f:26bc%vtnet0 prefixlen 64 scopeid 0x1
inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (10Gbase-T <full-duplex>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
The V4 configuration comes from my local DHCP server. V4 traffic goes through NAT configured in pf:
Code:
nat on $ext_if from {192.168.1.0/24} to any -> ($ext_if)
Need advice here how to configure bhyve machine to be accessible over V6?