Just picked up a server at OVH during the blackfriday sale with in the intention of running FreeBSD on it.
I know I can get it running in bhyve, I have to specify the mac address and do some custom network configuration. Curious if anyone has done this with jails though?
This is the sort of configuration I need in my rc.conf for a bhyve VM to be able to ping out.
ifconfig_vtnet0="inet 149.56.121.183 netmask 255.255.255.255 broadcast 149.56.121.183"
static_routes="net1"
route_net1="-net 192.99.17.254 -iface vtnet0"
defaultrouter="192.99.17.254"
Best Regards,
Greg Fitzgerald